Package org.opencv.bioinspired
Class Bioinspired
- java.lang.Object
-
- org.opencv.bioinspired.Bioinspired
-
public class Bioinspired extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
RETINA_COLOR_BAYER
static int
RETINA_COLOR_DIAGONAL
static int
RETINA_COLOR_RANDOM
-
Constructor Summary
Constructors Constructor Description Bioinspired()
-
-
-
Field Detail
-
RETINA_COLOR_RANDOM
public static final int RETINA_COLOR_RANDOM
- See Also:
- Constant Field Values
-
RETINA_COLOR_DIAGONAL
public static final int RETINA_COLOR_DIAGONAL
- See Also:
- Constant Field Values
-
RETINA_COLOR_BAYER
public static final int RETINA_COLOR_BAYER
- See Also:
- Constant Field Values
-
-