mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 23:49:36 +08:00
aa5ea340f7
* 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
|