- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I've been trying to use OpenCV, IPP and MKL staticly.
The problem is I can get OpenCV to be a static library and IPP to be a static library but I can't get OpenCV to use the static IPP library because OpenCV searches for the dll's at startup.
Is there any way to link OpenCV, IPP and MKL together so there are no dll's required and OpenCV does use the optimized functions of IPP and MKL?
Thanks in advance,
Klaas
I've been trying to use OpenCV, IPP and MKL staticly.
The problem is I can get OpenCV to be a static library and IPP to be a static library but I can't get OpenCV to use the static IPP library because OpenCV searches for the dll's at startup.
Is there any way to link OpenCV, IPP and MKL together so there are no dll's required and OpenCV does use the optimized functions of IPP and MKL?
Thanks in advance,
Klaas
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Klaas,
as far as I know there is no such possibility in current OpenCV package. You may ask for that on OpenCV forum.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right, now it is impossible to use IPP/MKL functions from statically linked libraries.
If you just want to decrease footprint, you may consider building custom DLL
(ippopencv100.dll) that will include only the functions that are used by OpenCV.
Vadim
If you just want to decrease footprint, you may consider building custom DLL
(ippopencv100.dll) that will include only the functions that are used by OpenCV.
Vadim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the reply.
I'll look into making custom DLL's
Thank you for the reply.
I'll look into making custom DLL's
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