Menu

Algorithms that use input array as output

2016-09-12
2016-09-12
  • Nikolai Vorontsov

    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

     
  • Yermalayeu Ihar

    Yermalayeu Ihar - 2016-09-12

    This is a reasonable note.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.