Package boofcv.alg.geo.bundle
Interface BundleAdjustmentOps.ConvertToBrown
- Enclosing class:
- BundleAdjustmentOps
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts any bundle adjustment camera into a
CameraPinholeBrown
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
convert
(BundleAdjustmentCamera bundle, @Nullable BundleCameraState state, int width, int height, CameraPinholeBrown output)
-
Method Details
-
convert
void convert(BundleAdjustmentCamera bundle, @Nullable @Nullable BundleCameraState state, int width, int height, CameraPinholeBrown output)
-