0

I am working with image processing using OpenCV. I have installed OopenCV 3.3.0 in Conda. I would like to find out the full path where my OpenCV is installed and where haarcascade_frontalface_default.xml is located. Any help is appreciated.

Jeru Luke
  • 20,118
  • 13
  • 80
  • 87
nk134
  • 43
  • 1
  • 7

1 Answers1

0

It's in the directory etc/haarcascades inside the OpenCV build directory

Miki
  • 40,887
  • 13
  • 123
  • 202