Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2465 Discussions

How to refactor ipp_resize_mt example to a flow graph?

renegr
New Contributor I
308 Views

Hello,

I'm new to flow graphs. I like the idea behind it but I already broke up in refactoring a resize filter to be a node of a flow graph. Could you please give me some hints?

Next I also want to use the flow graph to build a histogram on each tile and at after the last tile was processed calculate the final histogram. So how do I detect the last tile?

Thanks in advance

0 Kudos
1 Reply
renegr
New Contributor I
308 Views

While thinking more and more about it, it seems that a pipeline does reflect the processing better. Anyway the problem stays the same.

0 Kudos
Reply