You are here: Start » AVL.NET » AVL.InvertImage(AvlNet.Image, AvlNet.Region, float, AvlNet.Image)
AVL.InvertImage(AvlNet.Image, AvlNet.Region, float, AvlNet.Image)
Applies numeric inversion (1/x) of the pixel values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void InvertImage( AvlNet.Image inImage, AvlNet.Region inRoi, float inDividend, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - inDividend
- Type: System.Single
- outImage
- Type: AvlNet.Image
Output image
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
