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)
Syntaxpublic void AvgSdv(
out TColor avg,
out MCvScalar sdv
)
Public Sub AvgSdv (
<OutAttribute> ByRef avg As TColor,
<OutAttribute> ByRef sdv As MCvScalar
)
public:
void AvgSdv(
[OutAttribute] TColor% avg,
[OutAttribute] MCvScalar% sdv
)
member AvgSdv :
avg : 'TColor byref *
sdv : MCvScalar byref -> unit
Parameters
- avg
- Type: TColor
The avg color - sdv
- Type: Emgu.CV.StructureMCvScalar
The standard deviation for each channel
See Also