Package org.opencv.utils
Class Converters
java.lang.Object
org.opencv.utils.Converters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMat_to_vector_char(Mat m, List<Byte> bs) static voidMat_to_vector_DMatch(Mat m, List<DMatch> matches) static voidMat_to_vector_double(Mat m, List<Double> ds) static voidMat_to_vector_float(Mat m, List<Float> fs) static voidMat_to_vector_int(Mat m, List<Integer> is) static voidMat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps) static voidMat_to_vector_Mat(Mat m, List<Mat> mats) static voidMat_to_vector_Point(Mat m, List<Point> pts) static voidMat_to_vector_Point2d(Mat m, List<Point> pts) static voidMat_to_vector_Point2f(Mat m, List<Point> pts) static voidMat_to_vector_Point3(Mat m, List<Point3> pts) static voidMat_to_vector_Point3d(Mat m, List<Point3> pts) static voidMat_to_vector_Point3f(Mat m, List<Point3> pts) static voidMat_to_vector_Point3i(Mat m, List<Point3> pts) static voidMat_to_vector_Rect(Mat m, List<Rect> rs) static voidMat_to_vector_Rect2d(Mat m, List<Rect2d> rs) static voidMat_to_vector_RotatedRect(Mat m, List<RotatedRect> rs) static voidMat_to_vector_uchar(Mat m, List<Byte> us) static voidMat_to_vector_vector_char(Mat m, List<List<Byte>> llb) static voidMat_to_vector_vector_DMatch(Mat m, List<MatOfDMatch> lvdm) static voidstatic voidMat_to_vector_vector_Point(Mat m, List<MatOfPoint> pts) static voidMat_to_vector_vector_Point2f(Mat m, List<MatOfPoint2f> pts) static voidMat_to_vector_vector_Point3f(Mat m, List<MatOfPoint3f> pts) static Matvector_char_to_Mat(List<Byte> bs) static Matvector_DMatch_to_Mat(List<DMatch> matches) static Matstatic Matvector_float_to_Mat(List<Float> fs) static Matvector_int_to_Mat(List<Integer> is) static Matstatic Matvector_Mat_to_Mat(List<Mat> mats) static Matvector_Point_to_Mat(List<Point> pts) static Matvector_Point_to_Mat(List<Point> pts, int typeDepth) static Matvector_Point2d_to_Mat(List<Point> pts) static Matvector_Point2f_to_Mat(List<Point> pts) static Matvector_Point3_to_Mat(List<Point3> pts, int typeDepth) static Matvector_Point3d_to_Mat(List<Point3> pts) static Matvector_Point3f_to_Mat(List<Point3> pts) static Matvector_Point3i_to_Mat(List<Point3> pts) static Matvector_Rect_to_Mat(List<Rect> rs) static Matstatic Matstatic Matvector_uchar_to_Mat(List<Byte> bs) static Matvector_vector_char_to_Mat(List<MatOfByte> lvb, List<Mat> mats) static Matvector_vector_DMatch_to_Mat(List<MatOfDMatch> lvdm, List<Mat> mats) static Matvector_vector_KeyPoint_to_Mat(List<MatOfKeyPoint> kps, List<Mat> mats) static Matvector_vector_Point_to_Mat(List<MatOfPoint> pts, List<Mat> mats) static Matvector_vector_Point2f_to_Mat(List<MatOfPoint2f> pts, List<Mat> mats) static Matvector_vector_Point3f_to_Mat(List<MatOfPoint3f> pts, List<Mat> mats)
-
Constructor Details
-
Converters
public Converters()
-
-
Method Details
-
vector_Point_to_Mat
-
vector_Point2f_to_Mat
-
vector_Point2d_to_Mat
-
vector_Point_to_Mat
-
vector_Point3i_to_Mat
-
vector_Point3f_to_Mat
-
vector_Point3d_to_Mat
-
vector_Point3_to_Mat
-
Mat_to_vector_Point2f
-
Mat_to_vector_Point2d
-
Mat_to_vector_Point
-
Mat_to_vector_Point3i
-
Mat_to_vector_Point3f
-
Mat_to_vector_Point3d
-
Mat_to_vector_Point3
-
vector_Mat_to_Mat
-
Mat_to_vector_Mat
-
vector_float_to_Mat
-
Mat_to_vector_float
-
vector_uchar_to_Mat
-
Mat_to_vector_uchar
-
vector_char_to_Mat
-
vector_int_to_Mat
-
Mat_to_vector_int
-
Mat_to_vector_char
-
vector_Rect_to_Mat
-
Mat_to_vector_Rect
-
vector_Rect2d_to_Mat
-
Mat_to_vector_Rect2d
-
vector_KeyPoint_to_Mat
-
Mat_to_vector_KeyPoint
-
vector_vector_Point_to_Mat
-
Mat_to_vector_vector_Point
-
Mat_to_vector_vector_Point2f
-
vector_vector_Point2f_to_Mat
-
Mat_to_vector_vector_Point3f
-
vector_vector_Point3f_to_Mat
-
vector_vector_KeyPoint_to_Mat
-
Mat_to_vector_vector_KeyPoint
-
vector_double_to_Mat
-
Mat_to_vector_double
-
vector_DMatch_to_Mat
-
Mat_to_vector_DMatch
-
vector_vector_DMatch_to_Mat
-
Mat_to_vector_vector_DMatch
-
vector_vector_char_to_Mat
-
Mat_to_vector_vector_char
-
vector_RotatedRect_to_Mat
-
Mat_to_vector_RotatedRect
-