You are here: Start » AVL.NET » AVL.ColorDistanceImage(AvlNet.Image, AvlNet.Pixel, float, AvlNet.Image)
AVL.ColorDistanceImage(AvlNet.Image, AvlNet.Pixel, float, AvlNet.Image)
Compares each pixel with the specified color using chromatic and non-chromatic information.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ColorDistanceImage( AvlNet.Image inImage, AvlNet.Pixel inRgbColor, float inChromaAmount, out AvlNet.Image outValueImage )
Parameters
- inImage
- Type: AvlNet.Image
Unsigned color image used in comparison - inRgbColor
- Type: AvlNet.Pixel
Color to compare the image to - inChromaAmount
- Type: System.Single
Proportion of chromatic information in distance computation - outValueImage
- Type: AvlNet.Image
Unsigned image of distances
