Mean
Mean activity finds the mean value of the RGB values, in other words, returns RGB color distribution in image.
| *Input image | File name with path. |
| *Result variable name | It is the variable to which black and non black pixels in an image will be assigned. |
Note: * Fields selected with are required, others are optional.
Input image example
You can use the Input image as shown in the example.
C:RobustablueCar.png
Result variable name example
You can use the Result variable name as shown in the example.
{“blue”:128.55,”green”:128.55,”red”:128.55}