LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Merge Freehand Draw on Intensity Graph with Image

Folks - am referring you to this discussion on the Vision board and posting here an example demonstrating the current LabVIEW-only solution....

 

http://forums.ni.com/ni/board/message?board.id=200&message.id=25464&jump=true#M25464

 

Don

Message 1 of 4
(3,420 Views)

Why don't you take the invoke node get image from the intensity graph? This will give you the image with overlay immediately. Further processing is possible with picture VIs.

freehand-draw_BD.png

0 Kudos
Message 2 of 4
(3,404 Views)

Ultimately need the merged image in 2d array format to further process, not in picture control.  I have used what you suggest for other applications for purposes of saving a picture with overlay to bmp file.  I actually forgot about this until you brought it up.   It might work if I can take the image data from the cluster and it contains the overlay.  I neglected to test this option and will try it this weekend.

 

 

 

Thanks,

 

Don

0 Kudos
Message 3 of 4
(3,399 Views)

Piecing together some subVIs to allow conversion of the image data cluster to actual image array, the approach you suggested seems to work quite well.   I am attaching the code.  Thanks again.

 

Don

Message Edited by DonRoth on 11-07-2009 06:21 PM
Message 4 of 4
(3,378 Views)