1[/============================================================================ 2 Boost.Geometry 3 4 Copyright (c) 2018 Yaghyavardhan Singh Khangarot, Hyderabad, India. 5 Contributed and/or modified by Yaghyavardhan Singh Khangarot, as part of Google Summer of Code 2018 program. 6 7 Use, modification and distribution is subject to the Boost Software License, 8 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 9 http://www.boost.org/LICENSE_1_0.txt) 10=============================================================================/] 11 12[def __this_function__ discrete_frechet_distance] 13 14[heading Behavior] 15The algorithm calculate discrete frechet distance between two geometries. 16 17[note The units of the distance depends on strategy. In order to change the 18default behavior a user has to create a strategy and pass it explicitly into 19the algorithm.]