Skip to content

Commit bd9cc2d

Browse files
committed
Merge pull request opencv#6668 from yadavankit:master
2 parents 547a2d2 + c62eda0 commit bd9cc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/py_tutorials/py_imgproc/py_grabcut/py_grabcut.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ graph cuts](http://dl.acm.org/citation.cfm?id=1015720) . An algorithm was needed
1717
extraction with minimal user interaction, and the result was GrabCut.
1818

1919
How it works from user point of view ? Initially user draws a rectangle around the foreground region
20-
(foreground region shoule be completely inside the rectangle). Then algorithm segments it
20+
(foreground region should be completely inside the rectangle). Then algorithm segments it
2121
iteratively to get the best result. Done. But in some cases, the segmentation won't be fine, like,
2222
it may have marked some foreground region as background and vice versa. In that case, user need to
2323
do fine touch-ups. Just give some strokes on the images where some faulty results are there. Strokes

0 commit comments

Comments
 (0)