renatoGarcia/opencv-swig

type and depth are not members of Vec/Matx...

fehlfarbe opened this issue · 0 comments

Hi,
I tried to compile your example but I get these error messages:
(OpenCV 3.3.1, SWIG 3.0.8)

[  4%] Swig source
Scanning dependencies of target _point
[  8%] Building CXX object CMakeFiles/_point.dir/pointPYTHON_wrap.cxx.o
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx: In function ‘PyObject* PyInit__point()’:
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51815:89: error: ‘depth’ is not a member of ‘cv::Matx<unsigned char, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,2,1 >::depth)));
                                                                                         ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51819:88: error: ‘type’ is not a member of ‘cv::Matx<unsigned char, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,2,1 >::type)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51821:86: error: ‘depth’ is not a member of ‘cv::Vec<unsigned char, 2>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,2 >::depth)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51823:85: error: ‘type’ is not a member of ‘cv::Vec<unsigned char, 2>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_2_type",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,2 >::type)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51825:95: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,2 > >::depth)));
                                                                                               ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51828:94: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,2 > >::type)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51829:89: error: ‘depth’ is not a member of ‘cv::Matx<unsigned char, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,3,1 >::depth)));
                                                                                         ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51833:88: error: ‘type’ is not a member of ‘cv::Matx<unsigned char, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,3,1 >::type)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51835:86: error: ‘depth’ is not a member of ‘cv::Vec<unsigned char, 3>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,3 >::depth)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51837:85: error: ‘type’ is not a member of ‘cv::Vec<unsigned char, 3>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_3_type",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,3 >::type)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51839:95: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,3 > >::depth)));
                                                                                               ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51842:94: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,3 > >::type)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51843:89: error: ‘depth’ is not a member of ‘cv::Matx<unsigned char, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,4,1 >::depth)));
                                                                                         ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51847:88: error: ‘type’ is not a member of ‘cv::Matx<unsigned char, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_uint8_t_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< uint8_t,4,1 >::type)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51849:86: error: ‘depth’ is not a member of ‘cv::Vec<unsigned char, 4>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,4 >::depth)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51851:85: error: ‘type’ is not a member of ‘cv::Vec<unsigned char, 4>’
   SWIG_Python_SetConstant(d, "_Vec_uint8_t_4_type",SWIG_From_int(static_cast< int >(cv::Vec< uint8_t,4 >::type)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51853:95: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,4 > >::depth)));
                                                                                               ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51856:94: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<unsigned char, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_uint8_t_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< uint8_t,4 > >::type)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51858:87: error: ‘depth’ is not a member of ‘cv::Matx<short int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< short,2,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51862:86: error: ‘type’ is not a member of ‘cv::Matx<short int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< short,2,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51864:84: error: ‘depth’ is not a member of ‘cv::Vec<short int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_short_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< short,2 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51866:83: error: ‘type’ is not a member of ‘cv::Vec<short int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_short_2_type",SWIG_From_int(static_cast< int >(cv::Vec< short,2 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51868:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,2 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51871:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,2 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51872:87: error: ‘depth’ is not a member of ‘cv::Matx<short int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< short,3,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51876:86: error: ‘type’ is not a member of ‘cv::Matx<short int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< short,3,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51878:84: error: ‘depth’ is not a member of ‘cv::Vec<short int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_short_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< short,3 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51880:83: error: ‘type’ is not a member of ‘cv::Vec<short int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_short_3_type",SWIG_From_int(static_cast< int >(cv::Vec< short,3 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51882:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,3 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51885:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,3 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51886:87: error: ‘depth’ is not a member of ‘cv::Matx<short int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< short,4,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51890:86: error: ‘type’ is not a member of ‘cv::Matx<short int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_short_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< short,4,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51892:84: error: ‘depth’ is not a member of ‘cv::Vec<short int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_short_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< short,4 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51894:83: error: ‘type’ is not a member of ‘cv::Vec<short int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_short_4_type",SWIG_From_int(static_cast< int >(cv::Vec< short,4 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51896:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,4 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51899:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_short_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< short,4 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51901:88: error: ‘depth’ is not a member of ‘cv::Matx<short unsigned int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< ushort,2,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51905:87: error: ‘type’ is not a member of ‘cv::Matx<short unsigned int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< ushort,2,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51907:85: error: ‘depth’ is not a member of ‘cv::Vec<short unsigned int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< ushort,2 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51909:84: error: ‘type’ is not a member of ‘cv::Vec<short unsigned int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_2_type",SWIG_From_int(static_cast< int >(cv::Vec< ushort,2 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51911:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,2 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51914:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,2 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51915:88: error: ‘depth’ is not a member of ‘cv::Matx<short unsigned int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< ushort,3,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51919:87: error: ‘type’ is not a member of ‘cv::Matx<short unsigned int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< ushort,3,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51921:85: error: ‘depth’ is not a member of ‘cv::Vec<short unsigned int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< ushort,3 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51923:84: error: ‘type’ is not a member of ‘cv::Vec<short unsigned int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_3_type",SWIG_From_int(static_cast< int >(cv::Vec< ushort,3 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51925:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,3 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51928:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,3 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51929:88: error: ‘depth’ is not a member of ‘cv::Matx<short unsigned int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< ushort,4,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51933:87: error: ‘type’ is not a member of ‘cv::Matx<short unsigned int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_ushort_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< ushort,4,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51935:85: error: ‘depth’ is not a member of ‘cv::Vec<short unsigned int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< ushort,4 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51937:84: error: ‘type’ is not a member of ‘cv::Vec<short unsigned int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_ushort_4_type",SWIG_From_int(static_cast< int >(cv::Vec< ushort,4 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51939:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,4 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51942:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<short unsigned int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_ushort_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< ushort,4 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51944:85: error: ‘depth’ is not a member of ‘cv::Matx<int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< int,2,1 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51948:84: error: ‘type’ is not a member of ‘cv::Matx<int, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< int,2,1 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51950:82: error: ‘depth’ is not a member of ‘cv::Vec<int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_int_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< int,2 >::depth)));
                                                                                  ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51952:81: error: ‘type’ is not a member of ‘cv::Vec<int, 2>’
   SWIG_Python_SetConstant(d, "_Vec_int_2_type",SWIG_From_int(static_cast< int >(cv::Vec< int,2 >::type)));
                                                                                 ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51954:91: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,2 > >::depth)));
                                                                                           ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51957:90: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<int, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,2 > >::type)));
                                                                                          ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51958:85: error: ‘depth’ is not a member of ‘cv::Matx<int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< int,3,1 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51962:84: error: ‘type’ is not a member of ‘cv::Matx<int, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< int,3,1 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51964:82: error: ‘depth’ is not a member of ‘cv::Vec<int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_int_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< int,3 >::depth)));
                                                                                  ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51966:81: error: ‘type’ is not a member of ‘cv::Vec<int, 3>’
   SWIG_Python_SetConstant(d, "_Vec_int_3_type",SWIG_From_int(static_cast< int >(cv::Vec< int,3 >::type)));
                                                                                 ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51968:91: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,3 > >::depth)));
                                                                                           ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51971:90: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<int, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,3 > >::type)));
                                                                                          ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51972:85: error: ‘depth’ is not a member of ‘cv::Matx<int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< int,4,1 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51976:84: error: ‘type’ is not a member of ‘cv::Matx<int, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< int,4,1 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51978:82: error: ‘depth’ is not a member of ‘cv::Vec<int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_int_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< int,4 >::depth)));
                                                                                  ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51980:81: error: ‘type’ is not a member of ‘cv::Vec<int, 4>’
   SWIG_Python_SetConstant(d, "_Vec_int_4_type",SWIG_From_int(static_cast< int >(cv::Vec< int,4 >::type)));
                                                                                 ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51982:91: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,4 > >::depth)));
                                                                                           ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51985:90: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<int, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,4 > >::type)));
                                                                                          ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51986:85: error: ‘depth’ is not a member of ‘cv::Matx<int, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_6_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< int,6,1 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51990:84: error: ‘type’ is not a member of ‘cv::Matx<int, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_6_1_type",SWIG_From_int(static_cast< int >(cv::Matx< int,6,1 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51992:82: error: ‘depth’ is not a member of ‘cv::Vec<int, 6>’
   SWIG_Python_SetConstant(d, "_Vec_int_6_depth",SWIG_From_int(static_cast< int >(cv::Vec< int,6 >::depth)));
                                                                                  ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51994:81: error: ‘type’ is not a member of ‘cv::Vec<int, 6>’
   SWIG_Python_SetConstant(d, "_Vec_int_6_type",SWIG_From_int(static_cast< int >(cv::Vec< int,6 >::type)));
                                                                                 ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51996:91: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<int, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_6_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,6 > >::depth)));
                                                                                           ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:51999:90: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<int, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_6_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,6 > >::type)));
                                                                                          ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52000:85: error: ‘depth’ is not a member of ‘cv::Matx<int, 8, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_8_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< int,8,1 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52004:84: error: ‘type’ is not a member of ‘cv::Matx<int, 8, 1>’
   SWIG_Python_SetConstant(d, "_Matx_int_8_1_type",SWIG_From_int(static_cast< int >(cv::Matx< int,8,1 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52006:82: error: ‘depth’ is not a member of ‘cv::Vec<int, 8>’
   SWIG_Python_SetConstant(d, "_Vec_int_8_depth",SWIG_From_int(static_cast< int >(cv::Vec< int,8 >::depth)));
                                                                                  ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52008:81: error: ‘type’ is not a member of ‘cv::Vec<int, 8>’
   SWIG_Python_SetConstant(d, "_Vec_int_8_type",SWIG_From_int(static_cast< int >(cv::Vec< int,8 >::type)));
                                                                                 ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52010:91: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<int, 8> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_8_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,8 > >::depth)));
                                                                                           ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52013:90: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<int, 8> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_int_8_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< int,8 > >::type)));
                                                                                          ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52015:87: error: ‘depth’ is not a member of ‘cv::Matx<float, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< float,2,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52019:86: error: ‘type’ is not a member of ‘cv::Matx<float, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< float,2,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52021:84: error: ‘depth’ is not a member of ‘cv::Vec<float, 2>’
   SWIG_Python_SetConstant(d, "_Vec_float_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< float,2 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52023:83: error: ‘type’ is not a member of ‘cv::Vec<float, 2>’
   SWIG_Python_SetConstant(d, "_Vec_float_2_type",SWIG_From_int(static_cast< int >(cv::Vec< float,2 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52025:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<float, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,2 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52028:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<float, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,2 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52029:87: error: ‘depth’ is not a member of ‘cv::Matx<float, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< float,3,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52033:86: error: ‘type’ is not a member of ‘cv::Matx<float, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< float,3,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52035:84: error: ‘depth’ is not a member of ‘cv::Vec<float, 3>’
   SWIG_Python_SetConstant(d, "_Vec_float_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< float,3 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52037:83: error: ‘type’ is not a member of ‘cv::Vec<float, 3>’
   SWIG_Python_SetConstant(d, "_Vec_float_3_type",SWIG_From_int(static_cast< int >(cv::Vec< float,3 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52039:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<float, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,3 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52042:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<float, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,3 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52043:87: error: ‘depth’ is not a member of ‘cv::Matx<float, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< float,4,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52047:86: error: ‘type’ is not a member of ‘cv::Matx<float, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< float,4,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52049:84: error: ‘depth’ is not a member of ‘cv::Vec<float, 4>’
   SWIG_Python_SetConstant(d, "_Vec_float_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< float,4 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52051:83: error: ‘type’ is not a member of ‘cv::Vec<float, 4>’
   SWIG_Python_SetConstant(d, "_Vec_float_4_type",SWIG_From_int(static_cast< int >(cv::Vec< float,4 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52053:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<float, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,4 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52056:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<float, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,4 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52057:87: error: ‘depth’ is not a member of ‘cv::Matx<float, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_6_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< float,6,1 >::depth)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52061:86: error: ‘type’ is not a member of ‘cv::Matx<float, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_float_6_1_type",SWIG_From_int(static_cast< int >(cv::Matx< float,6,1 >::type)));
                                                                                      ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52063:84: error: ‘depth’ is not a member of ‘cv::Vec<float, 6>’
   SWIG_Python_SetConstant(d, "_Vec_float_6_depth",SWIG_From_int(static_cast< int >(cv::Vec< float,6 >::depth)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52065:83: error: ‘type’ is not a member of ‘cv::Vec<float, 6>’
   SWIG_Python_SetConstant(d, "_Vec_float_6_type",SWIG_From_int(static_cast< int >(cv::Vec< float,6 >::type)));
                                                                                   ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52067:93: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<float, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_6_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,6 > >::depth)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52070:92: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<float, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_float_6_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< float,6 > >::type)));
                                                                                            ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52072:88: error: ‘depth’ is not a member of ‘cv::Matx<double, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_2_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< double,2,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52076:87: error: ‘type’ is not a member of ‘cv::Matx<double, 2, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_2_1_type",SWIG_From_int(static_cast< int >(cv::Matx< double,2,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52078:85: error: ‘depth’ is not a member of ‘cv::Vec<double, 2>’
   SWIG_Python_SetConstant(d, "_Vec_double_2_depth",SWIG_From_int(static_cast< int >(cv::Vec< double,2 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52080:84: error: ‘type’ is not a member of ‘cv::Vec<double, 2>’
   SWIG_Python_SetConstant(d, "_Vec_double_2_type",SWIG_From_int(static_cast< int >(cv::Vec< double,2 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52082:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<double, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_2_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,2 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52085:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<double, 2> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_2_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,2 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52086:88: error: ‘depth’ is not a member of ‘cv::Matx<double, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_3_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< double,3,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52090:87: error: ‘type’ is not a member of ‘cv::Matx<double, 3, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_3_1_type",SWIG_From_int(static_cast< int >(cv::Matx< double,3,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52092:85: error: ‘depth’ is not a member of ‘cv::Vec<double, 3>’
   SWIG_Python_SetConstant(d, "_Vec_double_3_depth",SWIG_From_int(static_cast< int >(cv::Vec< double,3 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52094:84: error: ‘type’ is not a member of ‘cv::Vec<double, 3>’
   SWIG_Python_SetConstant(d, "_Vec_double_3_type",SWIG_From_int(static_cast< int >(cv::Vec< double,3 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52096:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<double, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_3_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,3 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52099:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<double, 3> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_3_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,3 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52100:88: error: ‘depth’ is not a member of ‘cv::Matx<double, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_4_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< double,4,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52104:87: error: ‘type’ is not a member of ‘cv::Matx<double, 4, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_4_1_type",SWIG_From_int(static_cast< int >(cv::Matx< double,4,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52106:85: error: ‘depth’ is not a member of ‘cv::Vec<double, 4>’
   SWIG_Python_SetConstant(d, "_Vec_double_4_depth",SWIG_From_int(static_cast< int >(cv::Vec< double,4 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52108:84: error: ‘type’ is not a member of ‘cv::Vec<double, 4>’
   SWIG_Python_SetConstant(d, "_Vec_double_4_type",SWIG_From_int(static_cast< int >(cv::Vec< double,4 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52110:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<double, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_4_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,4 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52113:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<double, 4> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_4_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,4 > >::type)));
                                                                                             ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52114:88: error: ‘depth’ is not a member of ‘cv::Matx<double, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_6_1_depth",SWIG_From_int(static_cast< int >(cv::Matx< double,6,1 >::depth)));
                                                                                        ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52118:87: error: ‘type’ is not a member of ‘cv::Matx<double, 6, 1>’
   SWIG_Python_SetConstant(d, "_Matx_double_6_1_type",SWIG_From_int(static_cast< int >(cv::Matx< double,6,1 >::type)));
                                                                                       ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52120:85: error: ‘depth’ is not a member of ‘cv::Vec<double, 6>’
   SWIG_Python_SetConstant(d, "_Vec_double_6_depth",SWIG_From_int(static_cast< int >(cv::Vec< double,6 >::depth)));
                                                                                     ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52122:84: error: ‘type’ is not a member of ‘cv::Vec<double, 6>’
   SWIG_Python_SetConstant(d, "_Vec_double_6_type",SWIG_From_int(static_cast< int >(cv::Vec< double,6 >::type)));
                                                                                    ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52124:94: error: ‘depth’ is not a member of ‘cv::DataType<cv::Vec<double, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_6_depth",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,6 > >::depth)));
                                                                                              ^
/home/kolbe/workspace/python-aruco/opencv-swig/test/build/pointPYTHON_wrap.cxx:52127:93: error: ‘type’ is not a member of ‘cv::DataType<cv::Vec<double, 6> >’
   SWIG_Python_SetConstant(d, "_DataType_Vec_double_6_type",SWIG_From_int(static_cast< int >(cv::DataType< cv::Vec< double,6 > >::type)));
                                                                                             ^
CMakeFiles/_point.dir/build.make:84: die Regel für Ziel „CMakeFiles/_point.dir/pointPYTHON_wrap.cxx.o“ scheiterte
make[2]: *** [CMakeFiles/_point.dir/pointPYTHON_wrap.cxx.o] Fehler 1
CMakeFiles/Makefile2:67: die Regel für Ziel „CMakeFiles/_point.dir/all“ scheiterte
make[1]: *** [CMakeFiles/_point.dir/all] Fehler 2
Makefile:94: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2