Ask Your Question

aolin.wang's profile - activity

2015-03-12 23:28:58 -0600 answered a question About opencv 3.0 with TBB and IPP

In opencv3.0.0 beta, i saw a option of build world libray.I like it. I found my problem was only happened in my PC. Following was my solution: 1.Can't download ippicv---download it from web, i think it is company firewall problem. 2.Unzip file error --- in my home,the second time was okay using Cmake,but my office was not. my way was compress file to tar format, then get md5, then alter downloader.cmake file elseif(WIN32 AND NOT ARM) set(OPENCV_ICV_PACKAGE_NAME "ippicv_windows_20141027.tar") set(OPENCV_ICV_PACKAGE_HASH "f6511e273c71594cbf57856f0d4d4f5e") set(OPENCV_ICV_PLATFORM "windows") set(OPENCV_ICV_PACKAGE_SUBDIR "/ippicv_win")

2015-03-12 23:28:57 -0600 answered a question Weird memory leak detected using opencv 2.4.8

Static libraries using MFC,try it!

2015-03-12 21:19:35 -0600 received badge  Scholar (source)
2014-09-26 21:11:19 -0600 asked a question About opencv 3.0 with TBB and IPP

Dear Friends,

Yesterday,I found opencv_world300.dll in the folder of named build. It was very good and very convenient. But I wanted to use opencv3.0 with TBB and IPP. I rebuilt opencv3.0 using camke and vs2010. I found ippicv_windows_20140429.zip was bad file,so couldn't rebuilt it with IPP. I didn't know why?

Then,I asked our local author of writting opencv's books,he told me never rebuilt it and asked me to search library of including TBB and IPP.

Following were my questions: 1.is there a installation package of including TBB and IPP in opencv.org ? Do I really need not rebuilt it ? 2.If opencv need be rebuilt,how to solution ippicv_windows_20140429.zip problem?

Thank you very much! Best Regards.