Skip to content

Commit 169dc9c

Browse files
shxuyalalek
authored andcommitted
Merge pull request opencv#14297 from shxuy:patch-1
fix just a typo of the word 'word' (opencv#14297)
1 parent 60a841c commit 169dc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/py_histogram_backprojection.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ histograms**.
1515
**What is it actually in simple words?** It is used for image segmentation or finding objects of
1616
interest in an image. In simple words, it creates an image of the same size (but single channel) as
1717
that of our input image, where each pixel corresponds to the probability of that pixel belonging to
18-
our object. In more simpler worlds, the output image will have our object of interest in more white
18+
our object. In more simpler words, the output image will have our object of interest in more white
1919
compared to remaining part. Well, that is an intuitive explanation. (I can't make it more simpler).
2020
Histogram Backprojection is used with camshift algorithm etc.
2121

0 commit comments

Comments
 (0)