Uses of Class
boofcv.alg.geo.bundle.cameras.BundlePinholeBrown
Packages that use BundlePinholeBrown
-
Uses of BundlePinholeBrown in boofcv.alg.geo.bundle
Methods in boofcv.alg.geo.bundle that return BundlePinholeBrownModifier and TypeMethodDescriptionstatic BundlePinholeBrownBundleAdjustmentOps.convert(CameraPinholeBrown src, @Nullable BundlePinholeBrown dst) ConvertsCameraPinholeBrownintoBundlePinholeBrown.Methods in boofcv.alg.geo.bundle with parameters of type BundlePinholeBrownModifier and TypeMethodDescriptionstatic CameraPinholeBrownBundleAdjustmentOps.convert(BundlePinholeBrown src, int width, int height, @Nullable CameraPinholeBrown dst) ConvertsBundlePinholeBrownintoCameraPinholeBrown.static BundlePinholeBrownBundleAdjustmentOps.convert(CameraPinholeBrown src, @Nullable BundlePinholeBrown dst) ConvertsCameraPinholeBrownintoBundlePinholeBrown. -
Uses of BundlePinholeBrown in boofcv.alg.geo.bundle.cameras
Methods in boofcv.alg.geo.bundle.cameras that return BundlePinholeBrownModifier and TypeMethodDescriptionBundlePinholeBrown.setK(double fx, double fy, double skew, double cx, double cy) BundlePinholeBrown.setK(DMatrixRMaj K) BundlePinholeBrown.setRadial(double... radial) BundlePinholeBrown.setTangential(double t1, double t2) BundlePinholeBrown.setTo(CameraPinholeBrown src) Methods in boofcv.alg.geo.bundle.cameras with parameters of type BundlePinholeBrownModifier and TypeMethodDescriptionbooleanBundlePinholeBrown.isIdentical(BundlePinholeBrown c, double tol) -
Uses of BundlePinholeBrown in boofcv.alg.sfm.d3.structure
Fields in boofcv.alg.sfm.d3.structure declared as BundlePinholeBrown