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 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 . 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 Repository: https://bnosac.r-universe.dev Date/Publication: 2025-11-27 20:30:51 UTC RemoteUrl: https://github.com/bnosac/image RemoteRef: HEAD RemoteSha: f87c0397420b225e14bc05d87b24d771f869cb08 RemoteSubdir: image.CornerDetectionF9 NeedsCompilation: yes Packaged: 2026-07-05 03:51:02 UTC; root Author: Jan Wijffels [aut, cre, cph], BNOSAC [cph], Julien Cayzac [ctb, cph]