01-11-2012 02:39 PM
Hello,
Does anyone know of a way to apply image filters (edge detection, threshold…) to only the portion of an image inside an ROI?
Thanks for any advice,
Brian
Solved! Go to Solution.
01-11-2012 03:23 PM
Is your ROI a rectangle or some arbitrary shape?
01-11-2012 04:05 PM
Randall,
It's a rectangle.
Thanks,
Brian
01-11-2012 09:49 PM
Does anyone know of a way to apply image filters (edge detection, threshold…) to only the portion of an image inside an ROI?
Dear brian,
I dont know its a good idea or not. Why cant you try image mask (Mask From ROI) function.
01-12-2012 08:43 AM
Take a look at the attached. I think this is what you are looking for. Make sure you have an ROI defined in the 'Original' image control before running.
01-12-2012 10:17 AM
Randall,
This is exactly what I was looking for. I modified your code to use video and it works great!
Thank you for your help.
Brian