IImageHelper Methods
Returns a result rectangle identified via a flood fill starting at origin. Default tolerance 0.004 = roughly 1 px. (255 / tolerance = 1).
Use SelectFromColorAtPoint for easier use of this functionality:
t.SelectFromColorAtPoint(point, tolerance, filters)
Syntax:
ResultRectangle AreaFromPoint(
Bitmap source,
Point origin,
double tolerance = 0.004
)
Returns the euclidean distance between two images
Syntax:
double ImageDifference(
Bitmap original,
Bitmap compare
)
Last modified 3yr ago