ImageTColor, TDepthCvDepth Property |
http://www.emgu.com
Get the equivalent opencv depth type for this image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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