Class Se3FromEssentialPointingGenerator

java.lang.Object
boofcv.alg.geo.robust.Se3FromEssentialPointingGenerator
All Implemented Interfaces:
ModelGenerator<Se3_F64,AssociatedPair3D>

public class Se3FromEssentialPointingGenerator extends Object implements ModelGenerator<Se3_F64,AssociatedPair3D>
Estimates the motion between two views up to a scale factor by computing an essential matrix, decomposing it, and using the positive depth constraint to select the best candidate. The returned motion is the motion from the first camera frame into the second camera frame.