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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Type GetTypeOfDepth(
	IInputArray image
)

Parameters

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

Return Value

Type: Type
The depth type of the image
See Also