|
static void | Mat_to_vector_char (Mat m, List< sbyte > 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< int > _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_Point (Mat m, List< Point > pts, int type) |
|
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_Point3 (Mat m, List< Point3 > pts, int type) |
|
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_RotatedRect (Mat m, List< RotatedRect > rs) |
|
static void | Mat_to_vector_String (Mat m, List< string > strings) |
|
static void | Mat_to_vector_string (Mat m, List< string > strings) |
|
static void | Mat_to_vector_Target (Mat m, List< int > targets) |
|
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 | Mat_to_vector_vector_KeyPoint (Mat m, List< MatOfKeyPoint > kps) |
|
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< sbyte > bs) |
|
static Mat | vector_DMatch_to_Mat (List< DMatch > matches) |
|
static Mat | vector_double_to_Mat (List< double > ds) |
|
static Mat | vector_float_to_Mat (List< float > fs) |
|
static Mat | vector_int_to_Mat (List< int > _is) |
|
static Mat | vector_KeyPoint_to_Mat (List< KeyPoint > kps) |
|
static Mat | vector_Mat_to_Mat (List< Mat > mats) |
|
static Mat | vector_MatShape_to_Mat (List< MatOfInt > matshapes) |
|
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) |
|
static Mat | vector_Point3_to_Mat (List< Point3 > pts, int type) |
|
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_Point_to_Mat (List< Point > pts) |
|
static Mat | vector_Point_to_Mat (List< Point > pts, int type) |
|
static Mat | vector_Rect_to_Mat (List< Rect > rs) |
|
static Mat | vector_RotatedRect_to_Mat (List< RotatedRect > rs) |
|
static Mat | vector_String_to_Mat (List< string > strings) |
|
static Mat | vector_string_to_Mat (List< string > strings) |
|
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_Point2f_to_Mat (List< MatOfPoint2f > pts, List< Mat > mats) |
|
static Mat | vector_vector_Point3f_to_Mat (List< MatOfPoint3f > pts, List< Mat > mats) |
|
static Mat | vector_vector_Point_to_Mat (List< MatOfPoint > pts, List< Mat > mats) |
|