<GMVMultiDetectorDataOutputDelegate> Protocol Reference
Overview
Delegate used by GMVMultiDetectorDataOutput to receive detection results per detector.
Inherits <NSObject>.
Instance Method Summary | |
(id< GMVOutputTrackerDelegate >) | - dataOutput:fromDetector:trackerForFeature: |
Returns an object that implements GMVOutputTrackerDelegate. More... | |
Method Detail
- (id<GMVOutputTrackerDelegate>) dataOutput: | (GMVDataOutput *) | dataOutput | |
fromDetector: | (GMVDetector *) | detector | |
trackerForFeature: | (GMVFeature *) | feature | |
Returns an object that implements GMVOutputTrackerDelegate.
- Parameters
-
dataOutput The GMVDataOutput object requesting the call. detector The GMVDetector detecting the feature. feature The detected feature.