Go to the source code of this file.
template<class _vectorOwnerType >
Perform a paired-point rigid registration using the SVD method proposed by Arun(1987) and modified by Umeyama(1991).
- Parameters
-
dataSet1 | The first set of fiducial points |
dataSet2 | The second set of fiducial points |
transform | The computed transformation from dataSet1 to dataSet2 |
fre | Pointer to location to store Fiducial Registration Error (FRE), if not 0. |
- Returns
- true if registration successful
- Note
- This function is templated so that it will work when the data sets are of type vctDynamicConstVectorRef or vctDynamicConstVector. The explicit template instantiations are in the cpp file.