]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/interfaces/python/cv.cpp
#150 ReshapeMatND: test, implementaton, doc
[opencv.git] / opencv / interfaces / python / cv.cpp
2010-03-30 jamesb#150 ReshapeMatND: test, implementaton, doc
2010-03-29 jamesbAdded doconly decls, finishing #4
2010-03-26 jamesbDisallow 64-bit int fromarray(); tests force arrays...
2010-03-25 jamesbfromarray allowND is a keyword arg
2010-03-23 jamesbPython parameter names match docs. All math renders
2010-03-16 jamesb#187 add missing functions
2010-03-15 jamesbLoadImageM added. #180 CvArr argument now supports...
2010-03-13 jamesbArray interface rework
2010-03-11 jamesbmissing return for SegmentMotion
2010-03-10 jamesbKalman first cut
2010-03-10 jamesbgenerated CvHaarClassifierCascade
2010-03-10 jamesbgenerated CvCapture
2010-03-10 jamesbgenerated CvVideoWriter
2010-03-09 jamesbPOSIT object generated
2010-03-09 jamesbIplConvKernel auto-generated, regressed
2010-03-09 jamesbsilence gcc warnings
2010-03-09 jamesbPartial fix for #150
2010-03-06 jamesbauto detect NumPy
2010-03-06 jamesbConvert dims for numpy, 64 bit ok
2010-03-05 jamesbKalman started; some small fixes from sample conversions
2010-03-04 jamesb#152, FindStereoCorrespondenceBM and FindStereoCorrespo...
2010-03-03 jamesbnumpy support
2010-02-26 jamesbSupport allowND argument in GetMat.
2010-01-27 jamesb#90 catch exception on CreateImage
2010-01-27 jamesb#81, zero length seq causes segfault
2009-12-29 jamesbMore error checking for CvScalar
2009-12-21 jamesb#48, rename 2DRotationMatrix to GetRotationMatrix2D
2009-12-14 jamesbFix reference count in Createhist args. Ticket #37
2009-12-11 jamesbIplImage and CvMatND data now use BufferObject. Fix...
2009-12-11 jamesbCvMat data is now BufferObject shared with OpenCV....
2009-12-08 jamesbDrawChessboardCorners checks list length, #3
2009-12-08 jamesb#11: export IPL_DEPTH_8S etc as UnsignedLong
2009-12-05 vp153fixed IplImage::depth property (always return the depth...
2009-11-20 jamesbmat type now returns just the type
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-05 jamesbowmanCvSubRect etc fix for type bug, tostring bug
2009-09-29 vp153exported initcv to make the module load on Windows
2009-09-26 jamesbowmanadded rows,cols,type,step,width,height to CvMat
2009-09-16 jamesbowmanRemoved pthreads
2009-09-16 jamesbowmanRemoved bogus 'and'
2009-09-16 jamesbowmanQueryFrame no longer copies frame: it shares the frame...
2009-09-16 jamesbowmanVideoWriter
2009-09-15 jamesbowmanDocstrings
2009-09-15 jamesbowmangetSubRect etc no longer take sub rect input
2009-09-14 jamesbowmanAdd new Python bindings