Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
f515337b
Commit
f515337b
authored
Sep 08, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added handling of stitching module into OpenCVConfig.cmake.in
parent
f69bb742
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OpenCVConfig.cmake.in
OpenCVConfig.cmake.in
+1
-1
matchers.hpp
...s/stitching/include/opencv2/stitching/detail/matchers.hpp
+1
-1
No files found.
OpenCVConfig.cmake.in
View file @
f515337b
...
...
@@ -71,7 +71,7 @@ LINK_DIRECTORIES(${OpenCV_LIB_DIR})
# ====================================================================
# Link libraries: e.g. libopencv_core.so, opencv_imgproc220d.lib, etc...
# ====================================================================
SET(OpenCV_LIB_COMPONENTS opencv_contrib opencv_legacy opencv_objdetect opencv_calib3d opencv_features2d opencv_video opencv_highgui opencv_ml opencv_imgproc opencv_flann opencv_core )
SET(OpenCV_LIB_COMPONENTS opencv_contrib opencv_legacy opencv_objdetect opencv_calib3d opencv_features2d opencv_video opencv_highgui opencv_ml opencv_imgproc opencv_flann opencv_core
opencv_stitching
)
#libraries order is very important because linker from Android NDK is one-pass linker
if(NOT ANDROID)
LIST(INSERT OpenCV_LIB_COMPONENTS 0 opencv_gpu)
...
...
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
View file @
f515337b
...
...
@@ -152,7 +152,7 @@ protected:
class
CV_EXPORTS
BestOf2NearestMatcher
:
public
FeaturesMatcher
{
public
:
BestOf2NearestMatcher
(
bool
try_use_gpu
=
tru
e
,
float
match_conf
=
0.65
f
,
int
num_matches_thresh1
=
6
,
BestOf2NearestMatcher
(
bool
try_use_gpu
=
fals
e
,
float
match_conf
=
0.65
f
,
int
num_matches_thresh1
=
6
,
int
num_matches_thresh2
=
6
);
void
collectGarbage
();
...
...
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