#include <findpipette.h>
Collaboration diagram for mimas::findPipette:

Public Member Functions | |
| void | find (image< int > &imageprev, image< int > &imagecurrent, int &x, int &y) |
| void | setSkipXboundaries (int tempval) |
| void | setSkipYboundaries (int tempval) |
| int | getSkipYboundaries (void) |
| void | setYSearchRange (int tempval) |
| void | setFirstRunFlag (bool tempval) |
| void | setHJThresholdVal (int tempval) |
| void | setLinesDiffRange (int tempval) |
| void | setHoldPositionCondition (int tempval) |
| findPipette () | |
| ~findPipette () | |
Definition at line 27 of file findpipette.h.
| mimas::findPipette::findPipette | ( | ) | [inline] |
Definition at line 55 of file findpipette.h.
| mimas::findPipette::~findPipette | ( | ) | [inline] |
Definition at line 67 of file findpipette.h.
| void mimas::findPipette::find | ( | image< int > & | imageprev, | |
| image< int > & | imagecurrent, | |||
| int & | x, | |||
| int & | y | |||
| ) |
| void mimas::findPipette::setSkipXboundaries | ( | int | tempval | ) |
| void mimas::findPipette::setSkipYboundaries | ( | int | tempval | ) |
| int mimas::findPipette::getSkipYboundaries | ( | void | ) |
| void mimas::findPipette::setYSearchRange | ( | int | tempval | ) |
| void mimas::findPipette::setFirstRunFlag | ( | bool | tempval | ) |
| void mimas::findPipette::setHJThresholdVal | ( | int | tempval | ) |
| void mimas::findPipette::setLinesDiffRange | ( | int | tempval | ) |
| void mimas::findPipette::setHoldPositionCondition | ( | int | tempval | ) |