Emgu CV Library Documentation
GetTypeOfDepth Method (image)
NamespacesEmgu.CV.ReflectionReflectIImageGetTypeOfDepth(IImage)

www.emgu.com/wiki
Get the depth type of the image
Declaration Syntax
C#Visual BasicVisual C++
public static Type GetTypeOfDepth(
	IImage image
)
Public Shared Function GetTypeOfDepth ( _
	image As IImage _
) As Type
public:
static Type^ GetTypeOfDepth(
	IImage^ image
)
Parameters
image (IImage)
the image to apply reflection on
Return Value
The depth type of the image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)