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
fb74aa76
Commit
fb74aa76
authored
Dec 09, 2015
by
Marc-Stefan Cassola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed include error
parent
173512b9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
14 deletions
+2
-14
stereo.hpp
modules/stereo/include/opencv2/stereo.hpp
+2
-7
descriptor.hpp
modules/stereo/include/opencv2/stereo/descriptor.hpp
+0
-1
matching.hpp
modules/stereo/include/opencv2/stereo/matching.hpp
+0
-1
descriptor.cpp
modules/stereo/src/descriptor.cpp
+0
-1
stereo_binary_bm.cpp
modules/stereo/src/stereo_binary_bm.cpp
+0
-2
stereo_binary_sgbm.cpp
modules/stereo/src/stereo_binary_sgbm.cpp
+0
-2
No files found.
modules/stereo/include/opencv2/stereo.hpp
View file @
fb74aa76
...
...
@@ -47,8 +47,8 @@
#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/core/affine.hpp"
#include "
../../stereo/src
/descriptor.hpp"
#include "
../../stereo/src
/matching.hpp"
#include "
stereo
/descriptor.hpp"
#include "
stereo
/matching.hpp"
/**
@defgroup stereo Stereo Correspondance Algorithms
...
...
@@ -277,9 +277,4 @@ namespace cv
}
//stereo
}
// cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/stereo/stereo_c.h"
#endif
#endif
modules/stereo/
src
/descriptor.hpp
→
modules/stereo/
include/opencv2/stereo
/descriptor.hpp
View file @
fb74aa76
...
...
@@ -44,7 +44,6 @@
* The interface contains the main descriptors that will be implemented in the descriptor class *
\*****************************************************************************************************************/
#include "precomp.hpp"
#include <stdint.h>
#ifndef _OPENCV_DESCRIPTOR_HPP_
#define _OPENCV_DESCRIPTOR_HPP_
...
...
modules/stereo/
src
/matching.hpp
→
modules/stereo/
include/opencv2/stereo
/matching.hpp
View file @
fb74aa76
...
...
@@ -44,7 +44,6 @@
* The interface contains the main methods for computing the matching between the left and right images *
* *
\******************************************************************************************************************/
#include "precomp.hpp"
#include <stdint.h>
#ifndef _OPENCV_MATCHING_HPP_
...
...
modules/stereo/src/descriptor.cpp
View file @
fb74aa76
...
...
@@ -44,7 +44,6 @@
* The file contains the implemented descriptors *
\******************************************************************************************************************/
#include "precomp.hpp"
#include "descriptor.hpp"
namespace
cv
{
...
...
modules/stereo/src/stereo_binary_bm.cpp
View file @
fb74aa76
...
...
@@ -46,8 +46,6 @@
\****************************************************************************************/
#include "precomp.hpp"
#include "descriptor.hpp"
#include "matching.hpp"
#include <stdio.h>
#include <limits>
...
...
modules/stereo/src/stereo_binary_sgbm.cpp
View file @
fb74aa76
...
...
@@ -50,8 +50,6 @@ SGBM (Semi-global block matching)
#include "precomp.hpp"
#include <limits.h>
#include <descriptor.hpp>
#include <matching.hpp>
namespace
cv
{
...
...
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