Skip to content

Commit

Permalink
fixing CUDA cascade classifiers function and needed models
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed Feb 27, 2015
1 parent f73c6e6 commit aea328e
Show file tree
Hide file tree
Showing 14 changed files with 360,416 additions and 1 deletion.
15,452 changes: 15,452 additions & 0 deletions data/haarcascades_cuda/haarcascade_eye.xml

Large diffs are not rendered by default.

33,158 changes: 33,158 additions & 0 deletions data/haarcascades_cuda/haarcascade_eye_tree_eyeglasses.xml

Large diffs are not rendered by default.

26,161 changes: 26,161 additions & 0 deletions data/haarcascades_cuda/haarcascade_frontalface_alt.xml

Large diffs are not rendered by default.

23,550 changes: 23,550 additions & 0 deletions data/haarcascades_cuda/haarcascade_frontalface_alt2.xml

Large diffs are not rendered by default.

103,493 changes: 103,493 additions & 0 deletions data/haarcascades_cuda/haarcascade_frontalface_alt_tree.xml

Large diffs are not rendered by default.

35,712 changes: 35,712 additions & 0 deletions data/haarcascades_cuda/haarcascade_frontalface_default.xml

Large diffs are not rendered by default.

18,118 changes: 18,118 additions & 0 deletions data/haarcascades_cuda/haarcascade_fullbody.xml

Large diffs are not rendered by default.

9,803 changes: 9,803 additions & 0 deletions data/haarcascades_cuda/haarcascade_lefteye_2splits.xml

Large diffs are not rendered by default.

15,085 changes: 15,085 additions & 0 deletions data/haarcascades_cuda/haarcascade_lowerbody.xml

Large diffs are not rendered by default.

31,930 changes: 31,930 additions & 0 deletions data/haarcascades_cuda/haarcascade_profileface.xml

Large diffs are not rendered by default.

9,833 changes: 9,833 additions & 0 deletions data/haarcascades_cuda/haarcascade_righteye_2splits.xml

Large diffs are not rendered by default.

8,353 changes: 8,353 additions & 0 deletions data/haarcascades_cuda/haarcascade_smile.xml

Large diffs are not rendered by default.

29,767 changes: 29,767 additions & 0 deletions data/haarcascades_cuda/haarcascade_upperbody.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class CV_EXPORTS CascadeClassifier : public Algorithm
@param filename Name of the file from which the classifier is loaded. Only the old haar classifier
(trained by the haar training application) and NVIDIA's nvbin are supported for HAAR and only new
type of OpenCV XML cascade supported for LBP.
type of OpenCV XML cascade supported for LBP. The working haar models can be found at opencv_folder/data/haarcascades_cuda/
*/
static Ptr<CascadeClassifier> create(const String& filename);
/** @overload
Expand Down

0 comments on commit aea328e

Please sign in to comment.