Definition at line 63 of file main.cpp.
◆ ProcessThread()
ProcessThread::ProcessThread |
( |
ResourceFinder & |
_rf | ) |
|
|
inline |
◆ afterStart()
void ProcessThread::afterStart |
( |
bool |
s | ) |
|
|
inline |
◆ execReq()
bool ProcessThread::execReq |
( |
const Bottle & |
req, |
|
|
Bottle & |
reply |
|
) |
| |
|
inline |
◆ findBlobs()
void ProcessThread::findBlobs |
( |
| ) |
|
|
inline |
◆ floodFill()
void ProcessThread::floodFill |
( |
const int |
i, |
|
|
Blob * |
pBlob |
|
) |
| |
|
inline |
◆ getName()
string ProcessThread::getName |
( |
| ) |
|
|
inline |
◆ insertBlob()
void ProcessThread::insertBlob |
( |
const Blob & |
blob | ) |
|
|
inline |
◆ onStop()
void ProcessThread::onStop |
( |
| ) |
|
|
inline |
◆ run()
void ProcessThread::run |
( |
void |
| ) |
|
|
inline |
◆ threadInit()
bool ProcessThread::threadInit |
( |
| ) |
|
|
inline |
◆ threadRelease()
void ProcessThread::threadRelease |
( |
| ) |
|
|
inline |
◆ activeNodesIndexSet
set<int> ProcessThread::activeNodesIndexSet |
|
protected |
◆ adjNodesThres
int ProcessThread::adjNodesThres |
|
protected |
◆ blobMinSizeThres
int ProcessThread::blobMinSizeThres |
|
protected |
◆ blobSortedList
deque<Blob> ProcessThread::blobSortedList |
|
protected |
◆ blobsPort
BufferedPort<Bottle> ProcessThread::blobsPort |
|
protected |
◆ coverXratio
double ProcessThread::coverXratio |
|
protected |
◆ coverYratio
double ProcessThread::coverYratio |
|
protected |
◆ cropPort
BufferedPort<ImageOf<PixelBgr> > ProcessThread::cropPort |
|
protected |
◆ cropSize
int ProcessThread::cropSize |
|
protected |
◆ featuresErrors
vector<float> ProcessThread::featuresErrors |
|
protected |
◆ featuresFound
vector<uchar> ProcessThread::featuresFound |
|
protected |
◆ firstConsistencyCheck
bool ProcessThread::firstConsistencyCheck |
|
protected |
◆ framesPersistence
int ProcessThread::framesPersistence |
|
protected |
◆ imgMonoIn
ImageOf<PixelMono> ProcessThread::imgMonoIn |
|
protected |
◆ imgMonoPrev
ImageOf<PixelMono> ProcessThread::imgMonoPrev |
|
protected |
◆ inhibition
bool ProcessThread::inhibition |
|
protected |
◆ inPort
BufferedPort<ImageOf<PixelBgr> > ProcessThread::inPort |
|
protected |
◆ name
string ProcessThread::name |
|
protected |
◆ nodesCurr
vector<Point2f> ProcessThread::nodesCurr |
|
protected |
◆ nodesPersistence
vector<int> ProcessThread::nodesPersistence |
|
protected |
◆ nodesPort
BufferedPort<Bottle> ProcessThread::nodesPort |
|
protected |
◆ nodesPrev
vector<Point2f> ProcessThread::nodesPrev |
|
protected |
◆ nodesStep
int ProcessThread::nodesStep |
|
protected |
◆ nodesX
int ProcessThread::nodesX |
|
protected |
◆ nodesY
int ProcessThread::nodesY |
|
protected |
◆ optPort
BufferedPort<ImageOf<PixelMono> > ProcessThread::optPort |
|
protected |
◆ outPort
BufferedPort<ImageOf<PixelBgr> > ProcessThread::outPort |
|
protected |
◆ pyrCurr
vector<Mat> ProcessThread::pyrCurr |
|
protected |
◆ pyrPrev
vector<Mat> ProcessThread::pyrPrev |
|
protected |
◆ recogThres
double ProcessThread::recogThres |
|
protected |
◆ recogThresAbs
double ProcessThread::recogThresAbs |
|
protected |
◆ rf
ResourceFinder& ProcessThread::rf |
|
protected |
◆ verbosity
bool ProcessThread::verbosity |
|
protected |
◆ winSize
int ProcessThread::winSize |
|
protected |
The documentation for this class was generated from the following file:
- icub-main/src/modules/motionCUT/main.cpp