2012.11.2 OpenCV2.4.3が公開されました。
ちょっとの間だけOpenCV2.4.3RCというバージョンも公開されていたのですが、早々に正式版となりました。
OpenCV2.4.3(Windows版)の入手先はこちら↓
301 Moved Permanently
変更内容についてはこちら↓
301 Moved Permanently
ちなみに、次のバージョンのOpoenCV2.4.4は3月の公開予定という事で、しばらくはこのOpenCV2.4.3の状態が続きそうです。
(参考)
301 Moved Permanently
The OpenCV Tutorials Release 2.4.3
http://docs.opencv.org/opencv_tutorials.pdf
The OpenCV User Guide Release 2.4.3
http://docs.opencv.org/opencv_user.pdf
詳細はまだ、確認していないのですが、バイナリ版ではVS11版(Visual Studio 2012版)はなく、VS9、VS10のみでした。CMakeはできるのかな??
これから、もろもろ評価予定。
評価中メモ
- Visual Studio 2012(VS11)でOpenCVをビルドする事は可能
- WITH_CUDA(CUDA5.0)でVS11でビルドしようとすると
エラー 1 error : nvcc cannot find a supported cl version. Only MSVC 9.0 and MSVC 10.0 are supported C:\OpenCV2.4.3\user_buid_with_cuda50_VS11\modules\core\nvcc opencv_core
というエラーが出る。
→VS10でビルドすると大丈夫
コメント
Visual Studio 2012 でもビルドできましたよー