Metadata-Version: 1.1
Name: SparseEdges
Version: 0.1
Summary: SLIP: a Simple Library for Image Processing.
Home-page: https://github.com/meduz/SparseEdges
Author: Laurent Perrinet INT - CNRS
Author-email: Laurent.Perrinet@univ-amu.fr
License: GPLv2
Download-URL: https://github.com/meduz/SparseEdges/tarball/0.1
Description: SparseEdges
        ===========
        
        This class exploits the LogGabor package to provide with a sparse representation of edges in images.
        
        This algorithm was presented in the following paper:
        
        @article{Fischer07,
            author = {Fischer, Sylvain and Redondo, Rafael and Perrinet, Laurent and Cristobal, Gabriel},
            citeulike-article-id = {12825723},
            citeulike-linkout-0 = {http://dx.doi.org/10.1155/2007/90727},
            doi = {10.1155/2007/90727},
            issn = {1687-6180},
            journal = {EURASIP Journal on Advances in Signal Processing},
            keywords = {assofield, bicv-sparse, log-gabor, motion-clouds, perrinet11sfn, sanz12jnp, vacher14},
            number = {1},
            pages = {090727--122},
            posted-at = {2013-12-10 14:09:00},
            priority = {0},
            publisher = {Hindawi Publishing Corp.},
            title = {Sparse Approximation of Images Inspired from the Functional Architecture of the Primary Visual Areas},
            url = {http://dx.doi.org/10.1155/2007/90727},
            volume = {2007},
            year = {2007}
        }
        This package gives a python implementation.
        
        More information is available @ http://pythonhosted.org/SparseEdges
        
Keywords: computational neuroscience,simulation,analysis,visualization,computer vision
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
