euclidean-hausdorff


Nameeuclidean-hausdorff JSON
Version 1.3.1 PyPI version JSON
download
home_pageNone
Summaryquick approximation of the Gromov–Hausdorff distance restricted to Euclidean isometries
upload_time2024-10-31 07:11:48
maintainerNone
docs_urlNone
authorBlake Cecil
requires_python>=3.9
licenseThe MIT License (MIT) Copyright (c) 2023 Vladyslav Oles (vlad.oles@proton.me), Blake Cecil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # euclidean-hausdorff

Given the coordinates of 2- or 3-dimensional point clouds $A, B \subset \mathbb{R}^k$ (where $k \in \{2, 3\}$), estimates their Euclidean–Hausdorff distance (which itself is a relaxation and an upper bound of the Gromov–Hausdorff distance)

$$d_\text{EH}(X, Y) = \inf_{T:E(k)} d_\text{H}(T(A), B),$$

where the infimum is taken over all $k$-dimensional Euclidean isometries and $d_\text{H}$ is the Hausdorff distance in $\mathbb{R}^k$.

The distance is estimated from above by discretizing the compact feasible region (of the above minimization) into a search grid, whose vertices each represent a combination of some translation, rotation, and reflection.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "euclidean-hausdorff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Blake Cecil",
    "author_email": "Vladyslav Oles <vlad.oles@proton.me>",
    "download_url": null,
    "platform": null,
    "description": "# euclidean-hausdorff\n\nGiven the coordinates of 2- or 3-dimensional point clouds $A, B \\subset \\mathbb{R}^k$ (where $k \\in \\{2, 3\\}$), estimates their Euclidean\u2013Hausdorff distance (which itself is a relaxation and an upper bound of the Gromov\u2013Hausdorff distance)\n\n$$d_\\text{EH}(X, Y) = \\inf_{T:E(k)} d_\\text{H}(T(A), B),$$\n\nwhere the infimum is taken over all $k$-dimensional Euclidean isometries and $d_\\text{H}$ is the Hausdorff distance in $\\mathbb{R}^k$.\n\nThe distance is estimated from above by discretizing the compact feasible region (of the above minimization) into a search grid, whose vertices each represent a combination of some translation, rotation, and reflection.",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2023 Vladyslav Oles (vlad.oles@proton.me), Blake Cecil  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "quick approximation of the Gromov\u2013Hausdorff distance restricted to Euclidean isometries",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/bcecil2/euclidean_hausdorff",
        "Issues": "https://github.com/bcecil2/euclidean_hausdorff/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7de5234e250a4a461b59025236c9a2ad8b5670a150fdf5e29c4b60054017eb1",
                "md5": "baadd9676a791c8f13953c36b2ee1b6f",
                "sha256": "d7cb80367e820de5c6e8befe2c193eb09fcf5fa334ae66057c982a199a281053"
            },
            "downloads": -1,
            "filename": "euclidean_hausdorff-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "baadd9676a791c8f13953c36b2ee1b6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8457,
            "upload_time": "2024-10-31T07:11:48",
            "upload_time_iso_8601": "2024-10-31T07:11:48.537036Z",
            "url": "https://files.pythonhosted.org/packages/e7/de/5234e250a4a461b59025236c9a2ad8b5670a150fdf5e29c4b60054017eb1/euclidean_hausdorff-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 07:11:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bcecil2",
    "github_project": "euclidean_hausdorff",
    "github_not_found": true,
    "lcname": "euclidean-hausdorff"
}
        
Elapsed time: 3.36061s