Skip to content
Snippets Groups Projects
Commit 8e60dad9 authored by Vesa Oikonen's avatar Vesa Oikonen
Browse files

fixed doc

parent ac596879
No related branches found
No related tags found
No related merge requests found
......@@ -1048,3 +1048,4 @@ double func(int parNr, double *p, void *fdata)
/*****************************************************************************/
/*****************************************************************************/
/// @endcond
......@@ -396,7 +396,9 @@ int imgRegionGrowingByThreshold(
IMG *img,
/** Seed pixel position [z,y,x] as indices. */
const int sz,
/** Seed pixel position [z,y,x] as indices. */
const int sy,
/** Seed pixel position [z,y,x] as indices. */
const int sx,
/** Lower threshold as absolute value. */
float lthr,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment