OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
| 名称空间 | 函数
rapid.hpp 文件引用
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
rapid.hpp 的包含依赖关系图

类  cv::rapid::GOSTracker
 
类  cv::rapid::OLSTracker
 
类  cv::rapid::Rapid
 用于统一访问的“基于轮廓的 3D 对象跟踪”函数的包装器 更多...
 
类  cv::rapid::Tracker
 有状态轮廓跟踪器的抽象基类。 更多...
 

名称空间

名称空间  cv
 与磁盘上的文件相关联的文件存储的“黑匣子”表示。
 
名称空间  cv::rapid
 

函数

void cv::rapid::convertCorrespondencies (InputArray cols, InputArray srcLocations, OutputArray pts2d, InputOutputArray pts3d=noArray(), InputArray mask=noArray())
 
void cv::rapid::drawCorrespondencies (InputOutputArray bundle, InputArray cols, InputArray colors=noArray())
 
void cv::rapid::drawSearchLines (InputOutputArray img, InputArray locations, const Scalar &color)
 
void cv::rapid::drawWireframe (InputOutputArray img, InputArray pts2d, InputArray tris, const Scalar &color, int type= 
void cv::rapid::extractControlPoints(int num,int len,InputArray pts3d,InputArray rvec,InputArray tvec,InputArray K,const Size &imsize,InputArray tris,OutputArray ctl2d,OutputArray ctl3d)
 
void cv::rapid::extractLineBundle(int len,InputArray ctl2d,InputArray img,OutputArray bundle,OutputArray srcLocations)
 
void cv::rapid::findCorrespondenciesInputArray bundle,OutputArray cols,OutputArray response=noArray())
 
float cv::rapid::rapidInputArray img,int num,int len,InputArray pts3d,InputArray tris,InputArray K,InputOutputArray rvec,InputOutputArray tvec,double *rmsd=0)