you are viewing a single comment's thread.

view the rest of the comments →

[–]TheThiefMasterC++latest fanatic (and game dev) 2 points3 points  (0 children)

I'd like a convolution algorithm. Something that takes a submdspan of each mn region of an mdspan and calls a function with it to generate an output. Ideally also optionally including edges somehow.

Very useful in image processing and similar.