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