LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image extraction without IMAQ, using Read JPEG file.vi

Under Graphics and Sounds there's a VI name
Read JPEG File.vi-- can I extract numberical data from this vi?
if not, what is this VI's function.
and what i want to do is to read pixel info (RGb or HSL) from the flattened image, *without* using IMAQ. (I persoanlly think IMAQ is too rigid....)

thanks you
0 Kudos
Message 1 of 2
(2,404 Views)
You should use the Unflatten Pixmap.vi function. This returns 2D arrays (for 24, 8, 4,1 bit according to image depth).
I attach a sample vi that shows it.

Good luck,
Alberto
0 Kudos
Message 2 of 2
(2,404 Views)