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
2960c631
Commit
2960c631
authored
Aug 19, 2015
by
baisheng lai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add all modules to ccalib group
parent
79ddc32e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
multicalib.hpp
modules/ccalib/include/opencv2/ccalib/multicalib.hpp
+1
-5
omnidir.hpp
modules/ccalib/include/opencv2/ccalib/omnidir.hpp
+1
-3
randpattern.hpp
modules/ccalib/include/opencv2/ccalib/randpattern.hpp
+1
-3
No files found.
modules/ccalib/include/opencv2/ccalib/multicalib.hpp
View file @
2960c631
...
...
@@ -49,11 +49,7 @@
namespace
cv
{
namespace
multicalib
{
/** @defgroup mulcalib Multiple cameras calibration toolbox
*/
//! @addtogroup mulcalib
//! @addtogroup ccalib
//! @{
#define HEAD -1
...
...
modules/ccalib/include/opencv2/ccalib/omnidir.hpp
View file @
2960c631
...
...
@@ -45,13 +45,11 @@
#ifndef __OPENCV_OMNIDIR_HPP__
#define __OPENCV_OMNIDIR_HPP__
/** @defgroup omnidir Omnidirectional camera calibration
*/
namespace
cv
{
namespace
omnidir
{
//! @addtogroup
omnidir
//! @addtogroup
ccalib
//! @{
enum
{
...
...
modules/ccalib/include/opencv2/ccalib/randpattern.hpp
View file @
2960c631
...
...
@@ -46,8 +46,6 @@
#include "opencv2/highgui.hpp"
namespace
cv
{
namespace
randpattern
{
/** @defgroup ranPattern Random pattern calibration pattern
*/
/** @brief Class for finding features points and corresponding 3D in world coordinate of
a "random" pattern, which can be to be used in calibration. It is useful when pattern is
...
...
@@ -60,7 +58,7 @@ Please refer to paper
Pattern", in IROS 2013.
*/
//! @addtogroup
ranPattern
//! @addtogroup
ccalib
//! @{
class
CV_EXPORTS
RandomPatternCornerFinder
...
...
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