pixel-sorting-c icon indicating copy to clipboard operation
pixel-sorting-c copied to clipboard

Architect internals to support more algorithms in a general way

Open mhseiden opened this issue 11 years ago • 0 comments

Currently, the internals assume that the pixel sorting happens row-by-row, where each line has no notion of the other lines. This does create interesting results, however there are certainly other algorithms that could be added, which need a different processing framework. For example, grid based transforms, column based transforms, 2-D convolutions, etc.

The action item here, is to write more generic functions for the other types of transforms.

mhseiden avatar Apr 20 '14 14:04 mhseiden