Uses of Enum Class
boofcv.alg.geo.RectifyFillType
Packages that use RectifyFillType
-
Uses of RectifyFillType in boofcv.alg.geo
Methods in boofcv.alg.geo that return RectifyFillTypeModifier and TypeMethodDescriptionstatic RectifyFillType
Returns the enum constant of this class with the specified name.static RectifyFillType[]
RectifyFillType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.alg.geo with parameters of type RectifyFillTypeModifier and TypeMethodDescriptionstatic void
RectifyImageOps.adjustView
(RectifyFillType approach, CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification based on the provided rule for filling the view.