#include <ibg_cv.h>
|
| | IBGStretchHomographyOptimizerCvWrapper () |
| |
| void | initialize (const int max_nb_iter, const int max_nb_pyr_level, const double sampling_rate) |
| | Initiliazation of the optimizer. More...
|
| |
| void | getCurrentTemplate (cv::Mat &img) |
| | Gets the current template. More...
|
| |
| void | getHomography (cv::Mat &H) |
| | Gets the homography. More...
|
| |
| std::vector< cv::Mat > | getHomographySequence () |
| | Gets the homography sequence. More...
|
| |
| std::vector< int > | getNbIterations () |
| | Gets the number of iterations. More...
|
| |
| void | getReferenceTemplate (cv::Mat &img) |
| | Gets the reference template. More...
|
| |
| | IBGHomographyOptimizerCvWrapper () |
| | Constructor. More...
|
| |
| double | optimize (const cv::Mat &curr_image, cv::Mat &H, float &alpha, float &beta, int predictor) |
| | Optimization function. More...
|
| |
| void | setHomography (const cv::Mat H) |
| | Sets the homography. More...
|
| |
| bool | setReferenceTemplate (const cv::Mat &ref_image, const int posx, const int posy, const int sizex, const int sizey) |
| | Sets the reference template. More...
|
| |
Definition at line 136 of file ibg_cv.h.
| VTEC::IBGStretchHomographyOptimizerCvWrapper::IBGStretchHomographyOptimizerCvWrapper |
( |
| ) |
|
|
inline |
| void VTEC::IBGStretchHomographyOptimizerCvWrapper::initialize |
( |
const int |
max_nb_iter, |
|
|
const int |
max_nb_pyr_level, |
|
|
const double |
sampling_rate |
|
) |
| |
|
inlinevirtual |
Initiliazation of the optimizer.
- Parameters
-
| [in] | max_nb_iter | The maximum number of iterator |
| [in] | max_nb_pyr_level | The maximum number of pyr level |
| [in] | sampling_rate | The sampling rate |
Implements VTEC::IBGHomographyOptimizerCvWrapper.
Definition at line 143 of file ibg_cv.h.
The documentation for this class was generated from the following file: