From a6d63440bcb97c0d7390ba658267e6428ad91fdd Mon Sep 17 00:00:00 2001 From: Turgut Date: Thu, 11 Apr 2024 16:52:47 +0400 Subject: [PATCH] replace brackets --- R/icevision_albumentations.R | 15 ++++++--------- man/icevision_IAAAffine.Rd | 5 ++--- man/icevision_IAAPerspective.Rd | 5 ++--- man/icevision_IAAPiecewiseAffine.Rd | 5 ++--- 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/R/icevision_albumentations.R b/R/icevision_albumentations.R index 24c14b57d..c1565518d 100644 --- a/R/icevision_albumentations.R +++ b/R/icevision_albumentations.R @@ -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 @@ -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, @@ -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, @@ -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 @@ -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), diff --git a/man/icevision_IAAAffine.Rd b/man/icevision_IAAAffine.Rd index 0d448fdc9..adad8218d 100644 --- a/man/icevision_IAAAffine.Rd +++ b/man/icevision_IAAAffine.Rd @@ -47,10 +47,9 @@ None 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} +via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than (0;1) } \section{Targets}{ - -image, mask + image, mask } diff --git a/man/icevision_IAAPerspective.Rd b/man/icevision_IAAPerspective.Rd index 708bccb63..7afdef1c7 100644 --- a/man/icevision_IAAPerspective.Rd +++ b/man/icevision_IAAPerspective.Rd @@ -27,10 +27,9 @@ None 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} +Note: This class introduce interpolation artifacts to mask if it has values other than (0;1) } \section{Targets}{ - -image, mask + image, mask } diff --git a/man/icevision_IAAPiecewiseAffine.Rd b/man/icevision_IAAPiecewiseAffine.Rd index e261f60c6..67397c3a4 100644 --- a/man/icevision_IAAPiecewiseAffine.Rd +++ b/man/icevision_IAAPiecewiseAffine.Rd @@ -39,10 +39,9 @@ None 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} +via affine transformations. Note: This class introduce interpolation artifacts to mask if it has values other than (0;1) } \section{Targets}{ - -image, mask + image, mask }