Screenshots     Download     Documentation     Tutorials     Partners     Resources     Contact     Forum     Search  

 

Color Statistics

The Color Statistics module adds a couple of image statistic variables centered around image color. These variables can then be used in RoboRealm conditional statement, VBScript module or exported to external programs using RoboRealm Extensions.

Interface

Variables

UNIQUE_COLORS - Number of unique colors in the current image

MODE_COLOR_R
MODE_COLOR_G
MODE_COLOR_B
- The dominant color or the color which has the most number of pixels.

MIN_COLOR_R
MIN_COLOR_G
MIN_COLOR_B
- the minimum color or rgb of darkest pixel

MAX_COLOR_R
MAX_COLOR_G
MAX_COLOR_B
- the maximum color or rgb of brightest pixel

MIN_COLOR_CHANNEL_R
MIN_COLOR_CHANNEL_G
MIN_COLOR_CHANNEL_B
- the minimum value of the specific color channel

MAX_COLOR_CHANNEL_R
MAX_COLOR_CHANNEL_G
MAX_COLOR_CHANNEL_B
- the maximum value of the specific color channel

COLOR_RANGE_R
COLOR_RANGE_G
COLOR_RANGE_B
- maximum color minus minimum color (MAX_COLOR_CHANNEL - MIN_COLOR_CHANNEL)

STD_COLOR_R
STD_COLOR_G
STD_COLOR_B
- standard deviation of colors

VARIANCE_COLOR_R
VARIANCE_COLOR_G
VARIANCE_COLOR_B
- variance of colors (std^2)

MEAN_COLOR_R
MEAN_COLOR_G
MEAN_COLOR_B
- the mean color

ENTROPY - representation of image entropy

Note that you can highlight the appropriate statistics and press CTRL-C to copy the information to your clipboard. This information can then be pasted into Excel or other statistics programs.

See Also


Center of Gravity
Geometric Statistics
Moments of Inertia


© 2008 RoboRealm. All Rights Reserved. | Contact | Glossary | Privacy | Disclaimer | Link to Us | Resources | Site Map