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