123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*M
- #ifndef __OPENCV_SHAPE_HPP__
- #define __OPENCV_SHAPE_HPP__
- #include "opencv2/shape/emdL1.hpp"
- #include "opencv2/shape/shape_transformer.hpp"
- #include "opencv2/shape/hist_cost.hpp"
- #include "opencv2/shape/shape_distance.hpp"
- /**
- @defgroup shape Shape Distance and Matching
- */
- #endif
- /* End of file. */
|