02-16-2008 10:47 AM
02-16-2008 11:01 AM
How about IMAQ RejectBorder? That removes any particles touching the edge of the image.
Bruce
02-20-2008 08:04 AM
02-20-2008 08:57 PM
The reject border worked and was simple too incorporate. Very interesting way of accomplishing the same thing though.
Thanks
03-12-2008 08:28 AM
03-13-2008 01:57 PM
06-17-2015 06:26 PM
How would I do the inverse? That is, how could I keep ONLY the blobs touching the border?
06-17-2015 09:37 PM
Remove the edge blobs, then subtract from original image. You might need to use logic or invert and use as a mask.
Bruce
06-17-2015 09:47 PM
Thanks Bruce -- I got it! 🙂