You are here: Start » AVL.NET » AVL.ResaturateImage(AvlNet.Image, AvlNet.Region, float, float, AvlNet.Image)
AVL.ResaturateImage(AvlNet.Image, AvlNet.Region, float, float, AvlNet.Image)
Sets pixels below the low value to minimum, above the high value to maximum, and interpolates the rest.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ResaturateImage( AvlNet.Image inImage, AvlNet.Region inRoi, float inLowValue, float inHighValue, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - inLowValue
- Type: System.Single
The value that will be changed to minimum (usually 0) - inHighValue
- Type: System.Single
The value that will be changed to maximum (usually 255) - outImage
- Type: AvlNet.Image
Output image
Hardware Acceleration
This operation is optimized for SSE2 technology for pixels of types: UINT8, SINT16.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
