gocv icon indicating copy to clipboard operation
gocv copied to clipboard

need data/haarcascade_frontalface_default.xml Under project folder

Open shuidaan opened this issue 2 years ago • 1 comments

Description

Steps to Reproduce

data/haarcascade_frontalface_default.xml

538036aaf1987d9fe36f69b1bb4702f

it‘s good ,very good

Your Environment

  • Operating System and version:

  • OpenCV version used: 4.5.3

  • How did you install OpenCV? Download and install in GitHub

  • GoCV version used: gocv.io/x/gocv v0.28.0

  • Go version: go version go1.16.8 windows/amd64

  • Did you run the env.sh or env.cmd script before trying to go run or go build? NO

I wonder if the file outside this project can be put into the program?

shuidaan avatar Sep 14 '21 14:09 shuidaan

@shuidaan you can load whatever file on disk using classifier.Load(). As long as it is valid haarcascade file, it should work.

deadprogram avatar Sep 19 '21 19:09 deadprogram