matchpoint


Namematchpoint JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryPackage for performing point set registration.
upload_time2025-02-14 06:13:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords point set registration iterative closest point kernel correlation cross-correlation geometric hashing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MatchPoint

MatchPoint is a package for performing point set registration.

## Current functionality

**MatchPoint class functionality:**
- Store source and destination point sets
- Determine and store matched data points using a threshold
- Save and load the class data in a netCDF data file.

**Implemented point set registration algorithms:**
- Iterative closest point
- Cross-correlation
- Kernel correlation
- Geometric hashing

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "matchpoint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "point set, registration, iterative closest point, kernel correlation, cross-correlation, geometric hashing",
    "author": null,
    "author_email": "Ivo Severins <i.w.h.severins@tudelft.nl>",
    "download_url": "https://files.pythonhosted.org/packages/b0/48/2ec8aacb564f2ec7c1d6f33daf62ecf4ad95f37a280b9bb409019e8616ab/matchpoint-1.0.2.tar.gz",
    "platform": null,
    "description": "# MatchPoint\n\nMatchPoint is a package for performing point set registration.\n\n## Current functionality\n\n**MatchPoint class functionality:**\n- Store source and destination point sets\n- Determine and store matched data points using a threshold\n- Save and load the class data in a netCDF data file.\n\n**Implemented point set registration algorithms:**\n- Iterative closest point\n- Cross-correlation\n- Kernel correlation\n- Geometric hashing\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Package for performing point set registration.",
    "version": "1.0.2",
    "project_urls": {
        "Documentation": "https://matchpoint.readthedocs.io/",
        "Repository": "https://github.com/Chirlmin-Joo-lab/matchpoint"
    },
    "split_keywords": [
        "point set",
        " registration",
        " iterative closest point",
        " kernel correlation",
        " cross-correlation",
        " geometric hashing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77ae8dae2822e0881461e8879d302ed82d22d71484af9064ff1a44bf4527e531",
                "md5": "d53635c11d1e71744779308bab2b95b2",
                "sha256": "9c7dba76d37f5726515c8b0c96603e46af1dcbd6ffc43b7d9a4493dcfddd0c41"
            },
            "downloads": -1,
            "filename": "matchpoint-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d53635c11d1e71744779308bab2b95b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 56014,
            "upload_time": "2025-02-14T06:13:42",
            "upload_time_iso_8601": "2025-02-14T06:13:42.853034Z",
            "url": "https://files.pythonhosted.org/packages/77/ae/8dae2822e0881461e8879d302ed82d22d71484af9064ff1a44bf4527e531/matchpoint-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0482ec8aacb564f2ec7c1d6f33daf62ecf4ad95f37a280b9bb409019e8616ab",
                "md5": "a94a27e13623010d2bd81f3244224ac5",
                "sha256": "8cf512bb5f7e0c92188c2b7954ac3fc5ee75422d417642817418d745d5ace2b2"
            },
            "downloads": -1,
            "filename": "matchpoint-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a94a27e13623010d2bd81f3244224ac5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 58634,
            "upload_time": "2025-02-14T06:13:45",
            "upload_time_iso_8601": "2025-02-14T06:13:45.230012Z",
            "url": "https://files.pythonhosted.org/packages/b0/48/2ec8aacb564f2ec7c1d6f33daf62ecf4ad95f37a280b9bb409019e8616ab/matchpoint-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 06:13:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chirlmin-Joo-lab",
    "github_project": "matchpoint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "matchpoint"
}
        
Elapsed time: 1.33202s