Added IPP Async converters, doc and sample
authorElena Gvozdeva <elena.gvozdeva@itseez.com>
Mon, 24 Feb 2014 06:44:54 +0000 (10:44 +0400)
committerElena Gvozdeva <elena.gvozdeva@itseez.com>
Tue, 1 Apr 2014 12:47:29 +0000 (16:47 +0400)
commitfa2d79a15b441230ae9998d0856754aa955fc2ec
tree0844a2f2c4636622560227e4e54bbf78e3b12f1b
parent6ef94b52add4090773e8396cb4095ef3742ed5f0
Added IPP Async converters, doc and sample
14 files changed:
CMakeLists.txt
cmake/OpenCVFindIPPAsync.cmake [new file with mode: 0644]
cmake/OpenCVFindLibsPerf.cmake
cmake/templates/cvconfig.h.in
doc/conf.py
doc/tutorials/core/how_to_use_ippa_conversion/how_to_use_ippa_conversion.rst [new file with mode: 0644]
doc/tutorials/core/how_to_use_ippa_conversion/images/How_To_Use_IPPA_Result.jpg [new file with mode: 0644]
doc/tutorials/core/table_of_content_core/images/How_To_Use_IPPA.jpg [new file with mode: 0644]
doc/tutorials/core/table_of_content_core/table_of_content_core.rst
modules/core/doc/core.rst
modules/core/doc/ipp_async_converters.rst [new file with mode: 0644]
modules/core/include/opencv2/core/ippasync.hpp [new file with mode: 0644]
modules/core/test/test_ippasync.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp [new file with mode: 0644]