Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Minor updates to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dahtah committed Aug 26, 2015
1 parent 97872cb commit a84d687
Show file tree
Hide file tree
Showing 90 changed files with 115 additions and 94 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2 (4.1.1.9000): do not edit by hand

S3method("[",cimg)
S3method(as.array,cimg)
Expand Down
8 changes: 7 additions & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,15 @@ im_split <- function(im, axis, nb = -1L) {
#' All images will be concatenated along the x,y,z, or c axis.
#'
#' @param imlist a list of images (all elements must be of class cimg)
#' @param axis the axis along which to split (for example 'c')
#' @param axis the axis along which to concatenate (for example 'c')
#' @seealso imsplit (the reverse operation)
#' @export
#' @examples
#' imappend(list(boats,boats),"x") %>% plot
#' imappend(list(boats,boats),"y") %>% plot
#' plyr::rlply(3,imnoise(100,100)) %>% imappend("c") %>% plot
#' boats.gs <- grayscale(boats)
#' plyr::llply(seq(1,5,l=3),function(v) isoblur(boats.gs,v)) %>% imappend("c") %>% plot
imappend <- function(imlist, axis) {
.Call('imager_imappend', PACKAGE = 'imager', imlist, axis)
}
Expand Down
5 changes: 3 additions & 2 deletions R/cimg_class.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' imager: an R library for image processing, based on CImg
#'
#' CImg by David Tschumperle is a C++ library for image processing. It provides most common functions for image manipulation and filtering, as well as some advanced algorithms. imager makes these functions accessible from R and adds some basic plotting and subsetting.
#' You should install ImageMagick if you want support for common image formats (png, jpg, etc.)
#' CImg by David Tschumperle is a C++ library for image processing. It provides most common functions for image manipulation and filtering, as well as some advanced algorithms. imager makes these functions accessible from R and adds many utilities for accessing and working with image data from R.
#' You should install ImageMagick if you want support for image formats beyond PNG and JPEG, and ffmpeg if you need to work with videos (in which case you probably also want to take a look at experimental package imagerstreams on github).
#' Package documentation is available at http://dahtah.github.io/imager/.
#' @docType package
#' @name imager
NULL
Expand Down
2 changes: 1 addition & 1 deletion man/FFT.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{FFT}
\alias{FFT}
Expand Down
2 changes: 1 addition & 1 deletion man/add.colour.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{add.colour}
\alias{add.colour}
Expand Down
2 changes: 1 addition & 1 deletion man/as.cimg.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.cimg}
\alias{as.cimg}
Expand Down
2 changes: 1 addition & 1 deletion man/as.cimg.array.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.cimg.array}
\alias{as.cimg.array}
Expand Down
2 changes: 1 addition & 1 deletion man/as.cimg.data.frame.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.cimg.data.frame}
\alias{as.cimg.data.frame}
Expand Down
2 changes: 1 addition & 1 deletion man/as.cimg.function.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.cimg.function}
\alias{as.cimg.function}
Expand Down
2 changes: 1 addition & 1 deletion man/as.data.frame.cimg.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.data.frame.cimg}
\alias{as.data.frame.cimg}
Expand Down
2 changes: 1 addition & 1 deletion man/as.raster.cimg.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{as.raster.cimg}
\alias{as.raster.cimg}
Expand Down
2 changes: 1 addition & 1 deletion man/at.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{at}
\alias{at}
Expand Down
2 changes: 1 addition & 1 deletion man/autocrop.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{autocrop}
\alias{autocrop}
Expand Down
2 changes: 1 addition & 1 deletion man/blur_anisotropic.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{blur_anisotropic}
\alias{blur_anisotropic}
Expand Down
2 changes: 1 addition & 1 deletion man/boats.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{boats}
Expand Down
2 changes: 1 addition & 1 deletion man/boxblur.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{boxblur}
\alias{boxblur}
Expand Down
2 changes: 1 addition & 1 deletion man/boxblur_xy.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{boxblur_xy}
\alias{boxblur_xy}
Expand Down
2 changes: 1 addition & 1 deletion man/bucketfill.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/drawing.R
\name{bucketfill}
\alias{bucketfill}
Expand Down
2 changes: 1 addition & 1 deletion man/capture.plot.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{capture.plot}
\alias{capture.plot}
Expand Down
2 changes: 1 addition & 1 deletion man/center.stencil.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{center.stencil}
\alias{center.stencil}
Expand Down
2 changes: 1 addition & 1 deletion man/channels.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{channels}
\alias{channels}
Expand Down
2 changes: 1 addition & 1 deletion man/cimg.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{cimg}
\alias{cimg}
Expand Down
2 changes: 1 addition & 1 deletion man/cimg.dimensions.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{cimg.dimensions}
\alias{cimg.dimensions}
Expand Down
2 changes: 1 addition & 1 deletion man/cimg.extract.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{cimg.extract}
\alias{B}
Expand Down
2 changes: 1 addition & 1 deletion man/cimg2im.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{cimg2im}
\alias{cimg2im}
Expand Down
2 changes: 1 addition & 1 deletion man/convolve.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{convolve}
\alias{convolve}
Expand Down
2 changes: 1 addition & 1 deletion man/correlate.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{correlate}
\alias{correlate}
Expand Down
2 changes: 1 addition & 1 deletion man/deriche.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{deriche}
\alias{deriche}
Expand Down
2 changes: 1 addition & 1 deletion man/diffusion_tensors.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{diffusion_tensors}
\alias{diffusion_tensors}
Expand Down
2 changes: 1 addition & 1 deletion man/displacement.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{displacement}
\alias{displacement}
Expand Down
2 changes: 1 addition & 1 deletion man/display.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{display}
\alias{display}
Expand Down
2 changes: 1 addition & 1 deletion man/display_list.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{display_list}
\alias{display_list}
Expand Down
2 changes: 1 addition & 1 deletion man/distance_transform.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{distance_transform}
\alias{distance_transform}
Expand Down
2 changes: 1 addition & 1 deletion man/erode.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{erode}
\alias{dilate}
Expand Down
2 changes: 1 addition & 1 deletion man/extract_patches.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{extract_patches}
\alias{extract_patches}
Expand Down
2 changes: 1 addition & 1 deletion man/frames.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{frames}
\alias{frames}
Expand Down
2 changes: 1 addition & 1 deletion man/get.locations.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{get.locations}
\alias{get.locations}
Expand Down
2 changes: 1 addition & 1 deletion man/get.stencil.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{get.stencil}
\alias{get.stencil}
Expand Down
2 changes: 1 addition & 1 deletion man/get_gradient.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{get_gradient}
\alias{get_gradient}
Expand Down
2 changes: 1 addition & 1 deletion man/get_hessian.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{get_hessian}
\alias{get_hessian}
Expand Down
2 changes: 1 addition & 1 deletion man/grayscale.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{grayscale}
\alias{grayscale}
Expand Down
2 changes: 1 addition & 1 deletion man/haar.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{haar}
\alias{haar}
Expand Down
2 changes: 1 addition & 1 deletion man/idply.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{idply}
\alias{idply}
Expand Down
2 changes: 1 addition & 1 deletion man/iiply.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{iiply}
\alias{iiply}
Expand Down
2 changes: 1 addition & 1 deletion man/ilply.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{ilply}
\alias{ilply}
Expand Down
2 changes: 1 addition & 1 deletion man/im_split.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{im_split}
\alias{im_split}
Expand Down
7 changes: 4 additions & 3 deletions man/imager.Rd
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\docType{package}
\name{imager}
\alias{imager}
\alias{imager-package}
\title{imager: an R library for image processing, based on CImg}
\description{
CImg by David Tschumperle is a C++ library for image processing. It provides most common functions for image manipulation and filtering, as well as some advanced algorithms. imager makes these functions accessible from R and adds some basic plotting and subsetting.
You should install ImageMagick if you want support for common image formats (png, jpg, etc.)
CImg by David Tschumperle is a C++ library for image processing. It provides most common functions for image manipulation and filtering, as well as some advanced algorithms. imager makes these functions accessible from R and adds many utilities for accessing and working with image data from R.
You should install ImageMagick if you want support for image formats beyond PNG and JPEG, and ffmpeg if you need to work with videos (in which case you probably also want to take a look at experimental package imagerstreams on github).
Package documentation is available at http://dahtah.github.io/imager/.
}

