add all modules to ccalib group

pull/266/head
baisheng lai 10 years ago
parent 79ddc32eed
commit 2960c631de
  1. 6
      modules/ccalib/include/opencv2/ccalib/multicalib.hpp
  2. 4
      modules/ccalib/include/opencv2/ccalib/omnidir.hpp
  3. 4
      modules/ccalib/include/opencv2/ccalib/randpattern.hpp

@ -49,11 +49,7 @@
namespace cv { namespace multicalib {
/** @defgroup mulcalib Multiple cameras calibration toolbox
*/
//! @addtogroup mulcalib
//! @addtogroup ccalib
//! @{
#define HEAD -1

@ -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 {

@ -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

Loading…
Cancel
Save