Package: image.libfacedetection
Type: Package
Title: Convolutional Neural Network for Face Detection
Description: An open source library for face detection in images. 
    Provides a pretrained convolutional neural network based on <https://github.com/ShiqiYu/libfacedetection> which can be used to detect faces which have size greater than 10x10 pixels.
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("Shiqi Yu", role = c("ctb", "cph"), comment = "libfacedetection C++ code"))
License: BSD_3_clause + file LICENSE
Version: 0.1
URL: https://github.com/bnosac/image
Imports: Rcpp (>= 0.12.8), graphics
LinkingTo: Rcpp
Suggests: magick
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-07-22 08:05:55 UTC; Jan
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  BNOSAC [cph] (R wrapper),
  Shiqi Yu [ctb, cph] (libfacedetection C++ code)
Repository: CRAN
Date/Publication: 2020-07-27 12:30:03 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 11:54:53 UTC; windows
Archs: x64
