ImageTColor, TDepthCvDepth Property |
http://www.emgu.com
Get the equivalent opencv depth type for this image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static IplDepth CvDepth { get; }
Public Shared ReadOnly Property CvDepth As IplDepth
Get
public:
static property IplDepth CvDepth {
IplDepth get ();
}
static member CvDepth : IplDepth with get
Property Value
Type:
IplDepth
See Also