#include <OutputResults.h>
OutputResults::OutputResults |
( |
const cvac::DetectorCallbackHandlerPrx |
callback, |
|
|
const std::string |
callbackFreq |
|
) |
| |
void OutputResults::addResult |
( |
cvac::Result & |
curRes, |
|
|
cvac::Labelable & |
labelable, |
|
|
std::vector< cv::Rect > |
rects, |
|
|
std::string |
labName, |
|
|
float |
confidence |
|
) |
| |
Add these rectangles and labelable to the results and output to client if its the correct time based on callbackFeq
Tell OutputResults the results are complete. The client will be called with any final results as per callbackFeq.
cvac::DetectorCallbackHandlerPrx cvac::OutputResults::mCallback |
|
private |
std::string cvac::OutputResults::mCallbackFreq |
|
private |
std::string cvac::OutputResults::mLastFile |
|
private |
The documentation for this class was generated from the following files: