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 <doi:10.5201/ipol.2018.229>. 
    The package allows to detect relevant points in images which are characteristic to the digital image.
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
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.1
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8)
LinkingTo: Rcpp
Suggests: magick
RoxygenNote: 7.1.0
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2020-07-31 21:16:30 UTC; Jan
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)
Repository: CRAN
Date/Publication: 2020-08-03 14:00:11 UTC
