public interface StitchingTransform<IT extends georegression.struct.InvertibleTransform>
| Modifier and Type | Method and 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) |
boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> convertPixel(IT input, boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> output)
georegression.struct.homography.Homography2D_F64 convertH(IT input, georegression.struct.homography.Homography2D_F64 output)