ccv-purejs icon indicating copy to clipboard operation
ccv-purejs copied to clipboard

Pure-JS face detection; nodeified &npmified fork of liuliu's browser version https://github.com/liuliu/ccv/tree/current/js

Results 6 ccv-purejs issues
Sort by recently updated
recently updated
newest added

`canvas` 2.0 is finally stable. Is this project maintained? If not, I'm not going to bother with a pull-request.

The Canvas dependency relies on Cairo (C library) so it's misleading to say that this package is a "pure-js" implementation.

From a cursory inspection it looks like some of it may be interchangeable. Most of the canvas requirements seem to be for greyscaling and cropping the image for processing? Something...

Hi orls, Do you plan to add using features2d libraries for objects detection ? Like, https://github.com/liuliu/ccv/blob/stable/doc/sift.md Cheers, Luc Michalski

With 1x1 transparent GIFs like [this one](https://fbstatic-a.akamaihd.net/rsrc.php/v2/y4/r/-PAXP-deijE.gif) it breaks: ``` 1) FindFaces component when 1x1 GIF loaded when canvas sent "before all" hook: RangeError: Invalid array length at pre (/Users/vilson/src/noflo/noflo-ccv/node_modules/face-detect/lib/ccv.js:127:17)...

Hello, I want to ask something about the parameters of the algorithm, is not and issue but I hope is not a problem to make a question here. I saw...