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
-
-
-
Constructor Detail
-
Converters
public Converters()
-
-
Method Detail
-
vector_Point_to_Mat
public static Mat vector_Point_to_Mat(List<Point> pts)
-
vector_Point2f_to_Mat
public static Mat vector_Point2f_to_Mat(List<Point> pts)
-
vector_Point2d_to_Mat
public static Mat vector_Point2d_to_Mat(List<Point> pts)
-
vector_Point_to_Mat
public static Mat vector_Point_to_Mat(List<Point> pts, int typeDepth)
-
vector_Point3i_to_Mat
public static Mat vector_Point3i_to_Mat(List<Point3> pts)
-
vector_Point3f_to_Mat
public static Mat vector_Point3f_to_Mat(List<Point3> pts)
-
vector_Point3d_to_Mat
public static Mat vector_Point3d_to_Mat(List<Point3> pts)
-
vector_Point3_to_Mat
public static Mat vector_Point3_to_Mat(List<Point3> pts, int typeDepth)
-
Mat_to_vector_Point2f
public static void Mat_to_vector_Point2f(Mat m, List<Point> pts)
-
Mat_to_vector_Point2d
public static void Mat_to_vector_Point2d(Mat m, List<Point> pts)
-
Mat_to_vector_Point
public static void Mat_to_vector_Point(Mat m, List<Point> pts)
-
Mat_to_vector_Point3i
public static void Mat_to_vector_Point3i(Mat m, List<Point3> pts)
-
Mat_to_vector_Point3f
public static void Mat_to_vector_Point3f(Mat m, List<Point3> pts)
-
Mat_to_vector_Point3d
public static void Mat_to_vector_Point3d(Mat m, List<Point3> pts)
-
Mat_to_vector_Point3
public static void Mat_to_vector_Point3(Mat m, List<Point3> pts)
-
vector_Mat_to_Mat
public static Mat vector_Mat_to_Mat(List<Mat> mats)
-
Mat_to_vector_Mat
public static void Mat_to_vector_Mat(Mat m, List<Mat> mats)
-
vector_float_to_Mat
public static Mat vector_float_to_Mat(List<Float> fs)
-
Mat_to_vector_float
public static void Mat_to_vector_float(Mat m, List<Float> fs)
-
vector_uchar_to_Mat
public static Mat vector_uchar_to_Mat(List<Byte> bs)
-
Mat_to_vector_uchar
public static void Mat_to_vector_uchar(Mat m, List<Byte> us)
-
vector_char_to_Mat
public static Mat vector_char_to_Mat(List<Byte> bs)
-
vector_int_to_Mat
public static Mat vector_int_to_Mat(List<Integer> is)
-
Mat_to_vector_int
public static void Mat_to_vector_int(Mat m, List<Integer> is)
-
Mat_to_vector_char
public static void Mat_to_vector_char(Mat m, List<Byte> bs)
-
vector_Rect_to_Mat
public static Mat vector_Rect_to_Mat(List<Rect> rs)
-
Mat_to_vector_Rect
public static void Mat_to_vector_Rect(Mat m, List<Rect> rs)
-
vector_Rect2d_to_Mat
public static Mat vector_Rect2d_to_Mat(List<Rect2d> rs)
-
Mat_to_vector_Rect2d
public static void Mat_to_vector_Rect2d(Mat m, List<Rect2d> rs)
-
vector_KeyPoint_to_Mat
public static Mat vector_KeyPoint_to_Mat(List<KeyPoint> kps)
-
Mat_to_vector_KeyPoint
public static void Mat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps)
-
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_double_to_Mat
public static Mat vector_double_to_Mat(List<Double> ds)
-
Mat_to_vector_double
public static void Mat_to_vector_double(Mat m, List<Double> ds)
-
vector_DMatch_to_Mat
public static Mat vector_DMatch_to_Mat(List<DMatch> matches)
-
Mat_to_vector_DMatch
public static void Mat_to_vector_DMatch(Mat m, List<DMatch> matches)
-
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)
-
-