Get the depth type of the image

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static Type GetTypeOfDepth(
	IImage image
)
Visual Basic (Declaration)
Public Shared Function GetTypeOfDepth ( _
	image As IImage _
) As Type
Visual C++
public:
static Type^ GetTypeOfDepth(
	IImage^ image
)

Parameters

image
Type: Emgu.CV..::.IImage
The image to apply reflection on

Return Value

The depth type of the image

See Also