OpenCV 2.4.0 Released

2012. 5. 2. 22:59


OpenCV 의 행보가 빨라졌다.

얼마전 2.4 beta 버전을 공개했는데 얼마 지나지 않아 2.4 정식 버전을 공개헸다.

공식 홈페이지도 개설을하고 여러가지고 활동이 활발해졌다.

2.4 beta 후로 변경된 사항

  • OpenCV now provides pretty complete build information via (surprise) cv::getBuildInformation().
  • reading/writing video via ffmpeg finally works and it's now available on MacOSX too.
    note 1: we now demand reasonably fresh versions of ffmpeg/libav with libswscale included.
    note 2: if possible, do not read or write more than 1 video simultaneously (even within a single thread) with ffmpeg 0.7.x or earlier versions, since they seem to use some global structures that are destroyed by simultaneously executed codecs. Either build and install a newer ffmpeg (0.10.x is recommended), or serialize your video i/o, or use parallel processes instead of threads.
  • MOG2 background subtraction by Zoran Zivkovic was optimized using TBB.
  • The reference manual has been updated to match OpenCV 2.4.0 better (though, not perfectly).
  • Asus Xtion is now properly supported for HighGUI. For now, you have to manually specify this device by using VideoCapture(CV_CAP_OPENNI_ASUS) instead of VideoCapture(CV_CAP_OPENNI).

http://code.opencv.org

'Dev Story' 카테고리의 다른 글

WTL 8.1.12085 Release  (0) 2012.05.21
SQLite Release 3.7.12  (0) 2012.05.16
Khronos Releases OpenCL 1.2 Specification  (0) 2011.11.16
OpenCV 2.x Memory Leak 문제  (3) 2011.11.03
넌 누구냐! -1.#IND00  (0) 2011.11.02
Posted by NeoDreamer
:
BLOG main image
사람의 발목을 잡는건 '절망'이 아니라 '체념'이고 앞으로 나아가게 하는건 '희망'이 아니라 '의지'다. - 암스 중에서 - by NeoDreamer

공지사항

카테고리

전체보기 (793)
Life Story (1)
Thinking (2)
Nothing (5)
---------------* (0)
Dev Story (701)
Com. Story (80)
IT Story (1)
---------------+ (0)
Etc (2)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

Total :
Today : Yesterday :
05-03 00:00