matchpoint


Namematchpoint JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryUse methods and method chaining on lists of objects.
upload_time2024-10-23 05:37:15
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/be/14/85669bdfdcdbc7ceb67c4160a2b227e32a04cd61e96942702949041ab268/matchpoint-1.0.1.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": "Use methods and method chaining on lists of objects.",
    "version": "1.0.1",
    "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": "",
            "digests": {
                "blake2b_256": "4f9b8589f88217e5268e643e5153327b89be8882330a106694b85872a8eb6cf0",
                "md5": "28d3c8980ea8f69a79f478d90d24c2eb",
                "sha256": "b7c3135409dae0356fe6db854007cd2e1f8ab5b34a7f6b25e397bf7f80be3a72"
            },
            "downloads": -1,
            "filename": "matchpoint-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28d3c8980ea8f69a79f478d90d24c2eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 55101,
            "upload_time": "2024-10-23T05:37:13",
            "upload_time_iso_8601": "2024-10-23T05:37:13.994182Z",
            "url": "https://files.pythonhosted.org/packages/4f/9b/8589f88217e5268e643e5153327b89be8882330a106694b85872a8eb6cf0/matchpoint-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be1485669bdfdcdbc7ceb67c4160a2b227e32a04cd61e96942702949041ab268",
                "md5": "f7906de236d51db2fe66d329fa568059",
                "sha256": "be582eae4aaf368d937f347b9c796b64c1ea7c026bf08f7c254cfc44fb2cb4f9"
            },
            "downloads": -1,
            "filename": "matchpoint-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f7906de236d51db2fe66d329fa568059",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 57904,
            "upload_time": "2024-10-23T05:37:15",
            "upload_time_iso_8601": "2024-10-23T05:37:15.417712Z",
            "url": "https://files.pythonhosted.org/packages/be/14/85669bdfdcdbc7ceb67c4160a2b227e32a04cd61e96942702949041ab268/matchpoint-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 05:37:15",
    "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: 0.33722s