Click or drag to resize

ReflectIImageGetTypeOfDepth Method

http://www.emgu.com
Get the depth type of the image

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static Type GetTypeOfDepth(
	IImage image
)

Parameters

image
Type: Emgu.CVIImage
The image to apply reflection on

Return Value

Type: Type
The depth type of the image
See Also