Click or drag to resize

ImageTColor, TDepthAvgSdv Method (TColor, MCvScalar)

http://www.emgu.com
Calculates the average value and standard deviation of array elements, independently for each channel

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void AvgSdv(
	out TColor avg,
	out MCvScalar sdv
)

Parameters

avg
Type: TColor
The avg color
sdv
Type: Emgu.CV.StructureMCvScalar
The standard deviation for each channel
See Also