Method FindPixels
FindPixels<TColor, TDepth>(Image<TColor, TDepth>, TColor)
Declaration
public static Point[] FindPixels<TColor, TDepth>(this Image<TColor, TDepth> image, TColor lower) where TColor : struct, IColor where TDepth : new()
Parameters
Type |
Name |
Description |
Image<TColor, TDepth> |
image |
|
TColor |
lower |
|
Returns
Type Parameters
Name |
Description |
TColor |
|
TDepth |
|
FindPixels<TColor, TDepth>(Image<TColor, TDepth>, TColor, TColor)
Declaration
public static Point[] FindPixels<TColor, TDepth>(this Image<TColor, TDepth> image, TColor lower, TColor higher) where TColor : struct, IColor where TDepth : new()
Parameters
Type |
Name |
Description |
Image<TColor, TDepth> |
image |
|
TColor |
lower |
|
TColor |
higher |
|
Returns
Type Parameters
Name |
Description |
TColor |
|
TDepth |
|