You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/py_histogram_backprojection.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ histograms**.
15
15
**What is it actually in simple words?** It is used for image segmentation or finding objects of
16
16
interest in an image. In simple words, it creates an image of the same size (but single channel) as
17
17
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
19
19
compared to remaining part. Well, that is an intuitive explanation. (I can't make it more simpler).
20
20
Histogram Backprojection is used with camshift algorithm etc.
0 commit comments