R/pkg.R

#' @title Find Corners in Digital Images with FAST-9.
#' @description An implementation of the "FAST-9" corner detection algorithm explained at <http://www.edwardrosten.com/work/fast.html>. 
#' The package allows to detect corners in digital images.
#' @name image.CornerDetectionF9-package
#' @aliases image.CornerDetectionF9-package
#' @docType package
#' @seealso \link{image_detect_corners}
#' @importFrom Rcpp evalCpp
#' @useDynLib image.CornerDetectionF9
#' @export image_detect_corners
NULL

Try the image.CornerDetectionF9 package in your browser

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

image.CornerDetectionF9 documentation built on July 27, 2020, 5:07 p.m.