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