06-25-2008 02:34 AM
06-25-2008 04:30 AM
06-25-2008 05:13 AM
The camera is monochrome, normal interlaced video format.
IMAQ doesn't contain all the VI's required, it has ImageToArray but no ArrayToImage.
06-25-2008 05:26 AM
06-25-2008 05:49 AM
What I want to do is convert the image to a 2d array (IMAQ has the VI to do this operation).
Ovewrite the even row with the contents of the odd row above (This can be done in LabView).
Convert the array back to an image to display on screen (no VI in IMAQ to do this, so looking for an alternative solution)
We end up with an deinterlaced image. This is how I would do it in any other programming language.
The reason we need to display deinterlaced images on the screen is because we are using a strobe at the field frequency, so the displayed interlaced image is made up of the two fields.
We have software to do all the image analysis off-line.
06-26-2008 02:28 AM
06-26-2008 09:46 AM
06-27-2008 10:52 AM
06-30-2008 02:41 AM