#include <solvepnp.h>
|
virtual bool | checkSubset (cv::InputArray, cv::InputArray, int) const |
|
virtual void | computeError (cv::InputArray m1, cv::InputArray m2, cv::InputArray model, cv::OutputArray err) const =0 |
|
virtual int | runKernel (cv::InputArray m1, cv::InputArray m2, cv::OutputArray model) const =0 |
|
virtual | ~Callback () |
|
Definition at line 121 of file solvepnp.h.
virtual cv3::PointSetRegistrator::Callback::~Callback |
( |
| ) |
|
|
inlinevirtual |
virtual bool cv3::PointSetRegistrator::Callback::checkSubset |
( |
cv::InputArray |
, |
|
|
cv::InputArray |
, |
|
|
int |
|
|
) |
| const |
|
inlinevirtual |
virtual void cv3::PointSetRegistrator::Callback::computeError |
( |
cv::InputArray |
m1, |
|
|
cv::InputArray |
m2, |
|
|
cv::InputArray |
model, |
|
|
cv::OutputArray |
err |
|
) |
| const |
|
pure virtual |
virtual int cv3::PointSetRegistrator::Callback::runKernel |
( |
cv::InputArray |
m1, |
|
|
cv::InputArray |
m2, |
|
|
cv::OutputArray |
model |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: