Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Vector Transforms » MeasurePixelVectors
Module: | FoundationBasic |
---|
Computes gradient magnitudes of an image.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
inRoi | Region* | Range of pixels to be processed | |
outImage | Image | Output image |
Requirements
For input inImage only pixel formats are supported: 2⨯uint8, 2⨯uint16, 2⨯int8, 2⨯int16, 2⨯int32, 2⨯real.
Read more about pixel formats in Image documentation.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region exceeds an input image in MeasurePixelVectors. |
DomainError | Not supported inImage pixel format in MeasurePixelVectors. Supported formats: 2xUInt8, 2xUInt16, 2xInt8, 2xInt16, 2xInt32, 2xReal. |
Complexity Level
This filter is available on Expert Complexity Level.