Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work.

This solves the undesired consequence of breaking the GPU interface.
pull/3766/head
StevenPuttemans 10 years ago
parent 2c9547e314
commit 2c0ef660bf
  1. 15452
      data/haarcascades_GPU/haarcascade_eye.xml
  2. 33158
      data/haarcascades_GPU/haarcascade_eye_tree_eyeglasses.xml
  3. 26161
      data/haarcascades_GPU/haarcascade_frontalface_alt.xml
  4. 23550
      data/haarcascades_GPU/haarcascade_frontalface_alt2.xml
  5. 103493
      data/haarcascades_GPU/haarcascade_frontalface_alt_tree.xml
  6. 35712
      data/haarcascades_GPU/haarcascade_frontalface_default.xml
  7. 18118
      data/haarcascades_GPU/haarcascade_fullbody.xml
  8. 9803
      data/haarcascades_GPU/haarcascade_lefteye_2splits.xml
  9. 15085
      data/haarcascades_GPU/haarcascade_lowerbody.xml
  10. 31930
      data/haarcascades_GPU/haarcascade_profileface.xml
  11. 9833
      data/haarcascades_GPU/haarcascade_righteye_2splits.xml
  12. 8353
      data/haarcascades_GPU/haarcascade_smile.xml
  13. 29767
      data/haarcascades_GPU/haarcascade_upperbody.xml
  14. 2
      modules/gpu/doc/object_detection.rst

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -264,7 +264,7 @@ Loads the classifier from a file. The previous content is destroyed.
.. ocv:function:: bool gpu::CascadeClassifier_GPU::load(const string& filename)
: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.
:param filename: Name of the file from which the classifier is loaded. Only the old ``haar`` classifiers (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. The working haar classifiers can be found under ``data\haarcascades_GPU\``.
gpu::CascadeClassifier_GPU::release

Loading…
Cancel
Save