Package: image.CornerDetectionF9
Type: Package
Title: Find Corners in Digital Images with FAST-9
Version: 0.1.1
Authors@R: c(
    person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be"), 
    person("BNOSAC", role = "cph"), 
    person("Julien Cayzac", role = c("ctb", "cph")))
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Description: An implementation of the "FAST-9" corner detection algorithm explained in the paper 'FASTER and better: A machine learning approach to corner detection' by Rosten E., Porter R. and Drummond T. (2008), available at <doi:10.48550/arXiv.0810.2434>.
    The package allows to detect corners in digital images.
License: BSD_2_clause + file LICENSE
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8)
Suggests: pixmap, magick
LinkingTo: Rcpp
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-11-26 21:45:43 UTC; jwijf
Author: Jan Wijffels [aut, cre, cph],
  BNOSAC [cph],
  Julien Cayzac [ctb, cph]
Repository: CRAN
Date/Publication: 2025-11-26 22:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-12-24 02:36:20 UTC; windows
Archs: x64
