Class Draw2dTargetsPipe.Draw2dTargetsParams
java.lang.Object
org.photonvision.vision.pipe.impl.Draw2dTargetsPipe.Draw2dTargetsParams
- Direct Known Subclasses:
Draw2dAprilTagsPipe.Draw2dAprilTagsParams
,Draw2dArucoPipe.Draw2dArucoParams
- Enclosing class:
- Draw2dTargetsPipe
-
Field Summary
Modifier and TypeFieldDescriptionfinal FrameDivisor
double
double
double
double
double
final boolean
boolean
boolean
boolean
final boolean
boolean
boolean
-
Constructor Summary
ConstructorDescriptionDraw2dTargetsParams
(boolean shouldDraw, boolean showMultipleTargets, FrameDivisor divisor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldShowCircle
(CVShape shape) boolean
shouldShowRotatedBox
(CVShape shape)
-
Field Details
-
kPixelsToText
public double kPixelsToText -
kPixelsToThickness
public double kPixelsToThickness -
kPixelsToOffset
public double kPixelsToOffset -
kPixelsToBoxThickness
public double kPixelsToBoxThickness -
kPixelsToCentroidRadius
public double kPixelsToCentroidRadius -
showCentroid
public boolean showCentroid -
showRotatedBox
public boolean showRotatedBox -
showShape
public boolean showShape -
showMaximumBox
public boolean showMaximumBox -
showContourNumber
public boolean showContourNumber -
centroidColor
-
rotatedBoxColor
-
maximumBoxColor
-
shapeOutlineColour
-
textColor
-
circleColor
-
showMultipleTargets
public final boolean showMultipleTargets -
shouldDraw
public final boolean shouldDraw -
divisor
-
-
Constructor Details
-
Draw2dTargetsParams
-
-
Method Details
-
shouldShowRotatedBox
-
shouldShowCircle
-