R/pkg.R

#' @title Implementation of the Canny Edge Detector for Images
#' @description Canny Edge Detector for Images. See \url{https://en.wikipedia.org/wiki/Canny_edge_detector}.
#' Adapted from \url{https://github.com/Neseb/canny}.
#' @name image.CannyEdges-package
#' @aliases image.CannyEdges-package
#' @docType package
#' @importFrom Rcpp evalCpp
#' @importFrom graphics plot rasterImage
#' @useDynLib image.CannyEdges
#' @seealso \link{image_canny_edge_detector}
NULL

Try the image.CannyEdges package in your browser

Any scripts or data that you put into this service are public.

image.CannyEdges documentation built on May 29, 2024, 9:36 a.m.