Package boofcv.alg.sfm.d2
Interface StitchingTransform<IT extends InvertibleTransform<IT>>
public interface StitchingTransform<IT extends InvertibleTransform<IT>>
TODO Comment
-
Method Summary
Modifier and Type Method Description Homography2D_F64
convertH(IT input, @Nullable Homography2D_F64 output)
PixelTransform<Point2D_F32>
convertPixel(IT input, @Nullable PixelTransform<Point2D_F32> output)
-
Method Details
-
convertPixel
PixelTransform<Point2D_F32> convertPixel(IT input, @Nullable @Nullable PixelTransform<Point2D_F32> output) -
convertH
-