Uses of Enum Class
boofcv.alg.geo.RectifyFillType
-
Uses of RectifyFillType in boofcv.alg.geo
Modifier 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.Modifier 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.