Package org.opencv.utils
Class Converters
java.lang.Object
org.opencv.utils.Converters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Mat_to_vector_char
(Mat m, List<Byte> bs) static void
Mat_to_vector_DMatch
(Mat m, List<DMatch> matches) static void
Mat_to_vector_double
(Mat m, List<Double> ds) static void
Mat_to_vector_float
(Mat m, List<Float> fs) static void
Mat_to_vector_int
(Mat m, List<Integer> is) static void
Mat_to_vector_KeyPoint
(Mat m, List<KeyPoint> kps) static void
Mat_to_vector_Mat
(Mat m, List<Mat> mats) static void
Mat_to_vector_Point
(Mat m, List<Point> pts) static void
Mat_to_vector_Point2d
(Mat m, List<Point> pts) static void
Mat_to_vector_Point2f
(Mat m, List<Point> pts) static void
Mat_to_vector_Point3
(Mat m, List<Point3> pts) static void
Mat_to_vector_Point3d
(Mat m, List<Point3> pts) static void
Mat_to_vector_Point3f
(Mat m, List<Point3> pts) static void
Mat_to_vector_Point3i
(Mat m, List<Point3> pts) static void
Mat_to_vector_Rect
(Mat m, List<Rect> rs) static void
Mat_to_vector_Rect2d
(Mat m, List<Rect2d> rs) static void
Mat_to_vector_RotatedRect
(Mat m, List<RotatedRect> rs) static void
Mat_to_vector_uchar
(Mat m, List<Byte> us) static void
Mat_to_vector_vector_char
(Mat m, List<List<Byte>> llb) static void
Mat_to_vector_vector_DMatch
(Mat m, List<MatOfDMatch> lvdm) static void
static void
Mat_to_vector_vector_Point
(Mat m, List<MatOfPoint> pts) static void
Mat_to_vector_vector_Point2f
(Mat m, List<MatOfPoint2f> pts) static void
Mat_to_vector_vector_Point3f
(Mat m, List<MatOfPoint3f> pts) static Mat
vector_char_to_Mat
(List<Byte> bs) static Mat
vector_DMatch_to_Mat
(List<DMatch> matches) static Mat
static Mat
vector_float_to_Mat
(List<Float> fs) static Mat
vector_int_to_Mat
(List<Integer> is) static Mat
static Mat
vector_Mat_to_Mat
(List<Mat> mats) static Mat
vector_Point_to_Mat
(List<Point> pts) static Mat
vector_Point_to_Mat
(List<Point> pts, int typeDepth) static Mat
vector_Point2d_to_Mat
(List<Point> pts) static Mat
vector_Point2f_to_Mat
(List<Point> pts) static Mat
vector_Point3_to_Mat
(List<Point3> pts, int typeDepth) static Mat
vector_Point3d_to_Mat
(List<Point3> pts) static Mat
vector_Point3f_to_Mat
(List<Point3> pts) static Mat
vector_Point3i_to_Mat
(List<Point3> pts) static Mat
vector_Rect_to_Mat
(List<Rect> rs) static Mat
static Mat
static Mat
vector_uchar_to_Mat
(List<Byte> bs) static Mat
vector_vector_char_to_Mat
(List<MatOfByte> lvb, List<Mat> mats) static Mat
vector_vector_DMatch_to_Mat
(List<MatOfDMatch> lvdm, List<Mat> mats) static Mat
vector_vector_KeyPoint_to_Mat
(List<MatOfKeyPoint> kps, List<Mat> mats) static Mat
vector_vector_Point_to_Mat
(List<MatOfPoint> pts, List<Mat> mats) static Mat
vector_vector_Point2f_to_Mat
(List<MatOfPoint2f> pts, List<Mat> mats) static Mat
vector_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
-