Commit 2ac00324 authored by baisheng lai's avatar baisheng lai

small modification

parent 2960c631
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
namespace cv { namespace randpattern { namespace cv { namespace randpattern {
//! @addtogroup ccalib
//! @{
/** @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
partly occluded or only a part of pattern can be observed in multiple cameras calibration. partly occluded or only a part of pattern can be observed in multiple cameras calibration.
...@@ -58,9 +62,6 @@ Please refer to paper ...@@ -58,9 +62,6 @@ Please refer to paper
Pattern", in IROS 2013. Pattern", in IROS 2013.
*/ */
//! @addtogroup ccalib
//! @{
class CV_EXPORTS RandomPatternCornerFinder class CV_EXPORTS RandomPatternCornerFinder
{ {
public: public:
......
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