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