SMILX
1.01
|
Algorithms calls. More...
#include <milxQtRegistrationAlgos.h>
Signals | |
void | registrationCompleted () |
The registration has been completed. | |
void | error (QString functionName, QString errorMsg) |
An error happened during the registration. | |
Public Member Functions | |
milxQtRegistrationAlgos (QObject *parent) | |
The standard constructor. | |
int | affine (milxQtRegistrationParams params) |
Perform a ITK affine registration. | |
int | demon (milxQtRegistrationParams params) |
Perform a ITK demon registration. | |
void | affine_async (milxQtRegistrationParams params) |
Perform a ITK affine registration asynchroniously. | |
void | demon_async (milxQtRegistrationParams params) |
Perform a ITK demon registration asynchroniously. | |
Protected Attributes | |
QFuture< int > | future |
Used to start the functions asynchroniously. | |
Algorithms calls.
Definition at line 79 of file milxQtRegistrationAlgos.h.