boofcv.struct.distort
Interface PointTransform_F32
-
- All Known Subinterfaces:
- PointTransformModel_F32<Model>
- All Known Implementing Classes:
- AddRadialNtoN_F32, AddRadialPtoN_F32, DoNothingTransform_F32, FlipVertical_F32, NormalizedToPixel_F32, PixelToNormalized_F32, PointTransformHomography_F32, RemoveRadialNtoN_F32, RemoveRadialPtoN_F32, SequencePointTransform_F32, TransformThenPixel_F32
public interface PointTransform_F32Applies a transform to a 2D point.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidcompute(float x, float y, Point2D_F32 out)Applies transformation
-
-
-
Method Detail
-
compute
void compute(float x, float y, Point2D_F32 out)Applies transformation- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG