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
a5ce50b1
Commit
a5ce50b1
authored
Aug 12, 2015
by
baisheng lai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change include files
parent
fb272047
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
12 deletions
+10
-12
multiCameraCalibration.hpp
modules/ccalib/include/opencv2/multiCameraCalibration.hpp
+2
-3
omnidir.hpp
modules/ccalib/include/opencv2/omnidir.hpp
+1
-2
randomPatten.hpp
modules/ccalib/include/opencv2/randomPatten.hpp
+1
-1
multiCamCalib.cpp
modules/ccalib/sample/multiCamCalib.cpp
+1
-1
omniStereoCalibration.cpp
modules/ccalib/sample/omniStereoCalibration.cpp
+0
-0
randomPatternCalibration.cpp
modules/ccalib/sample/randomPatternCalibration.cpp
+0
-0
randomPatternGenerator.cpp
modules/ccalib/sample/randomPatternGenerator.cpp
+0
-0
precomp.hpp
modules/ccalib/src/precomp.hpp
+5
-5
No files found.
modules/ccalib/include/opencv2/multiCameraCalibration.hpp
View file @
a5ce50b1
...
...
@@ -42,9 +42,8 @@
#ifndef __OPENCV_MULTICAMERACALIBRATION_HPP__
#define __OPENCV_MULTICAMERACALIBRATION_HPP__
#include "precomp.hpp"
#include "randomPatten.hpp"
#include "omnidir.hpp"
#include "opencv2/randomPatten.hpp"
#include "opencv2/omnidir.hpp"
#include <string>
#include <iostream>
using
namespace
cv
;
...
...
modules/ccalib/include/opencv2/omnidir.hpp
View file @
a5ce50b1
...
...
@@ -40,8 +40,7 @@
//M*/
#ifndef __OPENCV_OMNIDIR_HPP__
#define __OPENCV_OMNIDIR_HPP__
#include "precomp.hpp"
#include <iostream>
namespace
cv
{
namespace
omnidir
...
...
modules/ccalib/include/opencv2/randomPatten.hpp
View file @
a5ce50b1
...
...
@@ -41,7 +41,7 @@
#ifndef __OPENCV_RANDOMPATTERN_HPP__
#define __OPENCV_RANDOMPATTERN_HPP__
#include "precomp.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/highgui.hpp"
...
...
modules/ccalib/sample/multiCamCalib.cpp
View file @
a5ce50b1
...
...
@@ -6,7 +6,7 @@ using namespace std;
using
namespace
cv
;
const
char
*
usage
=
"
\n
example command line for multi-camera calibration by using random pattern
\n
"
"
\n
example command line for multi-camera calibr
s
ation by using random pattern
\n
"
" multiCamCalib -nc 5 -pw 800 -ph 600 -ct 1 -fe 0 -nm 10 multi_camera.xml
\n
"
"
\n
"
" the file multi_camera.xml is generated by imagelist_creator as
\n
"
...
...
modules/ccalib/sample/omniStereoCalibration.cpp
View file @
a5ce50b1
modules/ccalib/sample/randomPatternCalibration.cpp
View file @
a5ce50b1
modules/ccalib/sample/randomPatternGenerator.cpp
View file @
a5ce50b1
modules/ccalib/src/precomp.hpp
View file @
a5ce50b1
...
...
@@ -43,10 +43,10 @@
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <opencv2/core.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/features2d.hpp>
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include <vector>
#endif
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