1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Doxygen tutorials: some fixes in RST-docs

This commit is contained in:
Maksim Shabunin
2014-11-27 13:23:24 +03:00
parent 03e213ccae
commit 220f671655
45 changed files with 92 additions and 87 deletions
@@ -44,7 +44,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
/// Function header
void goodFeaturesToTrack_Demo( int, void* );
/** @function main */
/* @function main */
int main( int argc, char** argv )
{
/// Load source image and convert it to gray
@@ -65,7 +65,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
return(0);
}
/**
/*
* @function goodFeaturesToTrack_Demo.cpp
* @brief Apply Shi-Tomasi corner detector
*/
@@ -43,7 +43,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
/// Function header
void goodFeaturesToTrack_Demo( int, void* );
/**
/*
* @function main
*/
int main( int argc, char** argv )
@@ -66,7 +66,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
return(0);
}
/**
/*
* @function goodFeaturesToTrack_Demo.cpp
* @brief Apply Shi-Tomasi corner detector
*/
@@ -175,7 +175,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
/// Function header
void cornerHarris_demo( int, void* );
/** @function main */
/* @function main */
int main( int argc, char** argv )
{
/// Load source image and convert it to gray
@@ -193,7 +193,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
return(0);
}
/** @function cornerHarris_demo */
/* @function cornerHarris_demo */
void cornerHarris_demo( int, void* )
{