Package org.photonvision.vision.target
Class TrackedTarget.TargetCalculationParameters
java.lang.Object
org.photonvision.vision.target.TrackedTarget.TargetCalculationParameters
- Enclosing class:
- TrackedTarget
-
Constructor Summary
ConstructorDescriptionTargetCalculationParameters
(boolean isLandscape, TargetOffsetPointEdge targetOffsetPointEdge, RobotOffsetPointMode robotOffsetPointMode, org.opencv.core.Point robotOffsetSinglePoint, DualOffsetValues dualOffsetValues, org.opencv.core.Point cameraCenterPoint, double horizontalFocalLength, double verticalFocalLength, double imageArea) TargetCalculationParameters
(boolean isLandscape, TargetOffsetPointEdge targetOffsetPointEdge, RobotOffsetPointMode robotOffsetPointMode, org.opencv.core.Point robotOffsetSinglePoint, DualOffsetValues dualOffsetValues, FrameStaticProperties frameStaticProperties) -
Method Summary
-
Constructor Details
-
TargetCalculationParameters
public TargetCalculationParameters(boolean isLandscape, TargetOffsetPointEdge targetOffsetPointEdge, RobotOffsetPointMode robotOffsetPointMode, org.opencv.core.Point robotOffsetSinglePoint, DualOffsetValues dualOffsetValues, org.opencv.core.Point cameraCenterPoint, double horizontalFocalLength, double verticalFocalLength, double imageArea) -
TargetCalculationParameters
public TargetCalculationParameters(boolean isLandscape, TargetOffsetPointEdge targetOffsetPointEdge, RobotOffsetPointMode robotOffsetPointMode, org.opencv.core.Point robotOffsetSinglePoint, DualOffsetValues dualOffsetValues, FrameStaticProperties frameStaticProperties)
-