I am checking samples on a conveyor using machine vision with 10 ROI circles which were programatically generated to check each pocket when a trigger activates. Is it possible to superimpose the ROI locations on the image each time the image is captured to verify the ROI's do not need adjustment? Or possibly just leave the ROI locations on the image continuously for location checks?
There is a function that converts the ROI into an Overlay in Vision Utilities-->Overlay called IMAQ Overlay ROI. There is also a function that called Merge Overlay that makes the overlay part of the image. If you run these two vis you could then save the image with the ROI information visible.