OpenCV for Unity 2.6.5
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
OpenCVForUnity.UtilsModule.Converters Class Reference

Static Public Member Functions

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)
 

Member Function Documentation

◆ Mat_to_vector_char()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_char ( Mat m,
List< sbyte > bs )
static

◆ Mat_to_vector_DMatch()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_DMatch ( Mat m,
List< DMatch > matches )
static

◆ Mat_to_vector_double()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_double ( Mat m,
List< double > ds )
static

◆ Mat_to_vector_float()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_float ( Mat m,
List< float > fs )
static

◆ Mat_to_vector_int()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_int ( Mat m,
List< int > _is )
static

◆ Mat_to_vector_KeyPoint()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_KeyPoint ( Mat m,
List< KeyPoint > kps )
static

◆ Mat_to_vector_Mat()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Mat ( Mat m,
List< Mat > mats )
static

◆ Mat_to_vector_Point() [1/2]

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point ( Mat m,
List< Point > pts )
static

◆ Mat_to_vector_Point() [2/2]

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point ( Mat m,
List< Point > pts,
int type )
static

◆ Mat_to_vector_Point2d()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point2d ( Mat m,
List< Point > pts )
static

◆ Mat_to_vector_Point2f()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point2f ( Mat m,
List< Point > pts )
static

◆ Mat_to_vector_Point3() [1/2]

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point3 ( Mat m,
List< Point3 > pts )
static

◆ Mat_to_vector_Point3() [2/2]

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point3 ( Mat m,
List< Point3 > pts,
int type )
static

◆ Mat_to_vector_Point3d()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point3d ( Mat m,
List< Point3 > pts )
static

◆ Mat_to_vector_Point3f()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point3f ( Mat m,
List< Point3 > pts )
static

◆ Mat_to_vector_Point3i()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Point3i ( Mat m,
List< Point3 > pts )
static

◆ Mat_to_vector_Rect()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Rect ( Mat m,
List< Rect > rs )
static

◆ Mat_to_vector_RotatedRect()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_RotatedRect ( Mat m,
List< RotatedRect > rs )
static

◆ Mat_to_vector_String()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_String ( Mat m,
List< string > strings )
static

◆ Mat_to_vector_string()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_string ( Mat m,
List< string > strings )
static

◆ Mat_to_vector_Target()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_Target ( Mat m,
List< int > targets )
static

◆ Mat_to_vector_uchar()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_uchar ( Mat m,
List< byte > us )
static

◆ Mat_to_vector_vector_char()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_char ( Mat m,
List< List< byte > > llb )
static

◆ Mat_to_vector_vector_DMatch()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_DMatch ( Mat m,
List< MatOfDMatch > lvdm )
static

◆ Mat_to_vector_vector_KeyPoint()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_KeyPoint ( Mat m,
List< MatOfKeyPoint > kps )
static

◆ Mat_to_vector_vector_Point()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_Point ( Mat m,
List< MatOfPoint > pts )
static

◆ Mat_to_vector_vector_Point2f()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_Point2f ( Mat m,
List< MatOfPoint2f > pts )
static

◆ Mat_to_vector_vector_Point3f()

static void OpenCVForUnity.UtilsModule.Converters.Mat_to_vector_vector_Point3f ( Mat m,
List< MatOfPoint3f > pts )
static

◆ vector_char_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_char_to_Mat ( List< sbyte > bs)
static

◆ vector_DMatch_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_DMatch_to_Mat ( List< DMatch > matches)
static

◆ vector_double_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_double_to_Mat ( List< double > ds)
static

◆ vector_float_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_float_to_Mat ( List< float > fs)
static

◆ vector_int_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_int_to_Mat ( List< int > _is)
static

◆ vector_KeyPoint_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_KeyPoint_to_Mat ( List< KeyPoint > kps)
static

◆ vector_Mat_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Mat_to_Mat ( List< Mat > mats)
static

◆ vector_MatShape_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_MatShape_to_Mat ( List< MatOfInt > matshapes)
static

◆ vector_Point2d_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point2d_to_Mat ( List< Point > pts)
static

◆ vector_Point2f_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point2f_to_Mat ( List< Point > pts)
static

◆ vector_Point3_to_Mat() [1/2]

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point3_to_Mat ( List< Point3 > pts)
static

◆ vector_Point3_to_Mat() [2/2]

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point3_to_Mat ( List< Point3 > pts,
int type )
static

◆ vector_Point3d_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point3d_to_Mat ( List< Point3 > pts)
static

◆ vector_Point3f_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point3f_to_Mat ( List< Point3 > pts)
static

◆ vector_Point3i_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point3i_to_Mat ( List< Point3 > pts)
static

◆ vector_Point_to_Mat() [1/2]

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point_to_Mat ( List< Point > pts)
static

◆ vector_Point_to_Mat() [2/2]

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Point_to_Mat ( List< Point > pts,
int type )
static

◆ vector_Rect_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_Rect_to_Mat ( List< Rect > rs)
static

◆ vector_RotatedRect_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_RotatedRect_to_Mat ( List< RotatedRect > rs)
static

◆ vector_String_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_String_to_Mat ( List< string > strings)
static

◆ vector_string_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_string_to_Mat ( List< string > strings)
static

◆ vector_uchar_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_uchar_to_Mat ( List< byte > bs)
static

◆ vector_vector_char_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_char_to_Mat ( List< MatOfByte > lvb,
List< Mat > mats )
static

◆ vector_vector_DMatch_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_DMatch_to_Mat ( List< MatOfDMatch > lvdm,
List< Mat > mats )
static

◆ vector_vector_KeyPoint_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_KeyPoint_to_Mat ( List< MatOfKeyPoint > kps,
List< Mat > mats )
static

◆ vector_vector_Point2f_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_Point2f_to_Mat ( List< MatOfPoint2f > pts,
List< Mat > mats )
static

◆ vector_vector_Point3f_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_Point3f_to_Mat ( List< MatOfPoint3f > pts,
List< Mat > mats )
static

◆ vector_vector_Point_to_Mat()

static Mat OpenCVForUnity.UtilsModule.Converters.vector_vector_Point_to_Mat ( List< MatOfPoint > pts,
List< Mat > mats )
static

The documentation for this class was generated from the following files: