Package org.photonvision.vision.opencv
Class DualOffsetValues
java.lang.Object
org.photonvision.vision.opencv.DualOffsetValues
-
Field Summary
Modifier and TypeFieldDescriptionfinal org.opencv.core.Point
final double
final org.opencv.core.Point
final double
-
Constructor Summary
ConstructorDescriptionDualOffsetValues
(org.opencv.core.Point firstPoint, double firstPointArea, org.opencv.core.Point secondPoint, double secondPointArea) -
Method Summary
-
Field Details
-
firstPoint
public final org.opencv.core.Point firstPoint -
firstPointArea
public final double firstPointArea -
secondPoint
public final org.opencv.core.Point secondPoint -
secondPointArea
public final double secondPointArea
-
-
Constructor Details
-
DualOffsetValues
public DualOffsetValues() -
DualOffsetValues
public DualOffsetValues(org.opencv.core.Point firstPoint, double firstPointArea, org.opencv.core.Point secondPoint, double secondPointArea)
-
-
Method Details
-
getLineValues
-