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
Syntaxpublic static Type GetTypeOfDepth(
IInputArray image
)
Public Shared Function GetTypeOfDepth (
image As IInputArray
) As Type
public:
static Type^ GetTypeOfDepth(
IInputArray^ image
)
static member GetTypeOfDepth :
image : IInputArray -> Type
Parameters
- image
- Type: Emgu.CVIInputArray
The image to apply reflection on
Return Value
Type:
TypeThe depth type of the image
See Also