|
| float | oevislib_net.Image.GetMin (Optional< Region > inRoi=null, Optional< Point2Di > outMinPosition=null) |
| | Returns the value of the darkest pixel (and its position).
|
| float | oevislib_net.Image.GetMax (Optional< Region > inRoi=null, Optional< Point2Di > outMaxPosition=null) |
| | Returns the value of the brightest pixel (and its position).
|
| float | oevislib_net.Image.SumPixels (Optional< Region > inRoi=null, Optional< Pixel > outSumColor=null) |
| | Returns the sum of the pixels.
|
| float | oevislib_net.Image.GetAverage (Optional< Region > inRoi=null, Optional< Pixel > outAvgColor=null) |
| | Returns the average value between the pixels in the range.
|
| Pixel | oevislib_net.Image.GetAverageHSx (HSxModel inHSxModel, int inMinSaturation, Optional< Region > inRoi=null) |
| | Returns the average pixel value for the HSV, HSL or HSI images.
|
| void | oevislib_net.Image.GetStats (Optional< Region > inRoi, Optional< Point2Di > outMinPosition, Optional< float > outMinValue, Optional< Point2Di > outMaxPosition, Optional< float > outMaxValue, Optional< Pixel > outAvgColor, Optional< float > outAvgValue, Optional< Pixel > outSumColor, Optional< float > outSumValue) |
| | Returns various statistics for the image pixels.
|