[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]
![]() |
Image Registration | ![]() |
Functions | |
template<class SrcIterator , class DestIterator > | |
linalg::TemporaryMatrix< double > | affineMatrix2DFromCorrespondingPoints (SrcIterator s, SrcIterator send, DestIterator d) |
Create homogeneous matrix that maps corresponding points onto each other. More... | |
template<... > | |
void | estimateAffineTransform (...) |
Estimate the optical flow between two images according to an affine transform model (e.g. translation, rotation, non-uniform scaling, and shearing). More... | |
template<... > | |
void | estimateSimilarityTransform (...) |
Estimate the optical flow between two images according to a similarity transform model (e.g. translation, rotation, and uniform scaling). More... | |
template<... > | |
void | estimateTranslation (...) |
Estimate the optical flow between two images according to a translation model. More... | |
linalg::TemporaryMatrix<double> vigra::affineMatrix2DFromCorrespondingPoints | ( | SrcIterator | s, |
SrcIterator | send, | ||
DestIterator | d | ||
) |
Create homogeneous matrix that maps corresponding points onto each other.
For use with affineWarpImage(). When only two corresponding points are given, the matrix will only represent a similarity transform (translation, rotation, and uniform scaling). When only one point pair is given, the result will be a pure translation.
void vigra::estimateTranslation | ( | ... | ) |
Estimate the optical flow between two images according to a translation model.
Sorry, no detailedDocumentation() available yet.
Declarations:
#include <vigra/affine_registration.hxx>
Namespace: vigra
pass 2D array views:
void vigra::estimateSimilarityTransform | ( | ... | ) |
Estimate the optical flow between two images according to a similarity transform model (e.g. translation, rotation, and uniform scaling).
Sorry, no detailedDocumentation() available yet.
Declarations:
#include <vigra/affine_registration.hxx>
Namespace: vigra
pass 2D array views:
void vigra::estimateAffineTransform | ( | ... | ) |
Estimate the optical flow between two images according to an affine transform model (e.g. translation, rotation, non-uniform scaling, and shearing).
Sorry, no detailedDocumentation() available yet.
Declarations:
#include <vigra/affine_registration.hxx>
Namespace: vigra
pass 2D array views:
© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de) |
html generated using doxygen and Python
|