loading
 
image RGB
Sandeep Kumar Jain from India  [4 posts]
15 year
in RR at the bottom it shows RGB values of pixel.    i want to get those values for further usage.  so my question is how do i get those RGB values?  in an matrix or something else.    
  my main aim is to get summation of RGB value of all the pixel
Anonymous 15 year
Sandeep,

Couple of different ways to do this. The easiest is to use the latest version and the color_statistics module which includes a SUM_R, SUM_B, SUM_G which is probably what you are looking for.

Alternatively, you do have pixel access to the image via the VBScript module (see GetPixels routine).

Or you can use the API to read the current RR into another app in a RGB triplet format.

Or you could use the Sample Color module

http://www.roborealm.com/help/Sample_Color.php

to select an area to read. This produces a couple variables that represent the average of the pixels in the selected area.

There are probably many more ways but I think we got what you needed in the first para. :-)

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index