Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
Emgu CV Library Documentation
IColor
.
.
::
.
Dimension Property
IColor Interface
See Also
Send Feedback
Get the dimension of the color type
Namespace:
Emgu.CV
Assembly:
Emgu.CV
(in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C#
int
Dimension
{
get
; }
Visual Basic (Declaration)
ReadOnly
Property
Dimension
As
Integer
Visual C++
property
int
Dimension
{
int
get
(); }
See Also
IColor Interface
Emgu.CV Namespace