public static interface ContourDetectorFrameHandler.ResultHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleResult(ContourDetectorFrameHandler.DetectedFrame detectedFrame)
Called every time contour detection was performed on a frame.
|
boolean handleResult(ContourDetectorFrameHandler.DetectedFrame detectedFrame)
detectedFrame - information about contour detection results on a single frametrue if ContourDetectorFrameHandler should intercept given frame.
false if ContourDetectorFrameHandler should not intercept given frame.PreviewBuffer