#include <registration.h>
Inheritance diagram for mimas::registration_parameters:


Public Member Functions | |
| void | setAngle (double a) |
| void | setScale (double s) |
| void | setShift (int x, int y) |
| double | getAngle () |
| double | getScale () |
| int | getShiftx () |
| int | getShifty () |
| reg_param | getRegParam () |
| void | registering_images (image< int > &im1, image< int > &im2) |
| void | registering_images_shift_only (image< int > &im1, image< int > &im2) |
| registration_parameters (void) | |
| virtual | ~registration_parameters (void) |
References:
Definition at line 40 of file registration.h.
| mimas::registration_parameters::registration_parameters | ( | void | ) | [inline] |
Definition at line 63 of file registration.h.
| virtual mimas::registration_parameters::~registration_parameters | ( | void | ) | [inline, virtual] |
Definition at line 64 of file registration.h.
| void mimas::registration_parameters::setAngle | ( | double | a | ) | [inline] |
Definition at line 49 of file registration.h.
| void mimas::registration_parameters::setScale | ( | double | s | ) | [inline] |
Definition at line 50 of file registration.h.
Definition at line 51 of file registration.h.
| double mimas::registration_parameters::getAngle | ( | void | ) | [inline] |
Definition at line 53 of file registration.h.
| double mimas::registration_parameters::getScale | ( | void | ) | [inline] |
Definition at line 54 of file registration.h.
| int mimas::registration_parameters::getShiftx | ( | ) | [inline] |
Definition at line 55 of file registration.h.
| int mimas::registration_parameters::getShifty | ( | ) | [inline] |
Definition at line 56 of file registration.h.
| reg_param mimas::registration_parameters::getRegParam | ( | ) | [inline] |
Definition at line 58 of file registration.h.
| void mimas::registration_parameters::registering_images_shift_only | ( | image< int > & | im1, | |
| image< int > & | im2 | |||
| ) |