I am running demo code from OpenCV 2.3, distribans.cpp, and there is a line of code that I hardly understand what this means:
Mat edge = gray >= edgeThresh, dist, labels, dist8u;
It is used as a threshold operation, but I do not know how this works or even for its name and google.
thanks
source share