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.

view

The view to be analysed.

channels

The names of the four channels to be analysed.

areaSource

Where to source the area to be analysed. If this is set to DataWindow, it will use the input’s Data Window, if it is set to DisplayWindow, it will use the input’s Display Window, and if it is set to Area, it will use the Area plug.

area

The area of the image to be analysed. This plug is only used if ‘Area Source’ is set to Area.

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.