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:
@@ -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
|
||||
*/
|
||||
|
||||
+2
-2
@@ -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* )
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user