Quote:
Originally Posted by AjFoster
Thanks so much for the tips - everything runs error-free now.
Would it be possible to see an example of convexHull() being properly called (for an image which I've already used an HSL threshold on)?
|
Sure, here is an example of how I call it:
Code:
convexHull(binaryImage.image,binaryImage.image,1);
That will find the convex hull of binaryImage and put it in binaryImage