06-08-2016 01:55 PM
Hi
I have been using "Extract Contour" module, but I am getting an error "Too many curves in ROI". I want to know the number of curves for which this error is being generated.
Thanks in advance
06-09-2016 01:10 PM
Hello c.sreekrishna16,
Are you using the IMAQ Extract Contour VI in LabVIEW? What is the exact error code returned? Are you able to post your images and an example VI with your settings that recreate the error? This would help us recreate the exact behavior you have questions about.
The IMAQ Extract Contour VI identifies several curves and then tries to combine them into a single contour. A series of parameters define which curves are considered part of the same contour. You can read more about Contour Analysis in the Vision Concept Help found here:
http://zone.ni.com/reference/en-XX/help/372916T-01/TOC22.htm
I recommend increasing the minimum length, search step size, and edge filter size to reduce the number of detected curves. People often to think lowering these values will increase the accuracy of the contour analysis but that is not always the case.
06-18-2016 01:18 AM