Quote:
Originally Posted by bob.wolff68
I thought about making src and dest the SAME pointer, but it's not clear to me that this is ok. Is convexHull() ok with the source and dest being the same?
|
Not entirely sure, but I think so. In generated vision code from Vision Assistant such as the following they use the same image as a source and destination.
Code:
VisionErrChk(imaqThreshold(image, image, 215, 255, TRUE, 1));