]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2010-04-06 vp153another warning fixed master trunk
2010-04-05 vp153added "zip" option to the Package.cmake.in, fixed test...
2010-04-05 vp153updated bibliography and OpenCV.PDF
2010-04-05 vp153fixed build on MSVC 2003
2010-04-05 vp153fixed other 2 bugs in documentation and cvReleaseMat()
2010-04-05 vp153fixed several documentation bugs
2010-04-05 alekcacModify cmake for tbb include/lib files.
2010-04-05 vp153fixed fast element access sample (SF bug #2976645)
2010-04-05 vp153documentation for the Calonder descriptor
2010-04-05 mdimupdated doc on MSER
2010-04-05 mdimadded const in MSER::operator()
2010-04-05 vp153another fix in matrix-invert test
2010-04-05 vp153fixed cvRound implementation for MSVC on 32-bit Windows
2010-04-05 vp153fixed MSVC 2008 compile errors and warnings
2010-04-05 vp153do not set "-march=i686" on 64-bit Linux boxes
2010-04-05 vp153round scalars in the case of integer arrays in adds...
2010-04-03 vp153check the lhs matrix condition number in matrix-solve...
2010-04-03 vp153check the matrix condition number in matrix-invert...
2010-04-02 vp153avoid testing too small images using Lanczos (possibly...
2010-04-02 vp153fixed several GCC 4.2 warnings
2010-04-02 vp153fixed bug in calcHist sample code (ticket #127). thanks...
2010-04-02 vp153fixed outliers check in remap with bilinear interpolati...
2010-04-02 vp153disable format 7 support in libdc1394 wrapper since...
2010-04-02 vp153reversed the order of libraries in opencv.pc (ticket...
2010-04-02 vp153let's try to add -march=i686 on 32-bit archs (ticket...
2010-04-02 vp153corrected off-by-one errors in cvLogPolar & cvLogLinear...
2010-04-02 vp153removed unused CV_CPU_SSE_ANY (ticket #255)
2010-04-02 mdimconverted traincascade from OpenMP to TBB
2010-04-01 vp153repaired MoG background subtraction algorithm (tickets...
2010-04-01 jamesbFix for #249, added cv:: prefix to cvclass for PDF TOC
2010-03-31 jamesbFindHomography does not return H, fix for #248
2010-03-31 vp153fixed compile errors with MSVC2010 (ticket #233). Thank...
2010-03-31 vp153improved cv::integral & cvIntegral documentation, fixed...
2010-03-31 vp153added useExtrnisicGuess parameter description; added...
2010-03-31 jamesbMore tags handled, go becomes buildall
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 vp153updated floodfill documentation (ticket #207)
2010-03-31 vp153updated StereoBM description, added StereoSGBM descript...
2010-03-31 alekcacTemporary exclude calonder sample. Modify exit key...
2010-03-31 mdimupdated threshold of pca test
2010-03-31 mdimfixed HOG detector
2010-03-31 vp153added descriptions of PCA, SVD and RNG classes
2010-03-30 vp153added Mat's method description
2010-03-30 jamesb#150 ReshapeMatND: test, implementaton, doc
2010-03-30 jamesb#93, add extra note saying that the source image is...
2010-03-30 jamesbInitLineIterator, describe return type and add doctests
2010-03-30 mdimupdated threshold of stereobm test
2010-03-30 mdimupdated data of cascade detect test
2010-03-30 mdimadded progress points to cascade and hog tests
2010-03-30 mdimfixed dtree
2010-03-30 jamesb#146 CvMemStorage documented
2010-03-29 jamesbcleanup names of doconly parameters
2010-03-29 jamesbcleanup names of doconly parameters
2010-03-29 jamesbAdded doconly decls, finishing #4
2010-03-29 jamesbFixes for #4, #220, #238
2010-03-29 mdimconverted ml (dtree, rtrees, ertrees, boost) from OpenM...
2010-03-29 mdimmodified mltests log
2010-03-27 mdimmodified parallel_reduce
2010-03-27 jamesbCvTermCritera examples
2010-03-27 jamesbRemove image view
2010-03-27 jamesbFix latex underscores
2010-03-27 jamesbnew test findstereocorrespondence
2010-03-27 jamesbUniversity of Tsukuba Scene
2010-03-26 jamesbnew test category python_fragments from documentation
2010-03-26 jamesbDisallow 64-bit int fromarray(); tests force arrays...
2010-03-26 vp153got rid of ConDensation in SWIG bindings
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 alexeylatyshevFixed sobel filter test
2010-03-26 vp153renamed tbb's proxy split struct to Split; cleaned...
2010-03-26 alexeylatyshevCalonder sample parameters were modified
2010-03-26 vp153removed duplicate cvGet/SetWindowProperty() (thanks...
2010-03-26 baeumlmake cvaux compile again
2010-03-26 alexeylatyshevAll commented code was removed in calonder and ferns...
2010-03-26 baeumlupdate links to bug tracker in the documentation footer
2010-03-26 mdimmodified doc on cascade detect
2010-03-26 vp153corrected retrieving video stream position (thanks...
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-25 jamesbFix more syntax errors from latex2sphinx
2010-03-25 jamesbnumpy test fromarray(allowND) check
2010-03-25 jamesbfromarray allowND is a keyword arg
2010-03-25 jamesbCleanup of param formatting in arrays. Python: introdu...
2010-03-25 vp153fixed output mask in RANSAC (this repairs cvFindHomogra...
2010-03-25 vp153added TBB's parallel_reduce support
2010-03-25 vp153put back Carbon UI as alternative highgui back-end...
2010-03-25 jamesbDoctests. Parsed-file cache to speed up incremental...
2010-03-25 jamesbRemove spaces in cvarg
2010-03-25 jamesb#223, spellcheck
2010-03-25 bi11c++ Hough API memory leak fixed
2010-03-25 jamesbParses opencv.bib, generates bibliography section
2010-03-25 vp153converted HOG & LKPyramid tracker from OpenMP to TBB...
2010-03-25 jamesbMany fixes for problems found by latex2sphinx. Turn...
2010-03-24 jamesbMake work with latest pyparsing
2010-03-24 jamesbProper CvConnectedComp declaration
2010-03-24 jamesbAdded dvipng as requirement for Sphinx building
2010-03-24 jamesbDocument class CvHistogram. Prototype for cvGetHistValue_
2010-03-24 jamesbMove prototype for C in CreateTrackbar
next