Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IPP Async converters, doc and sample #2538

Merged
merged 3 commits into from Apr 8, 2014

Conversation

ElenaGvozdeva
Copy link
Contributor

No description provided.

-----------
Create ``hppiMatrix`` from ``Mat``.

.. ocv:function:: Ptr<hppiMatrix> hpp::getHpp(const Mat& src)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be better to use InputArray _src to have more generic code

@ilya-lavrenov
Copy link
Contributor

my opinion - this PR is shallow-related to OpenCV and mostly demonstrates how to use IPP Async (with OpenCV as a data source)

@vpisarev
Copy link
Contributor

vpisarev commented Apr 7, 2014

👍

@opencv-pushbot opencv-pushbot merged commit f9c5289 into opencv:master Apr 8, 2014
#include "opencv2/core/utility.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include "cvconfig.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not use "cvconfig.h" in samples. This approach doesn't work with OpenCV package.

HAVE_IPP_A on build machine doesn't guarantee that you have IPP-A on user machine where user will build this sample.

@ElenaGvozdeva ElenaGvozdeva deleted the ipp_async_convert branch April 18, 2014 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants