Tagged Questions
1
vote
1answer
241 views
index conversion: row-major to cartesian coordinates (e.g., pixels)
i need to transform/access memory indices to and from row-major and cartesian* layouts.
if it helps you imagine the use or problem: the case is accessing pixels (reading/manipulation) stored in ...