DenseHistogramGetBinValues Method |
http://www.emgu.com
Gets the bin values.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic float[] GetBinValues()
Public Function GetBinValues As Single()
public:
array<float>^ GetBinValues()
member GetBinValues : unit -> float32[]
Return Value
Type:
SingleThe bin values
See Also