EasyCV
0.9.36
Easy! Computer Vision
|
Private Member Functions | |
void | process (Ice::Identity client, RunSet run, FilePath detectorData, DetectorProperties props) |
bool | cancel (Ice::Identity client) |
DetectorProperties | getDetectorProperties () |
An object detection service
|
private |
Try to cancel the process that the specified client initialized.
client | The DetectorCallbackHandler that was passed to the process function. |
|
private |
Return the default properties of the service. Every service should be stateless, that is, present a clean slate to every connecting client.
|
private |
client | The DetectorCallbackHandler that is to receive runtime updates and results. |
run | The images, videos to detect objects in. |
detectorData | Optional parameter to supply this Detector with DetectorData to use. Some Detectors have build-in DetectorData and won't need this (could be NULL), others need to be parameterized for the actual object to detect. |
props | Optionally configure the detector. |
This call will block until after completedProcessing was called on the CallbackHandler (which needs to be of type DetectorCallbackHandler)