|
void | cv::rapid::drawCorrespondencies (InputOutputArray bundle, InputArray srcLocations, InputArray newLocations, 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=LINE_8, bool cullBackface=false) |
|
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::filterCorrespondencies (InputOutputArray pts2d, InputOutputArray pts3d, InputArray mask) |
|
void | cv::rapid::findCorrespondencies (InputArray bundle, InputArray srcLocations, OutputArray newLocations, OutputArray response=noArray()) |
|
float | cv::rapid::rapid (InputArray img, int num, int len, InputArray pts3d, InputArray tris, InputArray K, InputOutputArray rvec, InputOutputArray tvec) |
|