Class CornerDetectionPipe
java.lang.Object
org.photonvision.vision.pipe.CVPipe<List<TrackedTarget>,List<TrackedTarget>,CornerDetectionPipe.CornerDetectionPipeParameters>
org.photonvision.vision.pipe.impl.CornerDetectionPipe
public class CornerDetectionPipe
extends CVPipe<List<TrackedTarget>,List<TrackedTarget>,CornerDetectionPipe.CornerDetectionPipeParameters>
Determines the target corners of the
TrackedTarget
. The CornerDetectionPipe.CornerDetectionPipeParameters
affect how these corners are calculated.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
Nested classes/interfaces inherited from class org.photonvision.vision.pipe.CVPipe
CVPipe.CVPipeResult<O>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<TrackedTarget>
process
(List<TrackedTarget> targetList) Runs the process for the pipe.
-
Constructor Details
-
CornerDetectionPipe
public CornerDetectionPipe()
-
-
Method Details
-
process
Description copied from class:CVPipe
Runs the process for the pipe.- Specified by:
process
in classCVPipe<List<TrackedTarget>,
List<TrackedTarget>, CornerDetectionPipe.CornerDetectionPipeParameters> - Parameters:
targetList
- Input for pipe processing.- Returns:
- Result of processing.
-