00001 #ifndef PANO_WRAPPERS_CV_H_ 00002 #define PANO_WRAPPERS_CV_H_ 00003 namespace pano_py{ 00004 void wrapMat(); 00005 void wrapSize(); 00006 void wrapPoints(); 00007 } 00008 #endif