MeasurePixelVectors


Computes gradient magnitudes of an image.

Syntax

C++
C#
Python
 
def MeasurePixelVectors(
	inImage: Image,
	outImage: Image,
	/,
	*,
	inRoi: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Output value outImage Image Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.