[OpenCV] How to trace objects with gocv?

How to trace objects with gocv?

1. install OpenCV for gocv. [how to install]

2. run gocv code [github]
  • run command : 
    • $ go run gocv_example02.go 0 ../../data/lbpcascades/lbpcascade_frontalface.xml  

3. show camera

Comments

Popular posts from this blog

[OpenCV] Chapter01-02 Transform image size and flip

OpenCV] Chapter02-01 Manipulating matrices creating, filling, accessing elements, ROIs

[OpenCV] What is gocv?