OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | 枚举 | 函数
aruco_detector.hpp 文件引用
#include <opencv2/objdetect/aruco_dictionary.hpp>
#include <opencv2/objdetect/aruco_board.hpp>
aruco_detector.hpp 的包含依赖关系图
此图显示了哪些文件直接或间接包含此文件

类  cv::aruco::ArucoDetector
 ArucoDetector 类的主要功能是用 detectMarkers() 方法检测图片中的标记。 了解更多...
 
结构  cv::aruco::DetectorParameters
 结构 DetectorParametersArucoDetector 使用 了解更多...
 
结构  cv::aruco::RefineParameters
 结构 RefineParametersArucoDetector 使用 了解更多...
 

命名空间

命名空间  cv
 与磁盘上的文件相关联的文件存储的“黑盒”表示形式。
 
命名空间  cv::aruco
 

枚举

枚举  cv::aruco::CornerRefineMethod {
  cv::aruco::CORNER_REFINE_NONE ,
  cv::aruco::CORNER_REFINE_SUBPIX ,
  cv::aruco::CORNER_REFINE_CONTOUR ,
  cv::aruco::CORNER_REFINE_APRILTAG
}
 

函数

void cv::aruco::drawDetectedMarkers (InputOutputArray image, InputArrayOfArrays corners, InputArray ids=noArray(), Scalar borderColor=Scalar(0, 255, 0))
 绘制图像中检测到的标记。
 
void cv::aruco::generateImageMarker (const Dictionary &dictionary, int id, int sidePixels, OutputArray img, int borderBits=1)
 生成规范标记图像。