FaceDetection.jl icon indicating copy to clipboard operation
FaceDetection.jl copied to clipboard

A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia

Results 14 FaceDetection.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `ImageView` package from `0.10, 0.11` to `0.10, 0.11, 0.12`. This keeps the compat entries for earlier versions. Note: I have not...

This pull request changes the compat entry for the `Images` package from `0.25` to `0.25, 0.26`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This will be ongoing work, and is nowhere near completed at time of writing. Closes #20.

~~This is an adapted feature. I think I slightly misunderstood, and this needs to be corrected.~~ The faceness measure needs to be reviewed to ensure its correctness. It should be...

Perhaps similar to [this here](https://github.com/najiji/Viola-Jones/blob/master/generate_scamp_test_img.py). Unsure how to do this at the minute.

feature
help-wanted

There is a discrepancy in results of this algorithm compared to the Pythonic one. Both algorithms work, but produce different results.

help-wanted

Might be fun to AD through CV algorithms. Related: Check out DiffImages.jl