Main MRPT website > C++ reference for MRPT 1.9.9
External dependency: opencv

Back to list of dependencies

Dependency: opencv


This optional library is used for almost everything related to computer vision in MRPT. Even MRPT-specific computer vision functions or classes cannot work without OpenCV since the basic structure for holding images is OpenCV's IplImage.

If not present, the following classes will raise an exception upon usage:

  • mrpt::img::CImage. Note that creating mrpt::img::CImage objects in the "external storage mode" will not raise an exception unless you really access the image contents.
  • Everything needing access to an image (loading, saving, processing, etc.).



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST