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