]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/interfaces/python/api
added useExtrnisicGuess parameter description; added useExtrinsicGuess parameter...
[opencv.git] / opencv / interfaces / python / api
2010-03-31 vp153added useExtrnisicGuess parameter description; added...
2010-03-30 jamesb#150 ReshapeMatND: test, implementaton, doc
2010-03-30 jamesbInitLineIterator, describe return type and add doctests
2010-03-29 jamesbcleanup names of doconly parameters
2010-03-29 jamesbAdded doconly decls, finishing #4
2010-03-23 jamesbGoodFeaturesToTrack corners -> cornerCount
2010-03-23 jamesbPython parameter names match docs. All math renders
2010-03-22 jamesbProblems found by tool. Added GetRows deltaRow arg...
2010-03-22 jamesbAdded args lowindex,highindex to EigenVV
2010-03-22 jamesbCHANGELIST: GoodFeaturesToTrack parameter use_harris...
2010-03-16 jamesb#187 add missing functions
2010-03-11 jamesbmissing return for SegmentMotion
2010-03-10 jamesbKalman first cut
2010-03-10 jamesb#169 PolarToCart Python
2010-03-05 jamesbKalman started; some small fixes from sample conversions
2010-03-04 jamesb#152, FindStereoCorrespondenceBM and FindStereoCorrespo...
2010-01-19 vp153fixed SWIG-based wrappers build + eliminated some warnings
2009-12-21 jamesb#48, rename 2DRotationMatrix to GetRotationMatrix2D
2009-12-14 jamesbCalcGlobalOrientation returns double. #33
2009-12-11 jamesbNew test for calibration
2009-12-08 jamesbAdded CV_8UC.. CV_64FC
2009-12-05 vp153added StartWindowThread (thanks to Jorge Scandaliaris)
2009-11-17 jamesbCompareHist returns float.
2009-11-06 vp153added people detection sample in Python
2009-11-05 vp153added C++ & Python demos for the Farneback's optical...
2009-10-24 jamesbowmanFindHomography extra parameters
2009-10-13 jamesbowmanReduce fix and test
2009-10-06 jamesbowmanAdd CreateCameraCapture as deprecated synonym for cvCap...
2009-10-05 jamesbowmanCvSubRect etc fix for type bug, tostring bug
2009-09-30 jamesbowmanAdd CV_CN_SHIFT and CV_MAKETYPE
2009-09-26 jamesbowmanadded rows,cols,type,step,width,height to CvMat
2009-09-16 jamesbowmanVideoWriter
2009-09-15 jamesbowmangetSubRect etc no longer take sub rect input
2009-09-14 jamesbowmanAdd new Python bindings