How do I read the IDE histogram. I want to find the pixel intensity along an X line segment.
I use:
script “helloworld_1.py” ,sensor.set_pixformat(sensor.GRAYSCALE) , sensor.set_framesize(sensor.VGA)
IDE Histogram “grayscale color space”
res(W:640,H:480)
Questions;
- Why does the X scale only go to 254 instead of 640?
- What do the pyramids on the Y scale indicate?
- Why is there no value for the pyramid height?
- What are the units on the eight items below the histogram, i.e. min, max, etc.
Regards,
Jim Sullivan