Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

gpu::flip doesn't work in-place, you have to store result in other matrix.

gpu::flip doesn't work in-place, you have to store result in other matrix.

Most of gpu functions doesn't work in-place. Only simple per-pixel operations (add, subtract, treshold, etc) can store result to the same matrix.