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 which can be used to detect faces which have size greater than 10x10 pixels. Maintainer: Jan Wijffels 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.1 URL: https://github.com/bnosac/image Imports: Rcpp (>= 0.12.8), graphics LinkingTo: Rcpp Suggests: magick RoxygenNote: 7.1.2 Repository: https://bnosac.r-universe.dev Date/Publication: 2025-11-27 20:30:51 UTC RemoteUrl: https://github.com/bnosac/image RemoteRef: HEAD RemoteSha: f87c0397420b225e14bc05d87b24d771f869cb08 RemoteSubdir: image.libfacedetection NeedsCompilation: yes Packaged: 2026-07-04 13:05:13 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), BNOSAC [cph] (R wrapper), Shiqi Yu [ctb, cph] (libfacedetection C++ code)