]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/include
added Mat's method description
[opencv.git] / opencv / include /
2010-03-29 mdimconverted ml (dtree, rtrees, ertrees, boost) from OpenM...
2010-03-27 mdimmodified parallel_reduce
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 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-25 vp153added TBB's parallel_reduce support
2010-03-24 vp153renamed guard macros; moved some common inter-module...
2010-03-24 vp153converted several OpenMP loops into TBB's parallel_for...
2010-03-23 relrotcivSynchronized opencv and ros/outlet_detection versions...
2010-03-20 vp153fixed temporary matrix handling in arithmetic expressio...
2010-03-19 vp153fixed temporary matrix handling in arithmetic expressio...
2010-03-19 vp153fixed MatConstIterator::pos() (ticket #162; thanks...
2010-03-18 alekcacUpdate version info to 2.1.0
2010-03-17 alexeylatyshevCalonderPatchGenerator was replaced by opencv PatchGene...
2010-03-17 alexeylatyshevAdded additional functionality into CvRNG and removed...
2010-03-15 vp153always initialize index in SeqIterator constructor...
2010-03-13 vp153fixed various compile problems on Windows
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-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-22 vp153updated memory allocation in Vector implementation
2010-02-19 baeuml- fix Vec constructor so that it behaves as documented...
2010-02-18 vp153fixed StarDetector inheritance to provide access to...
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 compile error on ubuntu64
2010-02-16 vp153added StereoSGBM algorithm (combination of H. Hirschmul...
2010-02-16 vp153further improved Exception implementation: avoid "mutab...
2010-02-16 mdimticket 56 (SVM with set of selected features)
2010-02-15 jlblancoException inherits from std::exception (By Arman Savran)
2010-02-08 anatolyfixed compiler error under vs2003
2010-02-07 vp153uncommented rectangle and cvRectangleR drawing functions
2010-02-07 bradskiAdded Rectangle(img, Rect, ... function
2010-02-06 vp153proper fix for iteration over matrix.
2010-01-26 vp153added x-sobel prefiltering to block matching algorithm...
2010-01-25 vp153integrated Prosilica GigE video capturing module by...
2010-01-24 baeumladd shortcut typedefs for Mat_<> (ticket #2)
2010-01-22 vp153fixed end-of-matrix case in MatIterator::operator ...
2010-01-22 mdimmodified grabCut() and grabCut sample
2010-01-21 mithunjacobAdded a field to CvSubdiv2DPoint which can be used...
2010-01-21 baeumlmake Mat(std::vector<_Tp>) constructor explicit to...
2010-01-19 vp153added test for 16-bit morphological operations and...
2010-01-18 vp153modified cvSolvePoly (use Durand-Kerner algorithm)...
2010-01-15 relrotcivAdded an alternative algorithm for chessboard corner...
2010-01-15 vp153added some #undef's after #include "windows.h" to impro...
2010-01-12 vp153moved some old and rarely used stuff from cxcore and...
2010-01-10 vp153big patch. changed error handling to use exceptions
2010-01-02 vp153deleted autotools-based build scripts; use CMake to...
2009-12-30 vp153started getting rid of CV_ERROR (fully switch to C...
2009-12-28 relrotcivMoved cvCheckChessboard to cv
2009-12-25 vp153fixed ticket #43, improved operations test
2009-12-25 anatolypoint operation bug fixed
2009-12-25 relrotcivAdded cvCheckChessboard function
2009-12-21 anatolywarning fixed: could not generate assignment operator...
2009-12-18 mdimfixed cvEllipseBox
2009-12-17 vp153get rid of dangerous "using namespace std" in ml.h...
2009-12-17 vp153replaced [u]int8_t, [u]int16_t with [u]char & [u]short
2009-12-11 vp153added optional newCameraMatrix to cvUndistort2, changed...
2009-12-11 vp153unified the "3d & calibration" section; updated stereoR...
2009-12-10 vp153fixed Mat::operator vector<> (SF bug #2906973), thanks...
2009-12-10 vp153added cv::getOptimalNewCameraMatrix + extended variant...
2009-12-07 alexeylatyshevCalonder was slight modified in the console output
2009-12-04 alexeylatyshevCalonder descriptor was added into cvaux
2009-12-03 vp153make cvCalbrateCamera2 and cvStereoCalibrate return...
2009-12-02 vp153improve Point_ and Point3_ overloaded operators (use...
2009-12-01 vp153fixed crashes in sparse histogram tests; added c++...
2009-12-01 vp153extended histogram tests; added CvSeq* support in cvarr...
2009-11-20 anatolygrabcut test update
2009-11-18 mdimadded grabcut demo; fixed grabCut()
2009-11-17 vp153added arithmetical tests for n-dimensional matrices...
2009-11-17 mdimadded grabCut
2009-11-16 vp153removed CV_FORCE_INLINE. __BEGIN__, __END__ & EXIT...
2009-11-05 vp153added C++ & Python demos for the Farneback's optical...
2009-11-05 vp153fixed couple of bugs in the optimized version of Mat...
2009-11-04 baeumlfix Mat_::operator()(Rect)
2009-11-03 vp153with MSVC enable OpenMP only in Debug; disabled force...
2009-11-02 vp153made some critical functions "force inline"; decreased...
2009-11-02 vp153several performance improvements (some SSE3 optimizatio...
2009-10-26 vp153hopefully fixed bug #2871875
2009-10-26 vp153possible fix for SF bug #2886290
2009-10-21 vp153move #include "cvconfig.h" and #include "omp.h" outside...
2009-10-19 vp153another attempt to define CV_XADD more accurately ...
2009-10-09 xavier98preserve default arg to namedWindow in new highgui...
2009-10-01 mdimfixed MLData
2009-09-30 vp153a few improvements in DTree and MLData (thanks to Igor...
2009-09-30 vp153fixed build with VS2003.NET (no videoInput support...
2009-09-30 vp153fixed the compile errors with the latest GCC versions...
2009-09-29 vp153updated to 2.0.0; some fixes for VS2008 SP1
2009-09-29 markasbach- autotools version numbers updated for OpenCV Release 2.0
2009-09-29 vp153repair windows package and compile errors on Windows
2009-09-28 vp153applied multiple patches; fixed the crash in the C...
2009-09-28 vp153added new-style methods (accepting cv::Mat instead...
2009-09-27 vp153make the code build with GCC 3.3
2009-09-25 vp153restored the old, more convenient mixChannels API ...
2009-09-25 vp153use the standard 64-bit integer definition (SF bug...
next