Class Draw3dTargetsPipe.Draw3dContoursParams
java.lang.Object
org.photonvision.vision.pipe.impl.Draw3dTargetsPipe.Draw3dContoursParams
- Direct Known Subclasses:
Draw3dAprilTagsPipe.Draw3dAprilTagsParams
,Draw3dArucoPipe.Draw3dArucoParams
- Enclosing class:
- Draw3dTargetsPipe
-
Field Summary
Modifier and TypeFieldDescriptionfinal FrameDivisor
int
boolean
final boolean
boolean
boolean
final TargetModel
-
Constructor Summary
ConstructorDescriptionDraw3dContoursParams
(boolean shouldDraw, CameraCalibrationCoefficients cameraCalibrationCoefficients, TargetModel targetModel, FrameDivisor divisor) -
Method Summary
-
Field Details
-
radius
public int radius -
color
-
shouldDraw
public final boolean shouldDraw -
shouldDrawHull
public boolean shouldDrawHull -
shouldDrawBox
public boolean shouldDrawBox -
targetModel
-
cameraCalibrationCoefficients
-
divisor
-
redistortPoints
public boolean redistortPoints
-
-
Constructor Details
-
Draw3dContoursParams
public Draw3dContoursParams(boolean shouldDraw, CameraCalibrationCoefficients cameraCalibrationCoefficients, TargetModel targetModel, FrameDivisor divisor)
-
-
Method Details
-
shouldDrawHull
-