You are here: Start » AVL.NET » AVL.AbsoluteValueImage(AvlNet.Image, AvlNet.Image)
AVL.AbsoluteValueImage(AvlNet.Image, AvlNet.Image)
Transforms pixel values to their absolute values pixel by pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AbsoluteValueImage( AvlNet.Image inImage, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - outImage
- Type: AvlNet.Image
Output image
