{
"info": {
"author": "Alistair Muldal",
"author_email": "alistair.muldal@pharm.ox.ac.uk",
"bugtrack_url": null,
"classifiers": [],
"description": "============================================================\nPhasepack: a toolkit for phase-based image feature detection\n============================================================\n\nThis toolkit consists of a set of functions which use information contained\nwithin the phase of a Fourier-transformed image to detect localised features\nsuch as edges, blobs and corners. These methods have the key advantage that the\nproperties they measure are invariant with respect to image brightness and\ncontrast.\n\n:phasecong:\n\tPhase congruency using oriented filters\n\n:phasecongmono:\n\tFast phase congruency using monogenic filters\n\n:phasesym:\n\tPhase symmetry using oriented filters\n\n:phasesymmono:\n\tFast phase symmetry using monogenic filters\n\nFor more information on a particular function, see the associated docstring and\nthe references therein.\n\nInstallation\n-------------\n\n::\n\n\t$ python setup.py install\n\nFast(er) Fourier Transforms\n---------------------------\nAll of the functions in this module make use of the Fast Fourier Transform\n(FFT), and their speed significantly depends on the module used to provide FFT\nfunctions. If it is available, the `pyFFTW\n`_ module will be used. This provides\nPython bindings to the FFTW C library, and is substantially faster than\n``fftpack``, the default for scipy.\n\nTo install pyFFTW:\n\n::\n\n\t$ pip install pyfftw\n\nAuthorship\n----------\nThese functions were originally written for MATLAB by Peter Kovesi, and\nwere ported to Python by Alistair Muldal. The original MATLAB code, as well as\nfurther explanatory information and references are available from `Peter\nKovesi's website\n`_.\n\nMIT License\n-----------\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n \nThe software is provided \"as is\", without warranty of any kind.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/alimuldal/phasepack",
"keywords": null,
"license": "UNKNOWN",
"maintainer": null,
"maintainer_email": null,
"name": "phasepack",
"package_url": "https://pypi.org/project/phasepack/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/phasepack/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/alimuldal/phasepack"
},
"release_url": "https://pypi.org/project/phasepack/1.5/",
"requires_dist": null,
"requires_python": null,
"summary": "A toolkit for phase-based feature detection",
"version": "1.5"
},
"last_serial": 2074192,
"releases": {
"1.3": [
{
"comment_text": "",
"digests": {
"md5": "76b4c5f20cbd80426649a16ba6900fff",
"sha256": "125812b0cfa95e1537421a05afd7a9e8eae292ae6827ee408ccef57d00d404a0"
},
"downloads": -1,
"filename": "phasepack-1.3.tar.gz",
"has_sig": false,
"md5_digest": "76b4c5f20cbd80426649a16ba6900fff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15037,
"upload_time": "2013-09-12T01:24:24",
"url": "https://files.pythonhosted.org/packages/32/51/9417e88f7f4e86cfff2cf792d64a799e36efb11301aed7ef7ea60dc9a3d6/phasepack-1.3.tar.gz"
}
],
"1.4": [
{
"comment_text": "",
"digests": {
"md5": "a6fc0080ac028ee6e55f6890f0af793a",
"sha256": "e43da45f4b544cdf8941a90994ca30b2e4ed4b40586b9332819fe3e1a622d7fd"
},
"downloads": -1,
"filename": "phasepack-1.4.tar.gz",
"has_sig": false,
"md5_digest": "a6fc0080ac028ee6e55f6890f0af793a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15379,
"upload_time": "2014-12-30T20:56:53",
"url": "https://files.pythonhosted.org/packages/36/a0/420528c7b058397ae8d5ded406ff7215f0c39760694178f880b99204ded3/phasepack-1.4.tar.gz"
}
],
"1.5": [
{
"comment_text": "",
"digests": {
"md5": "0831a12c87651dc71b890a712958d7c6",
"sha256": "d9f8474cd684e674e11572acda18fb32a624fef2be3c691ac3c24b88f95bc0ad"
},
"downloads": -1,
"filename": "phasepack-1.5.tar.gz",
"has_sig": false,
"md5_digest": "0831a12c87651dc71b890a712958d7c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15256,
"upload_time": "2016-04-20T14:18:23",
"url": "https://files.pythonhosted.org/packages/7d/ec/b52bc331f9e69cbf3c2c367c531176b45185741bd9f516ef82b64e7fbe9f/phasepack-1.5.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "0831a12c87651dc71b890a712958d7c6",
"sha256": "d9f8474cd684e674e11572acda18fb32a624fef2be3c691ac3c24b88f95bc0ad"
},
"downloads": -1,
"filename": "phasepack-1.5.tar.gz",
"has_sig": false,
"md5_digest": "0831a12c87651dc71b890a712958d7c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15256,
"upload_time": "2016-04-20T14:18:23",
"url": "https://files.pythonhosted.org/packages/7d/ec/b52bc331f9e69cbf3c2c367c531176b45185741bd9f516ef82b64e7fbe9f/phasepack-1.5.tar.gz"
}
]
}