Package: image.CornerDetectionHarris Type: Package Title: Implementation of the Harris Corner Detection for Images Description: An implementation of the Harris Corner Detection as described in the paper "An Analysis and Implementation of the Harris Corner Detector" by Sánchez J. et al (2018) available at . The package allows to detect relevant points in images which are characteristic to the digital image. Maintainer: Jan Wijffels Authors@R: c( person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "jwijffels@bnosac.be", comment = "R wrapper"), person("BNOSAC", role = "cph", comment = "R wrapper"), person("Javier Sánchez Pérez", role = c("ctb", "cph"), comment = "Harris Corner Detector C/C++ code"), person("Pascal Getreuer", role = c("ctb", "cph"), comment = "src/gaussian.cpp")) License: BSD_2_clause + file LICENSE Version: 0.1.2 URL: https://github.com/bnosac/image Imports: Rcpp (>= 0.12.8) LinkingTo: Rcpp Suggests: magick RoxygenNote: 7.1.2 Encoding: UTF-8 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.CornerDetectionHarris NeedsCompilation: yes Packaged: 2026-07-04 07:13:29 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), BNOSAC [cph] (R wrapper), Javier Sánchez Pérez [ctb, cph] (Harris Corner Detector C/C++ code), Pascal Getreuer [ctb, cph] (src/gaussian.cpp)