geometry/doc/reference/algorithms/discrete_frechet_distance.qbk
Barend Gehrels 8ab8cb098d [fix] a few qbk includes were missing
* also fixed frechet/haussdorff documentation
* removed ancient msvc support for doxygen_xml2qbk
* fixes #1309
2024-10-04 08:57:54 +02:00

28 lines
1.1 KiB
Plaintext

[/============================================================================
Boost.Geometry
Copyright (c) 2018 Yaghyavardhan Singh Khangarot, Hyderabad, India.
Contributed and/or modified by Yaghyavardhan Singh Khangarot, as part of Google Summer of Code 2018 program.
Use, modification and distribution is subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]
[def __this_function__ discrete_frechet_distance]
[heading_conformance_no_ogc [^__this_function__]]
[note PostGIS contains an algorithm ST_FrechetDistance with similar functionality.
See the [@https://postgis.net/docs/ST_FrechetDistance.html PostGIS documentation].
]
[heading Supported geometries]
[table
[[Geometries][Status]]
[[Linestring-Linestring][ [$img/ok.png] ]]
]
[note The units of the distance depends on strategy. In order to change the
default behavior a user has to create a strategy and pass it explicitly into
the algorithm.]