Package boofcv.struct.distort
Class SequencePoint2Transform2_F64
java.lang.Object
boofcv.struct.distort.SequencePoint2Transform2_F64
- All Implemented Interfaces:
Point2Transform2_F64
Combines together multiple
Point2Transform2_F64 as a sequence into a single transform.-
Constructor Summary
ConstructorsConstructorDescriptionSequencePoint2Transform2_F64(Point2Transform2_F64... sequence) Specifies the sequence of transforms. -
Method Summary
Modifier and TypeMethodDescriptionvoidcompute(double x, double y, Point2D_F64 out) Applies transformationCreates a copy
-
Constructor Details
-
SequencePoint2Transform2_F64
Specifies the sequence of transforms. Lower indexes are applied first.- Parameters:
sequence- Sequence of transforms.
-
-
Method Details
-
compute
Description copied from interface:Point2Transform2_F64Applies transformation- Specified by:
computein interfacePoint2Transform2_F64- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
copyConcurrent
Creates a copy- Specified by:
copyConcurrentin interfacePoint2Transform2_F64
-