mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
2fb409b286
* Python wrapper for detail * hide pyrotationwrapper * copy code in pyopencv_rotationwarper.hpp * move ImageFeatures MatchInfo and CameraParams in core/misc/ * add python test for detail * move test_detail in test_stitching * rename
9 lines
228 B
C++
9 lines
228 B
C++
#ifdef HAVE_OPENCV_STITCHING
|
|
|
|
typedef std::vector<detail::ImageFeatures> vector_ImageFeatures;
|
|
typedef std::vector<detail::MatchesInfo> vector_MatchesInfo;
|
|
typedef std::vector<detail::CameraParams> vector_CameraParams;
|
|
|
|
|
|
#endif
|