mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 21:40:49 +08:00
small modification
This commit is contained in:
@@ -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
|
|||||||
Pattern", in IROS 2013.
|
Pattern", in IROS 2013.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//! @addtogroup ccalib
|
|
||||||
//! @{
|
|
||||||
|
|
||||||
class CV_EXPORTS RandomPatternCornerFinder
|
class CV_EXPORTS RandomPatternCornerFinder
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user