FocusingProcessor <T> | Base class for implementing a processor
which filters the set of detection results, consistently delivering a single
detected item to an associated Tracker
. |
MultiProcessor <T> | Detection processor which distributes the items of a detection result among individual trackers. |
Interface for defining a post-processing action to be executed for each detection, when
using the detector as part of a pipeline (see the class level docs above). An instance of a
processor is associated with the detector via the Detector.setProcessor(Detector.Processor)
method.
Public Method Summary
abstract void | receiveDetections
( Detections
<T>
detections)
Called by the detector to deliver detection results to the processor.
|
abstract void |
Public Methods
public abstract void receiveDetections ( Detections <T> detections)
Called by the detector to deliver detection results to the processor.
public abstract void release ()
Shuts down and releases associated processor resources.