Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Vector Transforms » RotatePixelVectors

RotatePixelVectors


Rotates image gradients.

Name Type Description
inImage Image Input image
inRoi Region* Range of pixels to be processed
inAngle Real
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.

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 RotatePixelVectors.
DomainError Not supported inImage pixel format in RotatePixelVectors.

Complexity Level

This filter is available on Basic Complexity Level.