libopencv-video410
computer vision Video analysis library
This package contains the OpenCV (Open Computer Vision) Video analysis
runtime libraries.
python3-ament-xmllint
Python 3 module for xmllint support in ROS 2 ament packages
The ament build system is the most common way to build packages for ROS 2.
This package provides the Python 3 module that adds xmllint linter
support to ament.
libann-cctbx0
Approximate Nearest Neighbor Searching library (cctbx variant)
ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions. ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.
libpqmarble2t64
Collection of useful functions and reusable widgets
Paulo Queiroz's collection of useful functions and reusable widgets.
libprotoc32t64
protocol buffers compiler library
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.