Basics
Guides
API Reference
Basics
Guides
API Reference
[26:14] static extends: object
Static wrappers for boofcv.alg.sfm.d2.FactoryStitchingTransform.
createAffine_F64 ()
Creates a double affine stitching transform.
A StitchingTransform wrapper.createAffine_F32 ()
Creates a float affine stitching transform.
A StitchingTransform wrapper.createHomography_F64 ()
Creates a double homography stitching transform.
A StitchingTransform wrapper.createHomography_F32 ()
Creates a float homography stitching transform.
A StitchingTransform wrapper.[78:7] extends: object
ImageMotion2D wraps boofcv.abst.sfm.d2.ImageMotion2D.
ImageMotion2D (object Obj)
Wraps an image motion object.
Obj is an existing ImageMotion2D.process (object Image)
Processes an image.
Image is the image.True on success.reset ()
Resets the motion estimator.
setToFirst ()
Sets the first frame as current.
getFrameID ()
Gets the frame ID.
The frame ID.getFirstToCurrent ()
Gets first-to-current transform.
A raw Java transform object.[52:7] extends: object
StitchingTransform wraps boofcv.alg.sfm.d2.StitchingTransform.
StitchingTransform (object Obj)
Wraps a stitching transform.
Obj is an existing StitchingTransform object.convertPixel (object Transform, Output = null)
Converts an invertible transform into a pixel transform.
Transform is the source transform.Output is the optional output pixel transform.The pixel transform Java object.convertH (object Transform, Output = null)
Converts an invertible transform into a homography.
Transform is the source transform.Output is the optional output homography.A Homography2D_F64 Java object.[114:7] extends: object
StitchingFromMotion2D wraps boofcv.alg.sfm.d2.StitchingFromMotion2D.
StitchingFromMotion2D (object Obj)
Wraps a stitching pipeline.
Obj is an existing StitchingFromMotion2D.configure (int Width, int Height, object WorldToInit)
Configures the stitched image.
Width is width.Height is height.WorldToInit is the initial transform.process (object Image)
Processes one image.
Image is the input image.True on success.getStitchedImage ()
Gets the stitched image.
The raw BoofCV stitched image.setOriginToCurrent ()
Sets the origin to the current frame.
reset ()
Resets the stitcher.
[6:14] static extends: object
Static wrappers for boofcv.factory.sfm.FactoryMotion2D.
createMotion2D (...)
Creates a 2D image motion estimator.
Args are the BoofCV createMotion2D arguments: ransac iterations, thresholds, tracker, and transform.An ImageMotion2D wrapper.createVideoStitch (double MaxJumpFraction, object Motion, object ImageType)
Creates a video stitching pipeline.
MaxJumpFraction is the maximum allowed jump fraction.Motion is an ImageMotion2D wrapper.ImageType is an ImageType wrapper.A StitchingFromMotion2D wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.