oa::FnImage::scharr

scharr: Signed 3x3 Scharr x or y derivative lowered through the generic 2D filter.

Function Documentation

oa::Matrix oa::FnImage::scharr( oa::Engine & inEngine, const oa::Matrix & inImage, oa::U32 inDx = 1, oa::U32 inDy = 0, oa::BorderMode inBorder = oa::BorderMode::Reflect101 ) oa::Matrix oa::FnImage::scharr( const oa::Matrix & inImage, oa::U32 inDx = 1, oa::U32 inDy = 0, oa::BorderMode inBorder = oa::BorderMode::Reflect101 )
scharr: Signed 3x3 Scharr x or y derivative lowered through the generic 2D filter.

Parameters

inEngine
oa::Engine &

inImage
const oa::Matrix &

inDx
oa::U32

Default: 1

inDy
oa::U32

Default: 0

inBorder
oa::BorderMode

Default: oa::BorderMode::Reflect101

Returns

oa::Matrix

The declared return value.