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
inEngineoa::Engine &—
inImageconst oa::Matrix &—
inDxoa::U32Default: 1
inDyoa::U32Default: 0
inBorderoa::BorderModeDefault: oa::BorderMode::Reflect101
Returns
oa::MatrixThe declared return value.