mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/opencv3: objdetect needs calib3d
objdetect needs calib3d since version 3.4.4 and
53ec8f286b
Fixes:
- http://autobuild.buildroot.org/results/37d0a5ba57de4c52b6e0ec99aedaca71f3397fbb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
4f6b94d515
commit
7c165e442f
@ -140,6 +140,7 @@ config BR2_PACKAGE_OPENCV3_LIB_ML
|
|||||||
config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
|
||||||
bool "objdetect"
|
bool "objdetect"
|
||||||
# opencv_core dependency is already enabled
|
# opencv_core dependency is already enabled
|
||||||
|
select BR2_PACKAGE_OPENCV3_LIB_CALIB3D
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
|
||||||
select BR2_PACKAGE_OPENCV3_LIB_ML
|
select BR2_PACKAGE_OPENCV3_LIB_ML
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user