Click or drag to resize

ImageTColor, TDepthAvgSdv Method (TColor, MCvScalar, ImageGray, Byte)

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 average,
	out MCvScalar sdv,
	Image<Gray, byte> mask
)

Parameters

average
Type: TColor
The avg color
sdv
Type: Emgu.CV.StructureMCvScalar
The standard deviation for each channel
mask
Type: Emgu.CVImageGray, Byte
The operation mask
See Also