boofcv.struct.distort
Interface PointTransform_F64
-
- All Known Subinterfaces:
- PointTransformModel_F64<Model>
- All Known Implementing Classes:
- AddRadialNtoN_F64, AddRadialPtoN_F64, DoNothingTransform_F64, FlipVertical_F64, FlipVerticalNorm_F64, NormalizedToPixel_F64, PixelToNormalized_F64, PointTransformHomography_F64, RemoveRadialNtoN_F64, RemoveRadialPtoN_F64, SequencePointTransform_F64, TransformThenPixel_F64
public interface PointTransform_F64Applies a transform to a 2D point.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcompute(double x, double y, Point2D_F64 out)Applies transformation
-
-
-
Method Detail
-
compute
void compute(double x, double y, Point2D_F64 out)Applies transformation- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG