public enum OpenCvDepth extends Enum<OpenCvDepth>
Enum Constant and Description |
---|
CV_16S |
CV_16U |
CV_32F |
CV_32S |
CV_8S |
CV_8U |
Modifier and Type | Method and Description |
---|---|
int |
getNativeValue() |
static OpenCvDepth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenCvDepth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenCvDepth CV_8U
public static final OpenCvDepth CV_8S
public static final OpenCvDepth CV_16S
public static final OpenCvDepth CV_16U
public static final OpenCvDepth CV_32S
public static final OpenCvDepth CV_32F
public static OpenCvDepth[] values()
for (OpenCvDepth c : OpenCvDepth.values()) System.out.println(c);
public static OpenCvDepth valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getNativeValue()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.