Skip to content

Commit 8f9ac94

Browse files
committed
Graphsegmentation: fix typo in comment and blank line at EOF
1 parent e18fd2d commit 8f9ac94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace cv {
6262
};
6363

6464
/** @brief Creates a graph based segmentor
65-
@param simga The sigma parameter, used to smooth image
65+
@param sigma The sigma parameter, used to smooth image
6666
@param k The k parameter of the algorythm
6767
@param min_size The minimum size of segments
6868
*/

modules/ximgproc/src/graphsegmentation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,3 @@ namespace cv {
329329
}
330330
}
331331
}
332-

0 commit comments

Comments
 (0)