hybridgroup/gocv
Go language bindings for OpenCV 4 enabling computer vision operations and deep neural network inference in Go applications.

GoCV provides Go bindings for the OpenCV 4 computer vision library, supporting GPU acceleration via CUDA and Intel optimization via OpenVINO. It includes the DNN (Deep Neural Network) module for running pre-trained models in ONNX, TensorFlow, and YOLO formats for tasks like object classification, face tracking, and object detection. The package covers standard CV operations including video capture, image processing, and real-time inference serving.