Metadata-Version: 1.0
Name: pixelscan
Version: 0.3.2
Summary: A library to scan pixels on a grid in a variety of patterns.
Home-page: https://github.com/dpmcmlxxvi/pixelscan
Author: Daniel Pulido
Author-email: dpmcmlxxvi@gmail.com
License: MIT
Download-URL: https://github.com/dpmcmlxxvi/pixelscan/tarball/v0.3.2
Description: pixelscan

        =======================

        

        The **pixelscan** library provides functions to scan pixels on a grid in a

        variety of spatial patterns. The library consists of scan generators and

        coordinate transformations. Scan generators are Python generators that return

        pixel coordinates in a particular spatial pattern. Coordinate transformations

        are iterators that apply spatial transformations to the coordinates created by

        the scan generators. Transformation can be chained to yield very generic

        transformations.

        
Keywords: distance image metric pixel raster scan
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
