deemoe's blog

Tags · OpenCV

Home

Gallery

About

Archives

loading..
Computer VisionOpenCVRobomaster

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 SVM for object classification and tracking Kalman Filter for movement prediction ..

Read more
OpenCVUbuntu

Compile 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