haar-detect
The module exposes a single function createDetector
which accepts a classifier
and options and returns a function that will perform the detection.
;; const detect = ; const img = documentimages0; const rectangles = ;
classifiers
This module doesn't ship with any classifiers, but instead you could use the modules from mtschirs/js-objectdetect or with the haar-loader
you can use any XML classifier, such as the banana classifier from coding-robin.de or those that are part of the OpenCV project at alereimondo.no-ip.org.