Detector.Processor

Also: "vision"
public static interface Detector.Processor
Known Indirect Subclasses
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
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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: