]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2010-03-09 vp153invalidate disparity at the image border by default
2010-03-09 vp153added QTKit and Cocoa support for highgui on MacOSX...
2010-03-09 mdimupdate threshold
2010-03-09 vp153extended stereo_match.cpp. Now it can run SGBM too
2010-03-09 vp153removed speckles even if they are right at the image...
2010-03-06 jamesbStrip trailing whitespace on PYTHON_NUMPY_INCLUDE_DIRS...
2010-03-06 jamesbauto detect NumPy
2010-03-06 jamesbConvert dims for numpy, 64 bit ok
2010-03-05 mdimadded stereoSGBM test
2010-03-05 jamesbremove backslashes from cvGetHistValue_1D
2010-03-05 jamesbKalman started; some small fixes from sample conversions
2010-03-05 jamesbffilldemo Python sample
2010-03-05 jamesbedge and facedetect
2010-03-04 jamesbdrawing sample
2010-03-04 jamesbdistrans
2010-03-04 jamesbDFT sample
2010-03-04 jamesbDXT underscores in lsting
2010-03-04 jamesbSimple camera demo
2010-03-04 jamesblkdemo
2010-03-04 jamesbFour more samples converted
2010-03-04 jamesb#147, chessboard.py
2010-03-04 jamesb#152, FindStereoCorrespondenceBM and FindStereoCorrespo...
2010-03-04 mdimupdate thresholds and data of stereomatching test
2010-03-04 mdimfixed traicascade application (thanks to Christian...
2010-03-04 vp153rewritten M-o-G background subtraction algorithm in...
2010-03-04 vp153added optional disparity invalidation outside of the...
2010-03-03 jamesbrestore go script
2010-03-03 jamesbremove old python intro
2010-03-03 mdimfixed stereomatching test
2010-03-03 jamesbPython intro text
2010-03-03 jamesbnumpy support
2010-02-27 vp153added fullDP mode in StereoSGBM. added getValidDisparityROI
2010-02-26 vp153added get/setWindowProperty functions, currently suppor...
2010-02-26 vp153make haartraining able to train on huge amounts of...
2010-02-26 kecsapFix the invalid use of the reference counting for tempo...
2010-02-26 anatolytbb support added for cv and build system
2010-02-26 bradskiYou can get search to work for lower case function...
2010-02-26 jamesbSupport allowND argument in GetMat.
2010-02-25 jamesbintro text
2010-02-25 jamesbcorrected link
2010-02-25 jamesbRestore
2010-02-25 jamesbPython introduction
2010-02-25 kecsapAdd /lib and /usr/lib for FIND_LIBRARY as first priorit...
2010-02-25 kecsapProper fix for ticket #47 - previous solution broke...
2010-02-25 jamesb#143, fix point examples
2010-02-24 vp153fixed crash of the star detector on small images (thank...
2010-02-24 anatolyadded tbb code with tbb support, but it is commented...
2010-02-24 vp153simplified complex conditions for better compatibility...
2010-02-24 jamesbMinor corrections to Python definitions for GoodFeature...
2010-02-22 vp153updated memory allocation in Vector implementation
2010-02-22 vp153applied CMake-2.4 compatibility patch (by Brian Gerkey)
2010-02-21 vp153one more speed improvement in StereoBM
2010-02-21 vp153further optimized BM stereo correspondence
2010-02-19 vp153optimized SGBM stereo correspondence algorithm with SSE
2010-02-19 baeuml- fix Vec constructor so that it behaves as documented...
2010-02-18 vp153fixed description of contour processing functions....
2010-02-18 vp153fixed StarDetector inheritance to provide access to...
2010-02-18 vp153fixed several bugs in the documentation
2010-02-18 vp153asserts in Mat::at<...> made less strict (can now use...
2010-02-18 sc_sdResolve (missing -fPIC option) Linux compile error...
2010-02-18 sc_sdResolve (win32/win64) issue that causes the OpenCV...
2010-02-17 mdimfixed stereo test
2010-02-17 anatolyfixed warning under vs2008
2010-02-17 mdimfixed compile error on ubuntu64
2010-02-16 vp153added StereoSGBM algorithm (combination of H. Hirschmul...
2010-02-16 vp153added 16s median filter (3x3 and 5x5 only)
2010-02-16 vp153further improved Exception implementation: avoid "mutab...
2010-02-16 mdimticket 129
2010-02-16 mdimticket 64
2010-02-16 mdimticket 56 (SVM with set of selected features)
2010-02-15 jlblancoException inherits from std::exception (By Arman Savran)
2010-02-15 anatolyfixed test fail
2010-02-15 schouartSome littel fix about warning message and return value...
2010-02-12 schouartAdded check file existence functionality
2010-02-12 mdimadded support of case when given only left disparity map
2010-02-12 mdimupdated testdata (added tsukuba, tuned params)
2010-02-11 mdimadded test for stereoGC
2010-02-11 mdimupdated testdata
2010-02-10 vp153improved goodfeaturestotrack performance (thanks to...
2010-02-10 anatolyfixed link error with highgui + libavformat + libbz2...
2010-02-09 mdimadded test for stereobm
2010-02-09 mdimupdated testdata
2010-02-09 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2678...
2010-02-08 anatolyfixed compiler error under vs2003
2010-02-08 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2676...
2010-02-08 alexeylatyshevFixed initUndistortRectifyMap test error level
2010-02-08 anatolydisabled extra logs. gui test -> highguitest_guionly.
2010-02-07 vp153uncommented rectangle and cvRectangleR drawing functions
2010-02-07 bradskiAdded Rectangle(img, Rect, ... function
2010-02-07 bradskiAdded Rectangle(img, Rect, ...) function
2010-02-06 vp153proper fix for iteration over matrix.
2010-02-05 anatolyTemporary added a log of logs. Going to see where crash...
2010-02-05 anatolyfix according to ticket #91
2010-02-05 mdimchanged thresholds
2010-02-04 bradskiJust cleaned up some overfull box problems in cxcore_intro
2010-02-04 vp153added circular ROI sample (by Gary Bradski)
2010-02-04 relrotcivAdded more diagnostics in the log
2010-02-04 relrotcivRemoved several samples where test did not pass --...
2010-02-03 bradskiStarted a C++ cheatsheet section in cxcore_introduction.tex
2010-02-03 anatolyadded case for solvePnP
next