1 | initial version |
gpu::flip doesn't work in-place, you have to store result in other matrix.
2 | No.2 Revision |
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.