]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2009-06-15 baeumlactually use function names for generating cross refere...
2009-06-15 baeumlfix macro names in cvThreshold documentation
2009-06-15 jamesbowmanPost parameter cvargs not rendered as parameters.....
2009-06-14 baeumlmake bmatrix etc. known to sphinx
2009-06-14 baeuml- reorder cvexp and short function description
2009-06-14 baeumladd blue sphinx theme in more OpenCV-ish colors
2009-06-14 baeumlpreparations for improvement of latex->sphinx rendering
2009-06-14 jamesbowmanClean up spaces in cvargs
2009-06-13 vp153improved k-means implementation to address SF bug ...
2009-06-12 vp153use macro MAX instead of std::max (trying to workaround...
2009-06-12 vp153vector->Mat conversion now produce single-column matrix...
2009-06-12 jamesbowmanCheckpoint before copy-edit by Holly
2009-06-12 vp153reduced the buffer size reserved for cv::AutoBuffer...
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-06-12 kecsupRemove TEMP_BUFFER macro, fix the capture with sn9c102...
2009-06-11 vp153removed a few garbage characters
2009-06-11 vp153removed a few garbage characters
2009-06-11 vp153fixed matrix-transform and warp-undistort tests
2009-06-11 vp153added empty constructor & destructor for CvERTrees...
2009-06-11 vp153added special version of cvCreateTrackbar with userdata...
2009-06-11 vp153excluded cvmat.hpp, fixed the use of cache in HOG descr...
2009-06-11 vp153added a lot of new C++ functions duplicating the existi...
2009-06-11 vp153moved matrix-related operations from cxoperations.hpp...
2009-06-06 jamesbowmanFirst publish
2009-06-05 jamesbowmancheckpoint
2009-06-05 jamesbowmanIndex
2009-06-05 jamesbowmanplastex makefile
2009-06-05 jamesbowmansimple opencv holder for plastex
2009-06-05 jamesbowmanPlastex
2009-06-04 jamesbowmanCheckpoint
2009-06-04 jamesbowmanCheckpoint
2009-06-04 jamesbowmanCheckpoint
2009-06-04 baeumlreturn window handle (fixes 2772331)
2009-06-04 jamesbowmancheckpoint
2009-06-03 vp153fixed cvKMeans2 (thanks to Marius Muja for the patch)
2009-06-03 vp153exported cvExtractMSER and cvMSERParams
2009-06-03 baeumlrename variable to avoid annoyances with gcc under...
2009-06-02 baeuml- fix extract_aliases.py: record alias if define-line...
2009-06-02 jamesbowmanSURF and Star
2009-06-01 retrakker- cvAux enabled for Windows Mobile
2009-06-01 retrakker- Machine Learning enabled for Windows Mobile
2009-06-01 jamesbowmanCouple of sectons at the end of CxCore
2009-05-30 kecsupFix the behaviour in cvMorphologyEx
2009-05-28 vp153added C++ version of cvCalcOpticalFlowPyrLK. It support...
2009-05-28 vp153sqrt -> std::sqrt
2009-05-28 vp153fixed incorrect vertical border completion in icvCopyRe...
2009-05-28 baeumlfix bug #2787871: build fails while compiling cvcap_ffm...
2009-05-27 pantofaruCreate pdf using sh go
2009-05-27 vp153rewritten cvEqualizeHist()
2009-05-26 jamesbowmanSVBkSb
2009-05-26 jamesbowmanSVD
2009-05-26 jamesbowmanInitial
2009-05-26 jamesbowmandoc2 is the new document system
2009-05-26 markasbach- Added new command line switch '-bg-vecfile' to haartr...
2009-05-25 vp153fixed bug in cvCompareHist & compile warning in MatND...
2009-05-25 vp153fixed some warnings
2009-05-25 vp153fixed compatibility with CMake 2.4.6
2009-05-25 vp153turn off 8point-after-RANSAC in cvFindFundmentalMat...
2009-05-24 vp153removed some data-dependent asserts from solve, determi...
2009-05-24 vp153fixed the new line iterator in case of clipped lines...
2009-05-24 vp153fixed cvFindExtrinsicCameraParams[_64d] (SF bug #2788794)
2009-05-23 vp153turn off optimization of slamch & dlamch to avoid hang...
2009-05-23 vp153compute reprojection error in cvFindFundamentalMat2...
2009-05-23 vp153compute reprojection error in cvFindFundamentalMat2...
2009-05-22 vp153Fixed GCC 4.x compile errors (thanks to Asmwarrior...
2009-05-21 vp153rewritten HOG descriptor; added people detector sample
2009-05-21 vp153support even kernel size in cv::getGaussianKernel
2009-05-21 vp153accept Nx1 status vector in cvFindFundamentalMat
2009-05-21 jlblanco- OpenMP is enabled by default in win32/Visual Studio.
2009-05-20 vp153included [OPENCV_]EXTRA_C_FLAGS into the real command...
2009-05-20 vp153fixed Lapack compiler flags for MinGW.
2009-05-20 vp153fixed cv::partition and Vector<T> dot product; added...
2009-05-16 vp153fixed cvConvertMaps when the second output image is...
2009-05-15 vp153fixed warnings and errors from GCC (thanks to Oliver...
2009-05-14 kecsupFixed cvFlip is the destionation is NULL
2009-05-13 vp153added in-place mode in cartToPolar
2009-05-13 vp153added optional parameter to getDefaultCameraMatrix
2009-05-13 vp153use _wfopen instead of fopen on Windows + some basic...
2009-05-12 jlblancofixed inline method line feeds
2009-05-12 bornetApplied SF patch #2229372.
2009-05-11 vp153Repaired build with nmake Makefiles
2009-05-11 vp153Repaired "nmake Makefiles"
2009-05-11 vp153make precompiled headers work with command-line MSVC...
2009-05-11 vp153removed unsed vars in cv::magnitude
2009-05-11 vp153improved Vector::reserve and got rid of some warnings...
2009-05-11 kecsupAdditional gcc flag for 64 bit systems
2009-05-11 jlblanco* fixed wrong GCC flags issue for CMAKE_BUILD_TYPE...
2009-05-11 jlblancofixed compiler flags under GCC
2009-05-10 jlblancore-added debug/release common flags to CMAKE_{CXX|C...
2009-05-09 vp153added cv::phase & cv::magnitude, rewritten fastAtan2...
2009-05-09 vp153turn on the release configuration by default
2009-05-08 stoneybFixed typo in abs(Complex<T>)
2009-05-08 xavier98fix some pyhelper.cpp warnings (lenny/gcc-4.3.2)
2009-05-07 vp153fixed typos in the new eye cascades and in cvaux.h...
2009-05-07 vp153updated warp-undistort-map test in accordance with...
2009-05-07 vp153fixed memory corruption in Laplace
2009-05-07 vp153make clapack build with GCC less noisy (by passing...
2009-05-05 jlblancoFixed crash in cvEqualizeHist due to missing flag in...
2009-05-05 mdimfixed bug in case of missing value
2009-05-05 mdimfixed bug when var_idx is NULL
next