]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/cv/cvfundam.cpp
fixed output mask in cvFindHomography (thanks to robozyt, ticket #236)
[opencv.git] / opencv / src / cv / cvfundam.cpp
2010-03-31 vp153fixed output mask in cvFindHomography (thanks to robozy...
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-15 vp153fixed some singular cases in findHomography (ticket...
2010-02-26 kecsapFix the invalid use of the reference counting for tempo...
2009-12-30 vp153started getting rid of CV_ERROR (fully switch to C...
2009-09-26 vp153likely fixes SF #2863526
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-07-23 vp153OpenCV ver promoted to 1.1.1, added faster eigen()...
2009-07-14 vp153added planar object detector (based on cvlab papers)
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-06-11 vp153added a lot of new C++ functions duplicating the existi...
2009-05-25 vp153turn off 8point-after-RANSAC in cvFindFundmentalMat...
2009-05-23 vp153compute reprojection error in cvFindFundamentalMat2...
2009-05-21 vp153accept Nx1 status vector in cvFindFundamentalMat
2009-03-03 vp153some changes made because of new cxcore interface and...
2009-01-18 xavier98Move CvModelEstimator2 out of cvfundam.cpp
2008-10-14 vp153fixed GCC 4.3.x warnings (and a couple of minor bugs)
2008-10-03 vp153make the singularity check in 8-point method less strict.
2008-10-03 vp153do not left the output mask uninitialized in cvFindHomo...
2008-10-03 vp153moved some stuff from cv to cxcore: cvCompleteSymm...
2008-08-15 vp153fixed in stereo calibration; homogenious=>homogeneous...
2007-05-22 vp153added cvCreatePyramid and cvReleasePyramid
2006-09-08 vp153fixed isotropic scaling in 8-point algorithm (thanks...
2005-12-05 vp153cvFree() function is turned to macro. more fixes for...
2005-07-21 vp153avoid division by zero
2005-05-27 vp153multiple small fixes to avoid some ICC 9.0 remarks
2005-04-25 vp153the whole calibration, undistort, find_fundam_matrix...
2004-10-13 vp153Support for many IPP functions has been added.
2004-08-18 vp153no message
2004-08-18 vp153no message
2002-11-27 neurosurgprebeta3... mass commit
2002-10-19 neurosurgimported from a newer release
2002-10-14 neurosurgimport