]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
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
2010-02-02 vp153fixed a few MSVC warnings
2010-02-02 vp153some improvements and bugfixes in Carbon & Qt bindings...
2010-02-02 vp153fixed couple of compiler warnings
2010-02-02 mdimminor changes
2010-02-02 mdimcompressed test data
2010-02-02 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2655...
2010-02-01 vp153minor cxpersistense.cpp coverage improvement
2010-02-01 anatolythrow exception instead of crash causing for win32
2010-02-01 anatolycompiler error fixed
2010-02-01 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2651...
2010-02-01 anatolyupdated output log
2010-02-01 anatolyupdated - added cases for subpix and 4quad
2010-02-01 anatolybug fixed, now morphology supports 3-channel images
2010-02-01 schouart- Add support for rtsp stream and network camera that...
2010-02-01 anatolyoutput log modified
2010-01-29 mdimadded test for stereo matching algorithms
2010-01-29 mdimadded datasets for stereo matching test
2010-01-29 baeumlFix typo in the documentation (ticket #97)
2010-01-29 anatolyfixed mingw complier errors
2010-01-28 anatolytest for calibration with artificial CBs
2010-01-27 jamesb#90 catch exception on CreateImage
2010-01-27 jamesb#90 tests
2010-01-27 bradskiUpdated the latex_readme.txt minor
2010-01-27 bradskiUpdated the latex_readme.txt file to really tell how...
2010-01-27 jamesbRepro attempt for ticket #71
2010-01-27 jamesb#81, zero length seq causes segfault
2010-01-27 anatolyminor (gramma fix)
2010-01-27 bradskiput <stdio.h> include into mser_sample.cpp
2010-01-26 vp153turned on all the 3 volumes of the online manual: C...
2010-01-26 vp153added x-sobel prefiltering to block matching algorithm...
2010-01-26 bradskiupdated latex_readme.txt
next