]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src
reversed the order of libraries in opencv.pc (ticket #231)
[opencv.git] / opencv / src /
2010-04-02 vp153corrected off-by-one errors in cvLogPolar & cvLogLinear...
2010-04-01 vp153repaired MoG background subtraction algorithm (tickets...
2010-03-31 vp153likely fixed compile errors in cvhaar.cpp when built...
2010-03-31 vp153fixed output mask in cvFindHomography (thanks to robozy...
2010-03-31 vp153added 16s resize (ticket #244)
2010-03-31 vp153moved helper TBB classes out of the external headers...
2010-03-31 mdimfixed HOG detector
2010-03-30 mdimfixed dtree
2010-03-29 mdimconverted ml (dtree, rtrees, ertrees, boost) from OpenM...
2010-03-26 vp153return absolute value of the contour area by default
2010-03-26 vp153removed misleading "const" image qualifier in findConto...
2010-03-26 vp153renamed tbb's proxy split struct to Split; cleaned...
2010-03-26 vp153removed duplicate cvGet/SetWindowProperty() (thanks...
2010-03-26 baeumlmake cvaux compile again
2010-03-26 vp153corrected retrieving video stream position (thanks...
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-25 vp153fixed output mask in RANSAC (this repairs cvFindHomogra...
2010-03-25 vp153put back Carbon UI as alternative highgui back-end...
2010-03-25 bi11c++ Hough API memory leak fixed
2010-03-25 vp153converted HOG & LKPyramid tracker from OpenMP to TBB...
2010-03-24 vp153renamed guard macros; moved some common inter-module...
2010-03-24 mdimfixed cvCalcCovarMatrix (thanks to Vu Pham)
2010-03-24 vp153converted several OpenMP loops into TBB's parallel_for...
2010-03-24 bi11CvAdaptiveSkinDetector memory leak fixed
2010-03-23 relrotcivSynchronized opencv and ros/outlet_detection versions...
2010-03-22 vp153possibly fixed compile error on MacOSX 10.5
2010-03-22 vp153fixed get/set property methods in QTKit highgui backend...
2010-03-22 vp153avoid false runtime error when using "Seq<CustomUserTyp...
2010-03-19 vp153possibly avoid compiler internal error in SparseMat...
2010-03-19 vp153added 16s support to remap (ticket #160)
2010-03-19 vp153fixed drawContours (ticket #131).
2010-03-17 vp153made some tweaks in stereosgbm test + fixed logbuf...
2010-03-17 alexeylatyshevCalonderPatchGenerator was replaced by opencv PatchGene...
2010-03-17 alexeylatyshevAdded additional functionality into CvRNG and removed...
2010-03-17 mdimfixed CvDTreeTrainData::get_ord_responses
2010-03-16 vp153tweaked SGBM a bit (added brightness component in addit...
2010-03-15 vp153made cvReshapeMatND more flexible in terms of the outpu...
2010-03-15 vp153fixed some singular cases in findHomography (ticket...
2010-03-15 vp153fixed cvReshapeMatND + the sample in documentation...
2010-03-15 vp153disallow user to resize highgui windows with autoresize...
2010-03-15 vp153possibly fixed build on MacOSX 10.5
2010-03-15 vp153applied patch from ticket #165 + improved compatibility...
2010-03-15 vp153fixed possible crash in goodFeaturesToTrack (ticket...
2010-03-15 vp153fixed compile errors with GCC on 32-bit OSes
2010-03-13 vp153fixed compile errors and crashes on 64-bit Ubuntu
2010-03-13 vp153fixed various compiler warnings on Windows
2010-03-13 vp153fixed various compile problems on Windows
2010-03-12 vp153some more fixed warnings
2010-03-12 vp153fix GCC compile error when -fPIC is specified
2010-03-12 vp153switch between SSE and non-SSE code dynamically =>...
2010-03-12 alekcacupdate include/lib files of ffmpeg to 0.5.1 version...
2010-03-11 anatolyfixed compiler error under vs2008
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 vp153removed speckles even if they are right at the image...
2010-03-04 vp153rewritten M-o-G background subtraction algorithm in...
2010-03-04 vp153added optional disparity invalidation outside of the...
2010-02-27 vp153added fullDP mode in StereoSGBM. added getValidDisparityROI
2010-02-26 vp153added get/setWindowProperty functions, currently suppor...
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-25 kecsapProper fix for ticket #47 - previous solution broke...
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-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-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 mdimticket 129
2010-02-16 mdimticket 64
2010-02-16 mdimticket 56 (SVM with set of selected features)
2010-02-15 schouartSome littel fix about warning message and return value...
2010-02-12 schouartAdded check file existence functionality
2010-02-10 vp153improved goodfeaturestotrack performance (thanks to...
2010-02-10 anatolyfixed link error with highgui + libavformat + libbz2...
2010-02-07 vp153uncommented rectangle and cvRectangleR drawing functions
2010-02-07 bradskiAdded Rectangle(img, Rect, ...) function
2010-02-05 anatolyfix according to ticket #91
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-01 anatolybug fixed, now morphology supports 3-channel images
2010-02-01 schouart- Add support for rtsp stream and network camera that...
2010-01-26 vp153added x-sobel prefiltering to block matching algorithm...
2010-01-26 vp153replaced some few for's with memset's - claimed to...
2010-01-25 mithunjacobFixed infinite looping in Mat assignment operator for...
2010-01-25 vp153integrated Prosilica GigE video capturing module by...
2010-01-22 mdimmodified grabCut() and grabCut sample
2010-01-21 mithunjacobUpdated documentation and initialized new field in...
2010-01-21 alexeylatyshevcall Mat constructor explicitly
2010-01-21 vp153fixed crash in SVM::train_auto on 64-bit OSes
2010-01-21 baeumlmake Mat(std::vector<_Tp>) constructor explicit to...
2010-01-20 relrotcivdelete
2010-01-19 vp153added test for 16-bit morphological operations and...
2010-01-19 mithunjacobFixed SURF descriptor vector return in images without...
2010-01-19 anatolyadded sample for artificial chessboards.
2010-01-19 vp153fixed SWIG-based wrappers build + eliminated some warnings
2010-01-18 vp153fixed the function and the test
next