Method FindSimilarColoredPixelsUsingSpan
FindSimilarColoredPixelsUsingSpan(Image<Bgr, byte>, Bgr, double)
Declaration
public static PixelColorSimilarityInfo? FindSimilarColoredPixelsUsingSpan(Image<Bgr, byte> image, Bgr targetColor, double similarityThreshold)
Parameters
Type | Name | Description |
---|---|---|
Image<Bgr, byte> | image | |
Bgr | targetColor | |
double | similarityThreshold |
Returns
Type | Description |
---|---|
PixelColorSimilarityInfo? |