Main MRPT website > C++ reference
MRPT logo
dependency_opencv.h
Go to the documentation of this file.
1 /** \page dep-opencv External dependency: opencv
2  *
3 
4 <small> <a href="dependencies.html">Back to list of dependencies</a> </small>
5 <br>
6 
7 <h2>Dependency: <code>opencv</code></h2>
8 <hr>
9 
10 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 <code>IplImage</code>.
11 
12 If not present, the following classes will raise an exception upon usage:
13 - mrpt::utils::CImage. Note that creating mrpt::utils::CImage objects in the "external storage mode" will not raise an exception unless you really access the image contents.
14 - Everything needing access to an image (loading, saving, processing, etc.).
15 
16 */
17 



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013