123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*M
- #ifndef OPENCV_OLD_AUX_H
- #define OPENCV_OLD_AUX_H
- #include "opencv2/core/core_c.h"
- #include "opencv2/imgproc/imgproc_c.h"
- #include "opencv2/photo/photo_c.h"
- #include "opencv2/video/tracking_c.h"
- #include "opencv2/objdetect/objdetect_c.h"
- #endif
- /* End of file. */
|