We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 547a2d2 + c62eda0 commit bd9cc2dCopy full SHA for bd9cc2d
doc/py_tutorials/py_imgproc/py_grabcut/py_grabcut.markdown
@@ -17,7 +17,7 @@ graph cuts](http://dl.acm.org/citation.cfm?id=1015720) . An algorithm was needed
17
extraction with minimal user interaction, and the result was GrabCut.
18
19
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
+(foreground region should be completely inside the rectangle). Then algorithm segments it
21
iteratively to get the best result. Done. But in some cases, the segmentation won't be fine, like,
22
it may have marked some foreground region as background and vice versa. In that case, user need to
23
do fine touch-ups. Just give some strokes on the images where some faulty results are there. Strokes
0 commit comments