Metadata-Version: 2.0
Name: frst
Version: 1.0.0
Summary: Fast Radial Symmetry Transform
Home-page: https://github.com/rohern/frst_python
Author: Michael Solomentsev; Ryan O'Hern
Author-email: mys29@cornell.com
License: UNKNOWN
Description-Content-Type: text/markdown
Keywords: image processing,radial transform
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent

# Fast Radial Symmetry Transform (FRST)

Implementation of fast radial symmetry transform in pure Python using OpenCV and numpy.

Based on:
Loy, G., & Zelinsky, A. (2002). A fast radial symmetry transform for detecting points of interest. Computer Vision, ECCV 2002.

