Building a facial recognition system based on Golang and OpenCV
OpenCV is a library designed for computer vision projects. It has been around for about 20 years. I used it back in college and still apply it to my projects in C++ and Python because it has decent support for these languages. However, when I started studying and using Go, I became curious about whether OpenCV could be used for […]