2 changes: 1 addition & 1 deletion man/imager.colourspaces.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R, R/cimg_class.R
\name{RGBtoHSL}
\alias{HSItoRGB}
Expand Down
2 changes: 1 addition & 1 deletion man/imager.combine.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imager.combine}
\alias{add}
Expand Down
11 changes: 9 additions & 2 deletions man/imappend.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{imappend}
\alias{imappend}
Expand All @@ -9,11 +9,18 @@ imappend(imlist, axis)
\arguments{
\item{imlist}{a list of images (all elements must be of class cimg)}

\item{axis}{the axis along which to split (for example 'c')}
\item{axis}{the axis along which to concatenate (for example 'c')}
}
\description{
All images will be concatenated along the x,y,z, or c axis.
}
\examples{
imappend(list(boats,boats),"x") \%>\% plot
imappend(list(boats,boats),"y") \%>\% plot
plyr::rlply(3,imnoise(100,100)) \%>\% imappend("c") \%>\% plot
boats.gs <- grayscale(boats)
plyr::llply(seq(1,5,l=3),function(v) isoblur(boats.gs,v)) \%>\% imappend("c") \%>\% plot
}
\seealso{
imsplit (the reverse operation)
}
Expand Down
2 changes: 1 addition & 1 deletion man/imdirac.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imdirac}
\alias{imdirac}
Expand Down
2 changes: 1 addition & 1 deletion man/imdraw.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imdraw}
\alias{imdraw}
Expand Down
2 changes: 1 addition & 1 deletion man/imfill.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imfill}
\alias{imfill}
Expand Down
2 changes: 1 addition & 1 deletion man/imgradient.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imgradient}
\alias{imgradient}
Expand Down
2 changes: 1 addition & 1 deletion man/imhessian.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imhessian}
\alias{imhessian}
Expand Down
2 changes: 1 addition & 1 deletion man/imnoise.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/cimg_class.R
\name{imnoise}
\alias{imnoise}
Expand Down
2 changes: 1 addition & 1 deletion man/imrotate.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{imrotate}
\alias{imrotate}
Expand Down
2 changes: 1 addition & 1 deletion man/imsharpen.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2 (4.1.1.9000): do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{imsharpen}
\alias{imsharpen}
Expand Down
Loading

0 comments on commit a84d687

Please sign in to comment.