Ignotus-mago / PixelScanner

Scan 2D pixel maps to 1D arrays derived from space-filling curves.
Other
0 stars 0 forks source link

Copying subarrays between sig[] and img[] #5

Open Ignotus-mago opened 2 months ago

Ignotus-mago commented 2 months ago

Sig[] and img[] are the same size. Subarrays can be mapped with the two LUTs, imageToSignalLUT and signalToImageLUT, when we move subarrays back and forth. This can be with new signatures for mapImgToSig and mapSigToImg and the corresponding write methods.