LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calculating pixel intensity in a black and white image

Solved!
Go to solution
Solution
Accepted by topic author iskourke

I forgot that the Boolean to 1:0 conversion uses I16 as its output representation. So if the sum is greater than 32768, the I16 will roll over. I32 can go to 2^31. U64 will probably allow you to sum all the pixels in a movie.  Put a conversion bullet following the Boolean to 1:0.

 

Lynn

Message 11 of 12
(920 Views)

Yes! It worked! Thank you both, thank you very much! Kudos for all.

0 Kudos
Message 12 of 12
(898 Views)