File tree Expand file tree Collapse file tree 6 files changed +2
-14
lines changed Expand file tree Collapse file tree 6 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 47
47
#include " opencv2/core.hpp"
48
48
#include " opencv2/features2d.hpp"
49
49
#include " opencv2/core/affine.hpp"
50
- #include " ../../ stereo/src /descriptor.hpp"
51
- #include " ../../ stereo/src /matching.hpp"
50
+ #include " opencv2/ stereo/descriptor.hpp"
51
+ #include " opencv2/ stereo/matching.hpp"
52
52
53
53
/* *
54
54
@defgroup stereo Stereo Correspondance Algorithms
@@ -277,9 +277,4 @@ namespace cv
277
277
}// stereo
278
278
} // cv
279
279
280
- #ifndef DISABLE_OPENCV_24_COMPATIBILITY
281
- #include " opencv2/stereo/stereo_c.h"
282
280
#endif
283
-
284
- #endif
285
-
Original file line number Diff line number Diff line change 44
44
* The interface contains the main descriptors that will be implemented in the descriptor class *
45
45
\*****************************************************************************************************************/
46
46
47
- #include " precomp.hpp"
48
47
#include < stdint.h>
49
48
#ifndef _OPENCV_DESCRIPTOR_HPP_
50
49
#define _OPENCV_DESCRIPTOR_HPP_
Original file line number Diff line number Diff line change 44
44
* The interface contains the main methods for computing the matching between the left and right images *
45
45
* *
46
46
\******************************************************************************************************************/
47
- #include " precomp.hpp"
48
47
#include < stdint.h>
49
48
50
49
#ifndef _OPENCV_MATCHING_HPP_
Original file line number Diff line number Diff line change 44
44
* The file contains the implemented descriptors *
45
45
\******************************************************************************************************************/
46
46
#include " precomp.hpp"
47
- #include " descriptor.hpp"
48
47
49
48
namespace cv
50
49
{
Original file line number Diff line number Diff line change 46
46
\****************************************************************************************/
47
47
48
48
#include " precomp.hpp"
49
- #include " descriptor.hpp"
50
- #include " matching.hpp"
51
49
#include < stdio.h>
52
50
#include < limits>
53
51
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ SGBM (Semi-global block matching)
50
50
51
51
#include " precomp.hpp"
52
52
#include < limits.h>
53
- #include < descriptor.hpp>
54
- #include < matching.hpp>
55
53
56
54
namespace cv
57
55
{
You can’t perform that action at this time.
0 commit comments