Uses of Interface
boofcv.alg.geo.DistanceFromModelMultiView
-
Uses of DistanceFromModelMultiView in boofcv.abst.sfm.d3
ModifierConstructorDescriptionVisOdomPixelDepthPnP_to_DepthVisualOdometry
(DepthSparse3D<Depth> sparse3D, VisOdomMonoDepthPnP<Vis> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distance, ImageType<Vis> visualType, Class<Depth> depthType) WrapVisOdomDualTrackPnP
(VisOdomDualTrackPnP<T, ?> visualOdometry, Se3_F64 sharedLeftToRight, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, PnPStereoDistanceReprojectionSq distanceStereo, AssociateStereo2D<?> assoc, @Nullable RefinePnPStereo refine, Class<T> imageType) WrapVisOdomMonoStereoDepthPnP
(VisOdomMonoDepthPnP<T> alg, StereoSparse3D<T> stereo, DistanceFromModelMultiView<Se3_F64, Point2D3D> distance, Class<T> imageType) WrapVisOdomQuadPnP
(VisOdomStereoQuadPnP<T, TD> alg, @Nullable RefinePnPStereo refine, AssociateStereo2D<TD> associateStereo, PnPStereoDistanceReprojectionSq distance, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, Class<T> imageType) -
Uses of DistanceFromModelMultiView in boofcv.alg.geo.pose
Modifier and TypeClassDescriptionclass
Computes the reprojection error squared for a given motion andPoint2D3D
.class
Computes sum of reprojection error squared in pixels for a pair of stereo observations.Modifier and TypeMethodDescriptionPnPDistanceReprojectionSq.newConcurrentChild()
Creates a child which references the intrinsics but is otherwise decoupledPnPStereoDistanceReprojectionSq.newConcurrentChild()
Creates a child which references the intrinsics but is otherwise decoupledModifierConstructorDescriptionPnPStereoEstimator
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceLeft, DistanceFromModelMultiView<Se3_F64, Point2D3D> distanceRight, int extraForTest) -
Uses of DistanceFromModelMultiView in boofcv.alg.geo.robust
Modifier and TypeClassDescriptionclass
Computes the Euclidean error squared between 'p1' and 'p2' after projecting 'p1' into image 2.class
Wrapper aroundEssentialResidualSampson
forDistanceFromModelMultiView
/class
Computes the error for a given camera motion from two calibrated views.