LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display bitmap image in intensity graph

Hi.
I want to display a bitmap image in intensity graph and I use 'Read Bitmap Image' block and after that 'Unflatten Pixmap' to do that. But the image is up side down and it must be flip verticaly. But I don't know how?
Thanks.
Ali S.Mootab
0 Kudos
Message 1 of 2
(2,622 Views)

if the image is transposed (upside down and inverted) just pass your array through the array transpose before you send it to the intensity map, if it is just upsidedown you can do a for loop wnd index each column, reverse the column and rebuild the array.

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,616 Views)