discrete_frechet_distance.qbk 857 B

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