Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Point Transforms » ClipPixels

ClipPixels


Module: FoundationLite

Sets pixels below the low value to the low value and above the high value to the high value.

Name Type Description
Input value inImage Image Input image
Input value inRoi Region* Range of pixels to be processed
Input value inLowValue Real* The lower threshold for the image pixel values
Input value inHighValue Real* The higher threshold for the image pixel values
Output value outImage Image Output image

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 ClipPixels.
DomainError The low value cannot be higher than the high value in ClipPixels.

Complexity Level

This filter is available on Advanced Complexity Level.