- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Expert,
I would like to ask is it possible i use both IPP7.0 library and OpenCV library together? What i mean is seperately. Example:
cvSize(A->Width, A->Height);
&
IppiSize size = { A->width, A->height };
Can both of this run together in a same project or .cpp file?
Will it have some conflict?
Hope to get your reply soon.
Regards,
Wen How
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Wen How,
General speaking, yes, it is fine to use IPP and OpenCV library together in a sample project or *.cpp file.
Both of them can be used independently if latest OpenCV version (i.e OpenCV 2.1.0 default build without USE_IPP option. )
You may find some sample code and discussion from Using Intel IPP with OpenCV
Intel IPP Support Model Changed In OpenCV 2.1
and Intel Ipp - Open Source Computer Vision Library (OpenCV) FAQ
Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ying,
Generally yes means there is some drawback? Mind to describe more? Is it possible to give me somemore samples as the information is quite limited there.:)
Wen How
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Wen How,
You may find the sample code using IPP and OpenCVin the article.
Using Intel IPP with OpenCV
If you are using OpenCV default installation, both IPP and OpenCVare independent, there is not confilct.
If you build OpenCV with USE_IPP , then use the Built_in_IPP OpenCV and IPP together, in general, it is not problem too.
But it is strongly recommended to use same version and dynamic version of IPP.
for example, youbuild OpenCV withstatic IPP 6.1, then link the OpenCV library and IPP 7.0 dynamic library. There may bepotiential problem, like which oneisrunning at run-time?
Regards,
Ying
You may find the sample code using IPP and OpenCVin the article.
Using Intel IPP with OpenCV
If you are using OpenCV default installation, both IPP and OpenCVare independent, there is not confilct.
If you build OpenCV with USE_IPP , then use the Built_in_IPP OpenCV and IPP together, in general, it is not problem too.
But it is strongly recommended to use same version and dynamic version of IPP.
for example, youbuild OpenCV withstatic IPP 6.1, then link the OpenCV library and IPP 7.0 dynamic library. There may bepotiential problem, like which oneisrunning at run-time?
Regards,
Ying

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page