From 146d66267f2b123fedc6dfa455eb455ed0af683a Mon Sep 17 00:00:00 2001 From: fhsm Date: Tue, 2 Dec 2014 12:46:05 -0500 Subject: [PATCH] White space and spelling in meanshift tutorial Removed a leading whitespace from a parenthetical comment and corrected the spelling of "maybe" --- doc/py_tutorials/py_video/py_meanshift/py_meanshift.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_video/py_meanshift/py_meanshift.rst b/doc/py_tutorials/py_video/py_meanshift/py_meanshift.rst index 87ece69..5039e27 100644 --- a/doc/py_tutorials/py_video/py_meanshift/py_meanshift.rst +++ b/doc/py_tutorials/py_video/py_meanshift/py_meanshift.rst @@ -16,7 +16,7 @@ In this chapter, Meanshift ============ -The intuition behind the meanshift is simple. Consider you have a set of points. (It can be a pixel distribution like histogram backprojection). You are given a small window ( may be a circle) and you have to move that window to the area of maximum pixel density (or maximum number of points). It is illustrated in the simple image given below: +The intuition behind the meanshift is simple. Consider you have a set of points. (It can be a pixel distribution like histogram backprojection). You are given a small window (maybe a circle) and you have to move that window to the area of maximum pixel density (or maximum number of points). It is illustrated in the simple image given below: .. image:: images/meanshift_basics.jpg :alt: Intuition behind meanshift -- 2.7.4