|
@@ -95,18 +95,30 @@ config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_DNNS_EASILY_FOOLED
|
|
|
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_DPM
|
|
|
bool "dpm"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
select BR2_PACKAGE_OPENCV4_LIB_OBJDETECT
|
|
|
help
|
|
|
Deformable Part Model -- Felzenszwalb's Cascade with
|
|
|
deformable parts object recognition code.
|
|
|
|
|
|
+comment "dpm needs a glibc or musl toolchain"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
+
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_FACE
|
|
|
bool "face"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
select BR2_PACKAGE_OPENCV4_LIB_OBJDETECT
|
|
|
help
|
|
|
Face Recognition -- Face recognition techniques: Eigen, Fisher
|
|
|
and Local Binary Pattern Histograms LBPH methods.
|
|
|
|
|
|
+comment "face needs a glibc or musl toolchain"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
+
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_FREETYPE
|
|
|
bool "freetype"
|
|
|
help
|
|
@@ -317,12 +329,18 @@ config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_XIMGPROC
|
|
|
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_XOBJDETECT
|
|
|
bool "xobjdetect"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
select BR2_PACKAGE_OPENCV4_LIB_OBJDETECT
|
|
|
help
|
|
|
Boosted 2D Object Detection -- Uses a Waldboost cascade and
|
|
|
local binary patterns computed as integral features for 2D
|
|
|
object detection.
|
|
|
|
|
|
+comment "xobjdetect needs a glibc or musl toolchain"
|
|
|
+ depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # opencv4 objdetect
|
|
|
+ depends on BR2_TOOLCHAIN_USES_UCLIBC # opencv4 objdetect
|
|
|
+
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_XPHOTO
|
|
|
bool "xphoto"
|
|
|
select BR2_PACKAGE_OPENCV4_LIB_PHOTO
|