Mat_to_vector_char(Mat m, List< sbyte > bs) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_DMatch(Mat m, List< DMatch > matches) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_double(Mat m, List< double > ds) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_float(Mat m, List< float > fs) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_int(Mat m, List< int > _is) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_KeyPoint(Mat m, List< KeyPoint > kps) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Mat(Mat m, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point(Mat m, List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point(Mat m, List< Point > pts, int type) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point2d(Mat m, List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point2f(Mat m, List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point3(Mat m, List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point3(Mat m, List< Point3 > pts, int type) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point3d(Mat m, List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point3f(Mat m, List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Point3i(Mat m, List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Rect(Mat m, List< Rect > rs) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_RotatedRect(Mat m, List< RotatedRect > rs) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_String(Mat m, List< string > strings) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_string(Mat m, List< string > strings) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_Target(Mat m, List< int > targets) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_uchar(Mat m, List< byte > us) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_char(Mat m, List< List< byte > > llb) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_DMatch(Mat m, List< MatOfDMatch > lvdm) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_KeyPoint(Mat m, List< MatOfKeyPoint > kps) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_Point(Mat m, List< MatOfPoint > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_Point2f(Mat m, List< MatOfPoint2f > pts) | OpenCVForUnity.UtilsModule.Converters | static |
Mat_to_vector_vector_Point3f(Mat m, List< MatOfPoint3f > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_char_to_Mat(List< sbyte > bs) | OpenCVForUnity.UtilsModule.Converters | static |
vector_DMatch_to_Mat(List< DMatch > matches) | OpenCVForUnity.UtilsModule.Converters | static |
vector_double_to_Mat(List< double > ds) | OpenCVForUnity.UtilsModule.Converters | static |
vector_float_to_Mat(List< float > fs) | OpenCVForUnity.UtilsModule.Converters | static |
vector_int_to_Mat(List< int > _is) | OpenCVForUnity.UtilsModule.Converters | static |
vector_KeyPoint_to_Mat(List< KeyPoint > kps) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Mat_to_Mat(List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_MatShape_to_Mat(List< MatOfInt > matshapes) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point2d_to_Mat(List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point2f_to_Mat(List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point3_to_Mat(List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point3_to_Mat(List< Point3 > pts, int type) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point3d_to_Mat(List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point3f_to_Mat(List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point3i_to_Mat(List< Point3 > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point_to_Mat(List< Point > pts) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Point_to_Mat(List< Point > pts, int type) | OpenCVForUnity.UtilsModule.Converters | static |
vector_Rect_to_Mat(List< Rect > rs) | OpenCVForUnity.UtilsModule.Converters | static |
vector_RotatedRect_to_Mat(List< RotatedRect > rs) | OpenCVForUnity.UtilsModule.Converters | static |
vector_String_to_Mat(List< string > strings) | OpenCVForUnity.UtilsModule.Converters | static |
vector_string_to_Mat(List< string > strings) | OpenCVForUnity.UtilsModule.Converters | static |
vector_uchar_to_Mat(List< byte > bs) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_char_to_Mat(List< MatOfByte > lvb, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_DMatch_to_Mat(List< MatOfDMatch > lvdm, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_KeyPoint_to_Mat(List< MatOfKeyPoint > kps, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_Point2f_to_Mat(List< MatOfPoint2f > pts, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_Point3f_to_Mat(List< MatOfPoint3f > pts, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |
vector_vector_Point_to_Mat(List< MatOfPoint > pts, List< Mat > mats) | OpenCVForUnity.UtilsModule.Converters | static |