cinder / Cinder-OpenCV

OpenCV CinderBlock
101 stars 95 forks source link

Vc12 support + OpenCV 2.4.9 #7

Closed brucelane closed 10 years ago

brucelane commented 10 years ago

support for vs2013 added updated to OpenCV 2.49, Windows OS only

richardeakin commented 10 years ago

Thanks for this. Although we'd like to not add unnecessary binary cruft where possible, since it will be dragged along with every commit checkout. Can you make a new pull request that only contains updated binaries for 2.4.9?

Also, is this tested?

richardeakin commented 10 years ago

While here, can you also past a copy of the build commands you used to create the binaries?

brucelane commented 10 years ago

It's only tested successful for one hour... Needs more tests from other people using more features than I use (I only use it in the context of the warping block). These libs were downloaded from the official http://opencv.org/ website, I didn't have to recompile. I add the binaries now

andrewfb commented 10 years ago

Thanks for this - binaries are updated for both vc2012 and vc2013 x86. I am leaving x86_64 out for its size weighed relative to how many users are using 64-bit on MSW. These binaries are actually from the official OpenCV distribution.