Class ObjectDetectionPipe
java.lang.Object
org.photonvision.vision.pipe.CVPipe<CVMat,List<NeuralNetworkPipeResult>,ObjectDetectionPipe.ObjectDetectionPipeParams>
org.photonvision.vision.pipe.impl.ObjectDetectionPipe
- All Implemented Interfaces:
Releasable
public class ObjectDetectionPipe
extends CVPipe<CVMat,List<NeuralNetworkPipeResult>,ObjectDetectionPipe.ObjectDetectionPipeParams>
implements Releasable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.photonvision.vision.pipe.CVPipe
CVPipe.CVPipeResult<O>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<NeuralNetworkPipeResult>
Runs the process for the pipe.void
release()
-
Constructor Details
-
ObjectDetectionPipe
public ObjectDetectionPipe()
-
-
Method Details
-
process
Description copied from class:CVPipe
Runs the process for the pipe.- Specified by:
process
in classCVPipe<CVMat,
List<NeuralNetworkPipeResult>, ObjectDetectionPipe.ObjectDetectionPipeParams> - Parameters:
in
- Input for pipe processing.- Returns:
- Result of processing.
-
getClassNames
-
release
public void release()- Specified by:
release
in interfaceReleasable
-