asgh
asgh
I'm not sure if you are still maintaining this, but if you are, this should be a Recommends not a Depends, and you should mention dracut. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775674
First face detection doesn't work with GIF, because the underlying CV library doesn't support it. See: http://opencv.jp/opencv-2svn_org/c/highgui_reading_and_writing_images_and_video.html So bug 1 would be to convert the image from GIF if needed....
Face detection cropping should run the detection on the resized image, not the original image. It's far too slow otherwise. This can be done in the getFaceListFromClassifier function - write...
Using an Instance to create a LocalDate from a Calendar does not work on dates before the Gregorian/Julian cutover. So use this code instead, and add tests for years before...
If you use `cachestats` or `cachedel` on a large file with a 32 bit build of the tool it says: ``` open: Value too large for defined data type ```...