Uses of Class
boofcv.abst.geo.bundle.SceneStructureCommon.Point
Packages that use SceneStructureCommon.Point
-
Uses of SceneStructureCommon.Point in boofcv.abst.geo.bundle
Fields in boofcv.abst.geo.bundle declared as SceneStructureCommon.PointModifier and TypeFieldDescriptionSceneStructureMetric.Rigid.points
Location of points in object's reference frame.Fields in boofcv.abst.geo.bundle with type parameters of type SceneStructureCommon.PointMethods in boofcv.abst.geo.bundle that return types with arguments of type SceneStructureCommon.PointMethods in boofcv.abst.geo.bundle with parameters of type SceneStructureCommon.PointModifier and TypeMethodDescriptiondouble
SceneStructureCommon.Point.distance
(SceneStructureCommon.Point p) -
Uses of SceneStructureCommon.Point in boofcv.alg.structure
Methods in boofcv.alg.structure with parameters of type SceneStructureCommon.PointModifier and TypeMethodDescriptionprotected void
GenerateStereoPairGraphFromScene.computePointingVector
(Se3_F64 world_to_view, SceneStructureCommon.Point p, boolean homogenous, Vector3D_F64 pointing) Computes the pointing vector between the view and point in world frame.