Issue
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.
Solution
It's in the directory etc/haarcascades
inside the OpenCV build
directory
Answered By - Miki
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.