I'm really finding many ambiguities in how I really should interpret the histogram of an RGB image? I could understand what the height denotes, but did not understand how the pixels get plotted on a single dimensional x-axis. Also, is it possible to plot the image onto histogram3D? I tried after converting it to separate RGB images but I get an error that says it is not able to calculate the "bins" the diagram.
Thank you



Histogram3Dpart, I can't really understand what you are asking for. – mmjang Sep 20 '13 at 06:30ImageDatausing'Byte'type and you can see the pixel values clearly inn*n*ndimension. Loop to pick two from each set forHistogram3D. Each represents a color channel hence 3 per set. You can pick them separately and find simpleHistorgram. It shall match the below plotted onces. – Pankaj Sejwal Sep 20 '13 at 09:59