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.
Version: | 0.1.1 |
Imports: | Rcpp (≥ 0.12.8) |
LinkingTo: | Rcpp |
Suggests: | magick |
Published: | 2020-08-03 |
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) |
Maintainer: | Jan Wijffels <jwijffels at bnosac.be> |
License: | BSD_2_clause + file LICENSE |
URL: | https://github.com/bnosac/image |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | image.CornerDetectionHarris results |
Reference manual: | image.CornerDetectionHarris.pdf |
Package source: | image.CornerDetectionHarris_0.1.1.tar.gz |
Windows binaries: | r-devel: image.CornerDetectionHarris_0.1.1.zip, r-release: image.CornerDetectionHarris_0.1.1.zip, r-oldrel: image.CornerDetectionHarris_0.1.1.zip |
macOS binaries: | r-release: image.CornerDetectionHarris_0.1.1.tgz, r-oldrel: image.CornerDetectionHarris_0.1.1.tgz |
Old sources: | image.CornerDetectionHarris archive |
Please use the canonical form https://CRAN.R-project.org/package=image.CornerDetectionHarris to link to this page.