Interface StitchingTransform<IT extends georegression.struct.InvertibleTransform>


  • public interface StitchingTransform<IT extends georegression.struct.InvertibleTransform>
    TODO Comment
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      georegression.struct.homography.Homography2D_F64 convertH​(IT input, georegression.struct.homography.Homography2D_F64 output)  
      boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> convertPixel​(IT input, boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> output)  
    • Method Detail

      • convertPixel

        boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> convertPixel​(IT input,
                                                                                                  boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> output)
      • convertH

        georegression.struct.homography.Homography2D_F64 convertH​(IT input,
                                                                  georegression.struct.homography.Homography2D_F64 output)