Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Local Transforms » GradientImage_Mask_Deprecated

GradientImage_Mask_Deprecated


Computes a gradient image using selected operator.

Syntax

C++
C#
 
void avl::GradientImage_Mask_Deprecated
(
	const avl::Image& inImage,
	atl::Optional<const avl::Region&> inRoi,
	avl::GradientMaskOperator::Type inOperator,
	avl::Image& outGradientImage
)

Parameters

Name Type Default Description
inImage const Image& Input image
inRoi Optional<const Region&> NIL Range of pixels to be processed
inOperator GradientMaskOperator::Type
outGradientImage Image&

Hardware Acceleration

This operation is optimized for SSE2 technology for pixels of type: UINT8.

This operation supports automatic parallelization for multicore and multiprocessor systems.