forked from bnosac/image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 856 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
18 lines (18 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: image.Otsu
Type: Package
Title: Otsu's Image Segmentation Method
Description: An implementation of the Otsu's Image Segmentation Method described in the paper: "A C++ Implementation of Otsu's Image Segmentation Method". The algorithm is explained at <doi:10.5201/ipol.2016.158>.
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("Juan Pablo Balarini", role = c("ctb", "cph"), comment = "Otsu C++ code"),
person("Sergio Nesmachnow", role = c("ctb", "cph"), comment = "Otsu C++ code"))
License: MIT + file LICENSE
Version: 0.1
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8)
LinkingTo: Rcpp
Suggests:
magick
RoxygenNote: 7.1.0