I am developing an application which can find its applicability in many physics problems. For now, I want to plot a graph between the Green pixel intensity value vs the pixel coordinate. For simplicity I want to extract Green pixel information of the image in the canvas keeping the y coordinate fixed (canvas height/2) in the middle by scanning along x coordinate using a timer. With the timer the application will determine the Green pixel intensity in each x coordinate and plot in the canvas simultaneously. But till now I have failed to fetch the pixel data in the y coordinate of the graph or unable to plot the same. This is not the first time that I am seeking help, I have got help in most of my research work from this platform regarding development of the required app and I do acknowledge everywhere. Please help me with this issue, this may help me a lot.
Thanking you in advance.
Regards,
Iftak
I get number color x pixel, example... -16456434
Then in this Spanish tutorial convert this number in RGB (in Spanish is RVA)
http://kio4.com/appinventor/20C_decimal_rva.htm
With number V (Verde) Green you can plot.
Perhaps this help for you
Regards.