LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to overlay a Grid over an image with an array of points, without altering an Image?

Hello,

I am working on Image Processing application, in which I have to track certain features over the entire range of images. I have a 2-D array of the points (grid) representing those feature. For visual analysis, I would like to overlay the GRID on each image based on calculated 2-D array points. Any help will be greatly appreciated.


Thanks
Hansa
0 Kudos
Message 1 of 2
(2,900 Views)
In LabVIEW 8.5 you can overlay a picture control with an invisible background over the original image.

So you should be able to generate an image of a grid and overlay it on your original unchanged image.







Message Edited by Troy K on 05-13-2008 11:35 AM
Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 2 of 2
(2,887 Views)