09-20-2018 11:40 AM
On the left edge, some yellow dots got ignored. The red line is the BEST fit for yellow dots.
This doesn't work for me. I need a "rightmost fit".
If I could get the those yellow dots, I would use 25% rightmost dots to fit a straight line.
The edge is damaged. Therefore not well focused / illuminated.
It's hard to fine tune edge search parameters since we are doing thousands of edge detection in one scan.
Solved! Go to Solution.
09-21-2018 12:20 AM
Which algorithm you are using to find the edge? If it is Find Straight Edge Detection you can modify the original vi and use the searchline info as output from dll instead of used edges.
-Same applies for Clamp also, Clamp uses Rake which can output the edges detected and then you can modify the straight edge algorithm as per your requirements.
09-24-2018 11:46 AM
100%
top 20%