1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 06:11:09 +08:00

Doxygen documentation for all modules

This commit is contained in:
Maksim Shabunin
2014-11-20 18:03:57 +03:00
parent 525c4d5ecd
commit a20c5c8dd9
179 changed files with 6621 additions and 1179 deletions

View File

@@ -41,10 +41,17 @@
#include <opencv2/core.hpp>
#include <limits>
/** @defgroup rgbd RGB-Depth Processing
*/
namespace cv
{
namespace rgbd
{
//! @addtogroup rgbd
//! @{
/** Checks if the value is a valid depth. For CV_16U or CV_16S, the convention is to be invalid if it is
* a limit. For a float/double, we just check if it is a NaN
* @param depth the depth to check for validity
@@ -650,6 +657,9 @@ namespace rgbd
// TODO Depth interpolation
// Curvature
// Get rescaleDepth return dubles if asked for
//! @}
} /* namespace rgbd */
} /* namespace cv */