mirror of
https://github.com/opencv/opencv.git
synced 2026-09-26 04:09:43 +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
|