Pixel List in Color

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Pixel List in Color

Caleb
I am fairly new to imageJ and I'm trying to find a way to get list of the RGB values of the pixels in a region.

I have found several ways to get separate values for red, green, and blue but I'm looking for all in the same

For example:

Red   Green   Blue   Count
0      0         0       #
0      0         1       #
...
0      0         255    #
...
178   39       180    #

And so on.  

If there is an existing way to do this or a macro that already does this that would be great.