11-09-2005 04:21 PM
11-10-2005 04:34 PM
11-14-2005 10:06 AM
11-15-2005 03:35 PM
Hello,
I've done a lot of searching and asked a number of people about this. None of us could find built in functionality to remove the points. You could write an algorithm in VB that identifies the tripple points and set their value to zero. You could convert the image to an array and then determine which array elements that are part of the skeleton (ie: have a non-zero value) are directly adjacent to more than 2 other pixels that are part of the skeleton. It would then be a simple matter to change these pixels to zero. I am sorry that there is nothing designed yet that does this automatically. I will look into getting some examples written that do this posted on our website (and possibly included in future Vision packages). Take care!
Regards,
Aaron B.11-16-2005 11:05 AM