Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 508 Bytes

DESCRIPTION.rst

File metadata and controls

10 lines (9 loc) · 508 Bytes

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.