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 BundlePinholeBrown
BundleAdjustmentOps.convert
(CameraPinholeBrown src, @Nullable BundlePinholeBrown dst) ConvertsCameraPinholeBrown
intoBundlePinholeBrown
.Methods in boofcv.alg.geo.bundle with parameters of type BundlePinholeBrownModifier and TypeMethodDescriptionstatic CameraPinholeBrown
BundleAdjustmentOps.convert
(BundlePinholeBrown src, int width, int height, @Nullable CameraPinholeBrown dst) ConvertsBundlePinholeBrown
intoCameraPinholeBrown
.static BundlePinholeBrown
BundleAdjustmentOps.convert
(CameraPinholeBrown src, @Nullable BundlePinholeBrown dst) ConvertsCameraPinholeBrown
intoBundlePinholeBrown
. -
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 TypeMethodDescriptionboolean
BundlePinholeBrown.isIdentical
(BundlePinholeBrown c, double tol) -
Uses of BundlePinholeBrown in boofcv.alg.sfm.d3.structure
Fields in boofcv.alg.sfm.d3.structure declared as BundlePinholeBrown