ImageStats¶
Calculates minimum, maximum and average colours for a region of an image. These outputs can then be used to drive other plugs within the node graph.
user¶
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
in¶
The input image to be analysed.
channels¶
The names of the four channels to be analysed.
area¶
The area of the image to be analysed.
average¶
The per-channel mean values computed from the input image region.
min¶
The per-channel minimum values computed from the input image region.
max¶
The per-channel maximum values computed from the input image region.