]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
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
2010-03-24 mdimtbb detection log
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-24 relrotcivCorrected a bug with reading images
2010-03-24 jamesbNew latex2tool - builds all 3 targets
2010-03-23 jamesbDummy _static for Sphinx
2010-03-23 relrotcivAdded a sample for one way descriptor
2010-03-23 relrotcivSynchronized opencv and ros/outlet_detection versions...
2010-03-23 mdimfixed ticket 194 (thanks to Giuseppe)
2010-03-23 mdimadded some user log
2010-03-23 jamesbGoodFeaturesToTrack corners -> cornerCount
2010-03-23 jamesbPython parameter names match docs. All math renders
2010-03-22 jamesbHandle tablular
2010-03-22 jamesbProblems found by tool. Added GetRows deltaRow arg...
2010-03-22 jamesbProblems found by tool. Added GetRows deltaRow arg...
2010-03-22 jamesbAdded args lowindex,highindex to EigenVV
2010-03-22 jamesbMany arg name fixes found by latex2 tool. Basic types...
2010-03-22 vp153possibly fixed compile error on MacOSX 10.5
2010-03-22 jamesbCHANGELIST: GoodFeaturesToTrack parameter use_harris...
2010-03-22 vp153fixed get/set property methods in QTKit highgui backend...
next