|
int | runKernel (InputArray _m1, InputArray _m2, OutputArray _model) const |
|
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 () |
|
|
void | computeError (InputArray _m1, InputArray _m2, InputArray _model, OutputArray _err) const |
|
void | getCoeffMat (double *e, double *A) const |
|
Definition at line 39 of file five-point.cpp.
◆ computeError()
void cv3::EMEstimatorCallback::computeError |
( |
InputArray |
_m1, |
|
|
InputArray |
_m2, |
|
|
InputArray |
_model, |
|
|
OutputArray |
_err |
|
) |
| const |
|
inlineprotected |
◆ getCoeffMat()
void cv3::EMEstimatorCallback::getCoeffMat |
( |
double * |
e, |
|
|
double * |
A |
|
) |
| const |
|
inlineprotected |
◆ runKernel()
int cv3::EMEstimatorCallback::runKernel |
( |
InputArray |
_m1, |
|
|
InputArray |
_m2, |
|
|
OutputArray |
_model |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: