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