DenseHistogramBinDimension Property |
http://www.emgu.com
Get the size of the bin dimensions
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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