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
15c4d950
Commit
15c4d950
authored
Feb 22, 2014
by
Alfonso Sanchez-Beato
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Itseez/opencv_contrib
parents
25e39c69
319ee932
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
README.md
README.md
+16
-0
bioinspired.hpp
modules/bioinspired/include/opencv2/bioinspired.hpp
+1
-1
transientareassegmentationmodule.hpp
.../opencv2/bioinspired/transientareassegmentationmodule.hpp
+0
-0
transientareassegmentationmodule.cpp
modules/bioinspired/src/transientareassegmentationmodule.cpp
+0
-0
No files found.
README.md
View file @
15c4d950
...
...
@@ -29,3 +29,19 @@ use CMake's `BUILD_opencv_*` options. Like in this example:
```
$ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -DBUILD_opencv_legacy=OFF <opencv_source_directory>
```
If you prefer using the gui version of cmake (cmake-gui), then, you can add
`opencv_contrib`
modules within
`opencv`
core by doing the following:
1.
start cmake-gui
2.
select the opencv source code folder and the folder where binaries will be built (the 2 upper forms of the interface)
3.
press the
`configure`
button. you will see all the opencv build parameters in the central interface
4.
browse the parameters and look for the form called
`OPENCV_EXTRA_MODULES_PATH`
(use the search form to focus rapidly on it)
5.
complete this
`OPENCV_EXTRA_MODULES_PATH`
by the proper pathname to the
`<opencv_contrib>/modules`
value using its browse button.
6.
press the
`configure`
button followed by the
`generate`
button (the first time, you will be asked which makefile style to use)
7.
build the
`opencv`
core with the method you chose (make and make install if you chose Unix makfile at step 6)
modules/bioinspired/include/opencv2/bioinspired.hpp
View file @
15c4d950
...
...
@@ -46,5 +46,5 @@
#include "opencv2/core.hpp"
#include "opencv2/bioinspired/retina.hpp"
#include "opencv2/bioinspired/retinafasttonemapping.hpp"
#include "opencv2/bioinspired/transientareassegmentationmodule.hpp"
#endif
modules/bioinspired/include/opencv2/bioinspired/transientareassegmentationmodule.hpp
0 → 100755
View file @
15c4d950
This diff is collapsed.
Click to expand it.
modules/bioinspired/src/transientareassegmentationmodule.cpp
0 → 100644
View file @
15c4d950
This diff is collapsed.
Click to expand it.
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