boofcv.examples.geometry
Class ExampleVideoMosaic
- java.lang.Object
-
- boofcv.examples.geometry.ExampleVideoMosaic
-
public class ExampleVideoMosaic extends java.lang.ObjectExample of how to create a mosaic from a video sequence using StitchingFromMotion2D. Mosaics work best when the scene being observed is far away or a flat surface. The camera motion should typically be rotational only, but translation can work depending on the scene's geometry. Motion blur and cheap cameras in general will degrade performance significantly with the current algorithm. This example just demonstrates a gray scale image, but with additional work color images can also be processed.
-
-
Constructor Summary
Constructors Constructor and Description ExampleVideoMosaic()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG