public class Vision
extends java.lang.Object
| Constructor and Description |
|---|
Vision() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Initializes the Vision Tracking library.
|
static boolean |
isInit()
Checks if the Vision Tracking library is initialized.
|
static org.opencv.core.MatOfPoint |
toMOP(org.opencv.core.MatOfPoint2f mop2f)
Converts a MatOfPoint2f to a MatOfPoint.
|
static org.opencv.core.MatOfPoint2f |
toMOP2f(org.opencv.core.MatOfPoint mop)
Converts a MatOfPoint to a MatOfPoint2f.
|
public static void init()
public static boolean isInit()
public static org.opencv.core.MatOfPoint toMOP(org.opencv.core.MatOfPoint2f mop2f)
mop2f - The MatOfPoint2f to be converted.public static org.opencv.core.MatOfPoint2f toMOP2f(org.opencv.core.MatOfPoint mop)
mop - The MatOfPoint to be converted.