Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6709 Discussions

Multi-threaded data visualization during data acquisition

iceman_razor
Beginner
224 Views

Hi,

I have a process which generates a data vector from a sensor.I'm using Ipp to process it further for some calculations.I want to know if there is any Ipp /MKL function which allows to plot the vector as a histogram/bar chart during data acquisition.I can write the multi-threaded code,but need information on availiability of plotting functions in C++. I'm using Intel Integrated Performance Primitives v5.3 update 3 for Windows* on IA-32 Intel Architecture.

Suggestions are welcome !!

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
224 Views

Hello,

IPP or MKL is not GUI libraries. You may use IPP or MKL to process the data. To draw the processing result you may use any third party GUI library. Please take a look for example on IPP signal processing demo application which is an example of how it may look like.

Regards,
Vladimir

0 Kudos
Reply