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