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


Public Slots | |
| void | setSeuil (int value) |
| only pixel above this value (tresh) are taken in account | |
| void | setAutoSeuil (bool value) |
| activate the auto mode for the tresh calculation | |
| void | setSearchBoxSize (int value) |
| size of the moving box used to search the hot spot. | |
| void | setBinning (int value) |
| binning applyed in the search box when searching the hotspot. | |
Public Member Functions | |
| QWidget * | buildGUI (QWidget *) |
| build the GUI related tgo the camera client. | |
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(). | |
| QWidget * QCamFindShift_hotSpot::buildGUI | ( | QWidget * | ) | [virtual] |
build the GUI related tgo the camera client.
buildGUI of base class should also be called
Reimplemented from QCamFindShift.
| void QCamFindShift_hotSpot::setSearchBoxSize | ( | int | value | ) | [slot] |
size of the moving box used to search the hot spot.
size must be smaller than the distance between two possible hot spot.
| void QCamFindShift_hotSpot::setBinning | ( | int | value | ) | [slot] |
binning applyed in the search box when searching the hotspot.
Will speed up search when box is big, butt will be less accurate
| bool QCamFindShift_hotSpot::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_hotSpot::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