Package org.opencv.utils
Class Converters
- java.lang.Object
-
- org.opencv.utils.Converters
-
public class Converters extends Object
-
-
Constructor Summary
Constructors Constructor Description Converters()
-
Method Summary
-
-
-
Method Detail
-
vector_vector_Point_to_Mat
public static Mat vector_vector_Point_to_Mat(List<MatOfPoint> pts, List<Mat> mats)
-
Mat_to_vector_vector_Point
public static void Mat_to_vector_vector_Point(Mat m, List<MatOfPoint> pts)
-
Mat_to_vector_vector_Point2f
public static void Mat_to_vector_vector_Point2f(Mat m, List<MatOfPoint2f> pts)
-
vector_vector_Point2f_to_Mat
public static Mat vector_vector_Point2f_to_Mat(List<MatOfPoint2f> pts, List<Mat> mats)
-
Mat_to_vector_vector_Point3f
public static void Mat_to_vector_vector_Point3f(Mat m, List<MatOfPoint3f> pts)
-
vector_vector_Point3f_to_Mat
public static Mat vector_vector_Point3f_to_Mat(List<MatOfPoint3f> pts, List<Mat> mats)
-
vector_vector_KeyPoint_to_Mat
public static Mat vector_vector_KeyPoint_to_Mat(List<MatOfKeyPoint> kps, List<Mat> mats)
-
Mat_to_vector_vector_KeyPoint
public static void Mat_to_vector_vector_KeyPoint(Mat m, List<MatOfKeyPoint> kps)
-
vector_vector_DMatch_to_Mat
public static Mat vector_vector_DMatch_to_Mat(List<MatOfDMatch> lvdm, List<Mat> mats)
-
Mat_to_vector_vector_DMatch
public static void Mat_to_vector_vector_DMatch(Mat m, List<MatOfDMatch> lvdm)
-
vector_vector_char_to_Mat
public static Mat vector_vector_char_to_Mat(List<MatOfByte> lvb, List<Mat> mats)
-
Mat_to_vector_vector_char
public static void Mat_to_vector_vector_char(Mat m, List<List<Byte>> llb)
-
vector_RotatedRect_to_Mat
public static Mat vector_RotatedRect_to_Mat(List<RotatedRect> rs)
-
Mat_to_vector_RotatedRect
public static void Mat_to_vector_RotatedRect(Mat m, List<RotatedRect> rs)
-
-