forked from bnosac/image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 <[email protected]>
Authors@R: c(
person("Jan", "Wijffels", role = c("aut", "cre", "cph"), email = "[email protected]", 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