#include <QCamFindShift_barycentre.hpp>
Inheritance diagram for QCamFindShift_barycentre:


Protected Member Functions | |
| bool | registerFirstFrame () |
| to register the firt frame which will be the reference. | |
| bool | findShift (ShiftInfo &shift) |
| return the shift beetween the current frame and the one used as reference by registerFirstFrame(). | |
| bool QCamFindShift_barycentre::registerFirstFrame | ( | ) | [protected, virtual] |
to register the firt frame which will be the reference.
return true if the registration is succesfull. Will be called until one call is successful.
Implements QCamFindShift.
| bool QCamFindShift_barycentre::findShift | ( | ShiftInfo & | shift | ) | [protected, virtual] |
return the shift beetween the current frame and the one used as reference by registerFirstFrame().
if shift not found, return false.
Implements QCamFindShift.
1.5.1