DenseHistogramBinDimension Property |
http://www.emgu.com
Get the size of the bin dimensions
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int[] BinDimension { get; }
Public ReadOnly Property BinDimension As Integer()
Get
public:
property array<int>^ BinDimension {
array<int>^ get ();
}
member BinDimension : int[] with get
Property Value
Type:
Int32
See Also