Commit e0ab007b authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3475 from fhsm:master

parents ef534537 146d6626
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment