mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
* also fixed frechet/haussdorff documentation * removed ancient msvc support for doxygen_xml2qbk * fixes #1309
28 lines
1.1 KiB
Plaintext
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.] |