Metadata-Version: 1.0
Name: pyzernikemoment
Version: 0.0.1
Summary: pyzernikemoment is a python module to find the Zernike moments for an N x N binary ROI.
Home-page: https://github.com/primetang/pyzernikemoment
Author: Gefu Tang
Author-email: tanggefu@gmail.com
License: GNU
Description: pyzernikemoment
        ===============
        
        ###1. Introduction
        In short, pyzernikemoment is a python module to find the Zernike moments for an N x N binary ROI, and the [MATLAB version](http://www.mathworks.com/matlabcentral/fileexchange/38900-zernike-moments) is written by Amir Tahmasbi.
        
        #####Please feel free to contact me [tanggefu@gmail.com] if you have any questions.
        
        ###2. Install
        
        This package uses distutils, which is the default way of installing python modules. To install in your home directory, securely run the following:
        ```
        git clone https://github.com/primetang/pyzernikemoment.git
        cd pyzernikemoment
        python setup.py install
        ```
        
        ###3. Usage
        
        I think this is a [good example](https://github.com/primetang/pyzernikemoment/tree/master/example) for the usage of pyzernikemoment.
        
        You can also run the example by run the following:
        ```
        cd example
        python test_example.py
        ```
Keywords: zernike moment
Platform: UNKNOWN
