mirror of
https://github.com/opencv/opencv.git
synced 2026-09-25 04:09:57 +03:00
* Move objdetect parts to contrib * Move objdetect parts to contrib * Minor fixes.
8 lines
124 B
C++
8 lines
124 B
C++
#ifdef HAVE_OPENCV_OBJDETECT
|
|
|
|
#include "opencv2/objdetect.hpp"
|
|
|
|
typedef QRCodeEncoder::Params QRCodeEncoder_Params;
|
|
|
|
#endif
|