Hello Ihar,
when you have time, is it possible to mark in documentation the algorighms that can use the input array as the output as well?
For instance, the SimdOperationBinary8u seems to be possible to call as
const uint8_t * a; size_t aStride;
SimdOperationBinary8u(a, aStride, b, bStride, width, height, channelCount, a, aStride, SimdOperationBinary8uType type);
but the SimdGaussianBlur3x3 seems to be not (I suppose so).
I guess it's not so many algorightms support that, but it would be nice to have confirmation from you that it's possible at least for some of them.
Thanks in advance, Nikolai
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
This is a reasonable note.
Hello Ihar,
when you have time, is it possible to mark in documentation the algorighms that can use the input array as the output as well?
For instance, the SimdOperationBinary8u seems to be possible to call as
const uint8_t * a;
size_t aStride;
SimdOperationBinary8u(a, aStride, b, bStride, width, height, channelCount, a, aStride, SimdOperationBinary8uType type);
but the SimdGaussianBlur3x3 seems to be not (I suppose so).
I guess it's not so many algorightms support that, but it would be nice to have confirmation from you that it's possible at least for some of them.
Thanks in advance,
Nikolai
This is a reasonable note.