Skip to content

Commit

Permalink
replace brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
turgut090 committed Apr 11, 2024
1 parent 27b8687 commit a6d6344
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
15 changes: 6 additions & 9 deletions R/icevision_albumentations.R
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ icevision_IAAAdditiveGaussianNoise <- function(loc = 0,
#'
#' @description Place a regular grid of points on the input and randomly move the neighbourhood of these point around
#'
#' @details via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than {0;1}
#' @details via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than (0;1)
#'
#' @param scale scale
#' @param translate_percent translate_percent
Expand All @@ -1420,8 +1420,7 @@ icevision_IAAAdditiveGaussianNoise <- function(loc = 0,
#' @param always_apply always_apply
#' @param p p
#' @return None
#' @section Targets:
#' image, mask
#' @section Targets: image, mask
#' @return None
#' @export
icevision_IAAAffine <- function(scale = 1.0, translate_percent = NULL,
Expand Down Expand Up @@ -1563,15 +1562,14 @@ icevision_IAAFlipud <- function(always_apply = FALSE, p = 0.5) {
#'
#' @description Perform a random four point perspective transform of the input.
#'
#' @details Note: This class introduce interpolation artifacts to mask if it has values other than {0;1}
#' @details Note: This class introduce interpolation artifacts to mask if it has values other than (0;1)
#'
#' @param scale scale
#' @param keep_size keep_size
#' @param always_apply always_apply
#' @param p p
#'
#' @section Targets:
#' image, mask
#' @section Targets: image, mask
#' @return None
#' @export
icevision_IAAPerspective <- function(scale = list(0.05, 0.1), keep_size = TRUE,
Expand All @@ -1590,7 +1588,7 @@ icevision_IAAPerspective <- function(scale = list(0.05, 0.1), keep_size = TRUE,
#'
#' @description Place a regular grid of points on the input and randomly move the neighbourhood of these point around
#'
#' @details via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than {0;1}
#' @details via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than (0;1)
#'
#' @param scale scale
#' @param nb_rows nb_rows
Expand All @@ -1601,8 +1599,7 @@ icevision_IAAPerspective <- function(scale = list(0.05, 0.1), keep_size = TRUE,
#' @param always_apply always_apply
#' @param p p
#'
#' @section Targets:
#' image, mask
#' @section Targets: image, mask
#' @return None
#' @export
icevision_IAAPiecewiseAffine <- function(scale = list(0.03, 0.05),
Expand Down
5 changes: 2 additions & 3 deletions man/icevision_IAAAffine.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/icevision_IAAPerspective.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/icevision_IAAPiecewiseAffine.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6d6344

Please sign in to comment.