Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
581c9499
Commit
581c9499
authored
Aug 08, 2019
by
Tomoaki Teshima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppress noisy warning
* limit the affect by using HAVE_CUDA
parent
6d656ca0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
modules/hfs/CMakeLists.txt
+1
-0
CMakeLists.txt
modules/xfeatures2d/CMakeLists.txt
+3
-0
No files found.
modules/hfs/CMakeLists.txt
View file @
581c9499
if
(
HAVE_CUDA
)
add_definitions
(
-D_HFS_CUDA_ON_
)
ocv_warnings_disable
(
CMAKE_CXX_FLAGS -Wundef
)
endif
()
set
(
the_description
"Hierarchical Feature Selection for Efficient Image Segmentation"
)
...
...
modules/xfeatures2d/CMakeLists.txt
View file @
581c9499
set
(
the_description
"Contributed/Experimental Algorithms for Salient 2D Features Detection"
)
if
(
HAVE_CUDA
)
ocv_warnings_disable
(
CMAKE_CXX_FLAGS -Wundef
)
endif
()
ocv_define_module
(
xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d OPTIONAL opencv_shape opencv_ml opencv_cudaarithm WRAP python java
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/download_vgg.cmake
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment