Skip to content

ros-perception/vision_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27de9ec · Dec 2, 2024
Dec 2, 2024
Apr 21, 2024
Apr 19, 2024
Apr 19, 2024
Apr 6, 2024
Sep 12, 2022
Sep 12, 2022
Jan 27, 2022
Jan 27, 2022

vision_opencv

ros2 vision_opencv contains packages to interface ROS 2 with OpenCV which is a library designed for computational efficiency and strong focus for real time computer vision applications. This repository contains:

  • cv_bridge: Bridge between ROS 2 image messages and OpenCV image representation
  • image_geometry: Collection of methods for dealing with image and pixel geometry
  • opencv_tests: Integration tests to use the capability of the packages with opencv
  • vision_opencv: Meta-package to install both cv_bridge and image_geometry

In order to use ROS 2 with OpenCV, please see the details within cv_bridge package.