diff --git a/README.rst b/README.rst index 79a7b0a..12eac88 100644 --- a/README.rst +++ b/README.rst @@ -48,6 +48,16 @@ The ``--biggest`` flag only outputs the biggest face in the image, while ``--best`` will attempt to select the face in focus and/or in the center of the frame. +.. figure:: doc/biggest-best.jpg + :align: center + + Comparison between ``--best`` (top) and ``--biggest`` (bottom). The actual + chosen face is highlighted in yellow. + +Unless DOF or motion blur is used effectively by the photographer to separate +the subject, ``--biggest`` would in most cases select the same face as +``--best``, while being significantly faster to compute. + Examples -------- diff --git a/doc/biggest-best.jpg b/doc/biggest-best.jpg new file mode 100644 index 0000000..868eb9a Binary files /dev/null and b/doc/biggest-best.jpg differ