07-14-2011 08:42 AM
Dear all,
I would like to plot contour lines around bright regions in the images attached. I have thresholded original (unprocessed) images and obtained the attached binary images.
I also want to superimpose the attached images on each other so that all the bright regions with different contour lines will be visible in a single image. Could any body throw some ideas?
Thanks.
07-18-2011 10:44 AM
Hi,
There are a couple ways you can do this, they normally require some code writing from you:
I also found this example; I thought you might find it interesting: http://zone.ni.com/devzone/cda/tut/p/id/3169
Again for superimposing the two images there is no VI that is specifically designed to do this for you however you can make an algorithm that does this. For instance you can convert the images to arrays and multiply them together to identify the intensity of the pixel.
Hope this helps.
Regards,