Commit c5a698fb authored by Maksim Shabunin's avatar Maksim Shabunin

Doxygen documentation: calib3d and features2d modules

parent dcae7698
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
extern "C" { extern "C" {
#endif #endif
/** @addtogroup calib3d_c
@{
*/
/****************************************************************************************\ /****************************************************************************************\
* Camera Calibration, Pose Estimation and Stereo * * Camera Calibration, Pose Estimation and Stereo *
\****************************************************************************************/ \****************************************************************************************/
...@@ -371,6 +375,8 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage, ...@@ -371,6 +375,8 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage,
CvArr* _3dImage, const CvMat* Q, CvArr* _3dImage, const CvMat* Q,
int handleMissingValues CV_DEFAULT(0) ); int handleMissingValues CV_DEFAULT(0) );
/** @} calib3d_c */
#ifdef __cplusplus #ifdef __cplusplus
} // extern "C" } // extern "C"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment