07-22-2005 10:48 AM
Hello,
I am using a linescan camera to take an image of an object moving in front of it. I would like to take a picture of each part of the object as it moves by and build up one single image of its surface. Any suggestions on how to go about this?
Thanks
07-22-2005 10:47 PM
I think there are things that should interest you here :
http://forums.ni.com/ni/board/message?board.id=170&message.id=133223
07-25-2005
01:27 PM
- last edited on
07-01-2024
03:04 PM
by
Content Cleaner
07-27-2005 09:02 AM
I’m really trying to build up these line scan images, by snapping pictures that are 1 pixel by about 8,000 pixels and then with each successive snap building to that image so the image size will increase to 1x8000, then 2x8000, 3x8000 and so on. Then when the entire image has been captured save the image to a pjg. The snaps will be used on a timed, rather than a triggered basis.
07-28-2005 02:08 PM
Hi Rob,
Thank you for the explanation.
In your particular application I could see the "Image to Array" and "Array to Image" functions, coupled with the Array manipulation subpalette from LabVIEW, being most useful. Snap pictures into one image, transfer them to an array, append them to the greater array, and tranform that array into a different image. repeat this process as needed.
Hope this helps,
Robert
07-29-2005 09:24 AM
I believe that is what I am doing in the attached program here. However I am not sure if the image is actually growing in size and the pictures are only acquired about every 2 seconds maximum. Certainly I should be able to snap pictures faster than that.
07-29-2005 09:40 PM