Skip to content

Commit a540326

Browse files
author
Marc-Stefan Cassola
committed
updated includes for clarity
1 parent fb74aa7 commit a540326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/stereo/include/opencv2/stereo.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
#include "opencv2/core.hpp"
4848
#include "opencv2/features2d.hpp"
4949
#include "opencv2/core/affine.hpp"
50-
#include "stereo/descriptor.hpp"
51-
#include "stereo/matching.hpp"
50+
#include "opencv2/stereo/descriptor.hpp"
51+
#include "opencv2/stereo/matching.hpp"
5252

5353
/**
5454
@defgroup stereo Stereo Correspondance Algorithms

0 commit comments

Comments
 (0)