-
public class ContourDetectorFrameHandler.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ContourDetectorFrameHandler.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ContourDetectorFrameHandlerattach(IScanbotCameraView cameraView, ContourDetector detector)Convenience method for creating new ContourDetectorFrameHandler and adding it as FrameHandler to given camera view. -
-
Method Detail
-
attach
final ContourDetectorFrameHandler attach(IScanbotCameraView cameraView, ContourDetector detector)
Convenience method for creating new ContourDetectorFrameHandler and adding it as FrameHandler to given camera view.
- Parameters:
cameraView- camera view to which new contour detector will be attacheddetector- contour detector instance
-
-
-
-