rmcv - Computer Vision Library for Robomaster
This project is a library for RoboMaster computer vision based on OpenCV. The functions that currently implemented includes: DaHeng industrial camera driver Image preprocessing Pattern matching for light blob and armour Serial port communication Gravity compensation Source Code: rmcv on Github
Read moreCompile Latest OpenCV on Ubuntu
Compiling OpenCV can vary depending on the platform. In this demonstration, I will be using Ubuntu. However, these steps are mostly the same for any other distribution, with the only differences being the package manager and the package names. Retrieve OpenCV source codeThis shell command retrieve the most recent OpenCV version number from the GitHub API a..
Read more