Commit 2960c631 authored by baisheng lai's avatar baisheng lai

add all modules to ccalib group

parent 79ddc32e
...@@ -49,11 +49,7 @@ ...@@ -49,11 +49,7 @@
namespace cv { namespace multicalib { namespace cv { namespace multicalib {
/** @defgroup mulcalib Multiple cameras calibration toolbox //! @addtogroup ccalib
*/
//! @addtogroup mulcalib
//! @{ //! @{
#define HEAD -1 #define HEAD -1
......
...@@ -45,13 +45,11 @@ ...@@ -45,13 +45,11 @@
#ifndef __OPENCV_OMNIDIR_HPP__ #ifndef __OPENCV_OMNIDIR_HPP__
#define __OPENCV_OMNIDIR_HPP__ #define __OPENCV_OMNIDIR_HPP__
/** @defgroup omnidir Omnidirectional camera calibration
*/
namespace cv namespace cv
{ {
namespace omnidir namespace omnidir
{ {
//! @addtogroup omnidir //! @addtogroup ccalib
//! @{ //! @{
enum { enum {
......
...@@ -46,8 +46,6 @@ ...@@ -46,8 +46,6 @@
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
namespace cv { namespace randpattern { namespace cv { namespace randpattern {
/** @defgroup ranPattern Random pattern calibration pattern
*/
/** @brief Class for finding features points and corresponding 3D in world coordinate of /** @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 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 ...@@ -60,7 +58,7 @@ Please refer to paper
Pattern", in IROS 2013. Pattern", in IROS 2013.
*/ */
//! @addtogroup ranPattern //! @addtogroup ccalib
//! @{ //! @{
class CV_EXPORTS RandomPatternCornerFinder class CV_EXPORTS RandomPatternCornerFinder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment