|
@@ -251,6 +251,7 @@ config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SALIENCY
|
|
|
|
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SFM
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SFM
|
|
bool "sfm"
|
|
bool "sfm"
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_6 # glog
|
|
select BR2_PACKAGE_OPENCV4_LIB_IMGPROC
|
|
select BR2_PACKAGE_OPENCV4_LIB_IMGPROC
|
|
select BR2_PACKAGE_OPENCV4_LIB_IMGCODECS
|
|
select BR2_PACKAGE_OPENCV4_LIB_IMGCODECS
|
|
select BR2_PACKAGE_EIGEN
|
|
select BR2_PACKAGE_EIGEN
|
|
@@ -261,6 +262,9 @@ config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SFM
|
|
to perform 3d reconstruction from 2d images. The core of
|
|
to perform 3d reconstruction from 2d images. The core of
|
|
the module is a light version of Libmv.
|
|
the module is a light version of Libmv.
|
|
|
|
|
|
|
|
+comment "sfm needs a toolchain w/ gcc >= 6"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
|
|
|
|
+
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SHAPE
|
|
config BR2_PACKAGE_OPENCV4_CONTRIB_LIB_SHAPE
|
|
bool "shape"
|
|
bool "shape"
|
|
help
|
|
help
|