summaryrefslogtreecommitdiffstats
path: root/package/opencv3/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:21:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:22:54 +0100
commit2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (patch)
tree36d7ec9a782d6879a40323aa75edb027efd89640 /package/opencv3/Config.in
parent20cdd433142e49a6c9e35085565e7f2c4ce97e44 (diff)
downloadbuildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.tar.gz
buildroot-2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d.zip
package/*/Config.in: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/opencv3/Config.in')
-rw-r--r--package/opencv3/Config.in76
1 files changed, 43 insertions, 33 deletions
diff --git a/package/opencv3/Config.in b/package/opencv3/Config.in
index 2214ee80ca..80a297a904 100644
--- a/package/opencv3/Config.in
+++ b/package/opencv3/Config.in
@@ -8,8 +8,8 @@ menuconfig BR2_PACKAGE_OPENCV3
depends on !BR2_PACKAGE_OPENCV
select BR2_PACKAGE_ZLIB
help
- OpenCV (Open Source Computer Vision) is a library of programming
- functions for real time computer vision.
+ OpenCV (Open Source Computer Vision) is a library of
+ programming functions for real time computer vision.
Note that the opencv_core module and the opencv_hal library
are always built and installed, not matter which other
@@ -26,8 +26,8 @@ config BR2_PACKAGE_OPENCV3_LIB_CALIB3D
select BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
help
- Include opencv_calib3d (camera calibration and 3d reconstruction) module
- into the OpenCV build.
+ Include opencv_calib3d (camera calibration and 3d
+ reconstruction) module into the OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
bool "features2d"
@@ -35,15 +35,15 @@ config BR2_PACKAGE_OPENCV3_LIB_FEATURES2D
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_ML
help
- Include opencv_features2d (2d features framework) module into the OpenCV
- build.
+ Include opencv_features2d (2d features framework) module
+ into the OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_FLANN
bool "flann"
# opencv_core dependency is already enabled
help
- Include opencv_flann (clustering and search in multi-dimensional spaces)
- module into the OpenCV build.
+ Include opencv_flann (clustering and search in
+ multi-dimensional spaces) module into the OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
bool "highgui"
@@ -51,8 +51,8 @@ config BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_VIDEOIO
help
- Include opencv_highgui (high-level gui and media i/o) module into the
- OpenCV build.
+ Include opencv_highgui (high-level gui and media i/o) module
+ into the OpenCV build.
if BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
@@ -89,7 +89,8 @@ config BR2_PACKAGE_OPENCV3_WITH_QT
select BR2_PACKAGE_QT_GUI_MODULE
select BR2_PACKAGE_QT_TEST
help
- Use Qt4 with QtTest and QtGui modules and STL support, as GUI toolkit.
+ Use Qt4 with QtTest and QtGui modules and STL support, as
+ GUI toolkit.
comment "qt4 support needs qt"
depends on BR2_USE_MMU # qt
@@ -103,8 +104,8 @@ config BR2_PACKAGE_OPENCV3_WITH_QT5
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS
help
- Use Qt5 with base, concurrent, test, gui and widgets components, as GUI
- toolkit.
+ Use Qt5 with base, concurrent, test, gui and widgets
+ components, as GUI toolkit.
comment "qt5 support needs qt5"
depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5
@@ -133,19 +134,22 @@ config BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
bool "imgcodecs"
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
help
- Include opencv_imgcodecs (image codecs) module into the OpenCV build.
+ Include opencv_imgcodecs (image codecs) module into the
+ OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_IMGPROC
bool "imgproc"
# opencv_core dependency is already enabled
help
- Include opencv_imgproc (image processing) module into the OpenCV build.
+ Include opencv_imgproc (image processing) module into the
+ OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_ML
bool "ml"
# opencv_core dependency is already enabled
help
- Include opencv_ml (machine learning) module into the OpenCV build.
+ Include opencv_ml (machine learning) module into the OpenCV
+ build.
config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
bool "objdetect"
@@ -153,14 +157,15 @@ config BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_ML
help
- Include opencv_objdetect (object detection) module into the OpenCV build.
+ Include opencv_objdetect (object detection) module into the
+ OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_PHOTO
bool "photo"
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
help
- Include opencv_photo (computational photography) module into the OpenCV
- build.
+ Include opencv_photo (computational photography) module into
+ the OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_PYTHON
bool "python"
@@ -168,8 +173,8 @@ config BR2_PACKAGE_OPENCV3_LIB_PYTHON
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
select BR2_PACKAGE_PYTHON_NUMPY
help
- Include opencv_python module into the OpenCV build.
- No python example is installed.
+ Include opencv_python module into the OpenCV build. No
+ python example is installed.
config BR2_PACKAGE_OPENCV3_LIB_SHAPE
bool "shape"
@@ -177,8 +182,8 @@ config BR2_PACKAGE_OPENCV3_LIB_SHAPE
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
help
- Include opencv_shape (shape descriptors and matchers) module into the
- OpenCV build.
+ Include opencv_shape (shape descriptors and matchers) module
+ into the OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_STITCHING
bool "stitching"
@@ -187,14 +192,16 @@ config BR2_PACKAGE_OPENCV3_LIB_STITCHING
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_OBJDETECT
help
- Include opencv_stitching (images stitching) module into the OpenCV build.
+ Include opencv_stitching (images stitching) module into the
+ OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_SUPERRES
bool "superres"
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
help
- Include opencv_superres (super resolution) module into the OpenCV build.
+ Include opencv_superres (super resolution) module into the
+ OpenCV build.
config BR2_PACKAGE_OPENCV3_LIB_TS
bool "ts"
@@ -211,13 +218,15 @@ config BR2_PACKAGE_OPENCV3_LIB_VIDEOIO
select BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
help
- Include opencv_videoio (media i/o) module into the OpenCV build.
+ Include opencv_videoio (media i/o) module into the OpenCV
+ build.
config BR2_PACKAGE_OPENCV3_LIB_VIDEO
bool "video"
select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
help
- Include opencv_video (video analysis) module into the OpenCV build.
+ Include opencv_video (video analysis) module into the OpenCV
+ build.
config BR2_PACKAGE_OPENCV3_LIB_VIDEOSTAB
bool "videostab"
@@ -227,8 +236,8 @@ config BR2_PACKAGE_OPENCV3_LIB_VIDEOSTAB
select BR2_PACKAGE_OPENCV3_LIB_PHOTO
select BR2_PACKAGE_OPENCV3_LIB_VIDEO
help
- Include opencv_videostab (video stabilization) module into the OpenCV
- build.
+ Include opencv_videostab (video stabilization) module into
+ the OpenCV build.
comment "Test sets"
config BR2_PACKAGE_OPENCV3_BUILD_TESTS
@@ -318,16 +327,17 @@ config BR2_PACKAGE_OPENCV3_WITH_V4L
help
Enable Video 4 Linux support.
- If the package libv4l is enabled, its support is automatically enabled.
+ If the package libv4l is enabled, its support is
+ automatically enabled.
comment "Install options"
config BR2_PACKAGE_OPENCV3_INSTALL_DATA
bool "install extra data"
help
- Install various data that is used by cv libraries and/or demo
- applications, specifically for haarcascades and lbpcascades
- features.
+ Install various data that is used by cv libraries and/or
+ demo applications, specifically for haarcascades and
+ lbpcascades features.
For further information: see OpenCV documentation.
OpenPOWER on IntegriCloud