Also: "vision"
public static interface Detector.Processor
Known Indirect Subclasses
FocusingProcessor<T>,
MultiProcessor<T>
|
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 |
release()
Shuts down and releases associated processor resources.
|
Public Methods
public abstract void receiveDetections (Detections<T> detections)
Also:
"vision"
Called by the detector to deliver detection results to the processor.
public abstract void release ()
Also: "vision"
Shuts down and releases associated processor resources.