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
3ac150bc
Commit
3ac150bc
authored
Jun 08, 2015
by
Muresan Mircea Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed the pragmas to be compatible with build bot
Update README.md
parent
01d8c7b4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
README.md
modules/README.md
+2
-0
precomp.hpp
modules/stereo/src/precomp.hpp
+0
-1
stereo_binary_bm.cpp
modules/stereo/src/stereo_binary_bm.cpp
+0
-4
stereo_binary_sgbm.cpp
modules/stereo/src/stereo_binary_sgbm.cpp
+1
-0
No files found.
modules/README.md
View file @
3ac150bc
...
...
@@ -51,3 +51,5 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_re
21.
**opencv_xobjdetect**
: Integral Channel Features Detector Framework.
22.
**opencv_xphoto**
: Additional photo processing algorithms: Color balance / Denoising / Inpainting.
23.
**opencv_stereo**
: Stereo Correspondence done with different descriptors: Census / CS-Census / MCT / BRIEF / MV / RT.
modules/stereo/src/precomp.hpp
View file @
3ac150bc
...
...
@@ -39,7 +39,6 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#pragma once
#ifndef __OPENCV_STEREO_PRECOMP_H__
#define __OPENCV_STEREO_PRECOMP_H__
...
...
modules/stereo/src/stereo_binary_bm.cpp
View file @
3ac150bc
...
...
@@ -337,7 +337,6 @@ namespace cv
// initialize sums
int
tsum
=
0
;
#pragma region sume_partiale
{
for
(
d
=
0
;
d
<
ndisp
;
d
++
)
sad
[
d
]
=
(
int
)(
hsad0
[
d
-
ndisp
*
dy0
]
*
(
wsz2
+
2
-
dy0
));
...
...
@@ -350,9 +349,7 @@ namespace cv
for
(
y
=
-
wsz2
-
1
;
y
<
wsz2
;
y
++
)
tsum
+=
htext
[
y
];
}
#pragma endregion sume_partiale pentru SAD
// finally, start the real processing
#pragma region SAD
{
for
(
y
=
0
;
y
<
height
;
y
++
)
{
...
...
@@ -403,7 +400,6 @@ namespace cv
}
}
}
#pragma endregion SAD
}
}
...
...
modules/stereo/src/stereo_binary_sgbm.cpp
View file @
3ac150bc
...
...
@@ -51,6 +51,7 @@
*/
#include "precomp.hpp"
#include "opencv2\core\private.hpp"
#include <limits.h>
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