← Back


Introducing OpenCV

Last Update: 2025-10-19


1. Basci API & Useful Scripts

  • Install python version of Opencv with pypi: pip install -U opencv-python, -U to make sure installing the latest version

  • Download code materials and explore scripts in introduce_opencv folder 📜 code materials

2. Integrate OpenCV to ROS2 pkg

  • Place opencv_pkg folder into a ROS2 colcon workspace
  • Build the workspace
  • Explore scripts in opencv_pkg