From 2ac00324b26d7c94cb75f652ca2ec796500ab5e5 Mon Sep 17 00:00:00 2001 From: baisheng lai Date: Wed, 19 Aug 2015 23:08:54 +0800 Subject: [PATCH] small modification --- modules/ccalib/include/opencv2/ccalib/randpattern.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/ccalib/include/opencv2/ccalib/randpattern.hpp b/modules/ccalib/include/opencv2/ccalib/randpattern.hpp index cc7fb8015..1f9491783 100644 --- a/modules/ccalib/include/opencv2/ccalib/randpattern.hpp +++ b/modules/ccalib/include/opencv2/ccalib/randpattern.hpp @@ -47,6 +47,10 @@ namespace cv { namespace randpattern { + +//! @addtogroup ccalib +//! @{ + /** @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 partly occluded or only a part of pattern can be observed in multiple cameras calibration. @@ -58,9 +62,6 @@ Please refer to paper Pattern", in IROS 2013. */ -//! @addtogroup ccalib -//! @{ - class CV_EXPORTS RandomPatternCornerFinder { public: