Package boofcv.alg.sfm.d3
Class ComputeObservationAcuteAngle
- java.lang.Object
-
- boofcv.alg.sfm.d3.ComputeObservationAcuteAngle
-
public class ComputeObservationAcuteAngle extends java.lang.ObjectComputes the acute angle between two observations. The acute angle can be used to determine if two observations have a favorable geometry for triangulation.
-
-
Constructor Summary
Constructors Constructor Description ComputeObservationAcuteAngle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecomputeAcuteAngle(georegression.struct.point.Point2D_F64 a, georegression.struct.point.Point2D_F64 b)voidsetFromAtoB(georegression.struct.se.Se3_F64 fromAtoB)
-