]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/interfaces
another warning fixed
[opencv.git] / opencv / interfaces /
2010-03-31 jamesbFindHomography does not return H, fix for #248
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-26 jamesbDisallow 64-bit int fromarray(); tests force arrays...
2010-03-26 vp153got rid of ConDensation in SWIG bindings
2010-03-25 jamesbfromarray allowND is a keyword arg
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-19 jamesbAllow None for IplConvKernel. #192
2010-03-16 alekcacDisable building opencv_ffmpeg on Win64 under MS2008...
2010-03-16 jamesb#187 add missing functions
2010-03-15 jamesbLoadImageM added. #180 CvArr argument now supports...
2010-03-13 vp153fixed various compile problems on Windows
2010-03-13 jamesbArray interface rework
2010-03-12 alekcacupdate include/lib files of ffmpeg to 0.5.1 version...
2010-03-11 jamesb#106 use distutils var SO for module extension
2010-03-11 jamesbmissing return for SegmentMotion
2010-03-10 jamesbKalman first cut
2010-03-10 jamesb#169 PolarToCart Python
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
2010-01-19 vp153fixed SWIG-based wrappers build + eliminated some warnings
2010-01-02 vp153deleted autotools-based build scripts; use CMake to...
2009-12-29 jamesbMore error checking for CvScalar
2009-12-21 jamesb#48, rename 2DRotationMatrix to GetRotationMatrix2D
2009-12-19 jlblancoFirst try to enable OpenCV compiled as static libs.
2009-12-14 jamesbCalcGlobalOrientation returns double. #33
2009-12-14 jamesbFix reference count in Createhist args. Ticket #37
2009-12-11 jamesbNew test for calibration
2009-12-11 jamesbIplImage and CvMatND data now use BufferObject. Fix...
2009-12-11 jamesbCvMat data is now BufferObject shared with OpenCV....
2009-12-09 thstehle"ARCHIVE DESTINATION" statement added to install comman...
2009-12-08 jamesbDrawChessboardCorners checks list length, #3
2009-12-08 jamesbAdded CV_8UC.. CV_64FC
2009-12-08 jamesb#11: export IPL_DEPTH_8S etc as UnsignedLong
2009-12-05 vp153fixed IplImage::depth property (always return the depth...
2009-12-05 vp153added StartWindowThread (thanks to Jorge Scandaliaris)
2009-11-21 vp153removed __BEGIN__, __END__ macros (thanks to JIA PEI)
2009-11-20 jamesbmat type now returns just the type
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 jamesbowmanPython install works with RPATH
2009-09-30 jamesbowmanAdd CV_CN_SHIFT and CV_MAKETYPE
2009-09-30 jamesbowmanFix unix Python bindings install path
2009-09-30 markasbach- updated Mac OS X file info for bundle
2009-09-29 vp153exported initcv to make the module load on Windows
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-27 kecsupExperimental patch to enable ffmpeg build under MinGW
2009-09-26 jamesbowmanadded rows,cols,type,step,width,height to CvMat
2009-09-21 vp153enabled the new python bindings on Windows
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-15 jamesbowmanForce .so output for MacOS build
2009-09-14 vp153a few more fixes for the Windows installer
2009-09-14 jamesbowmanAdd new Python bindings
2009-09-10 vp153fix and improve packaging in Windows; the version numbe...
2009-09-08 vp153fixed build of the relocated docs and eliminated some...
2009-08-24 vp153String -> string, missing "Vec<>& operator -=(Vec<...
2009-08-18 vp153disabled some more MSVC warnings about std::vector
2009-08-06 mdimfixed ffopencv compile errors
2009-07-27 markasbachAgain an update of autotools related files.
2009-07-23 vp153ipp is supposed to be linked with opencv, not loaded...
2009-07-23 vp153removed ippopencv from dist_data
2009-07-20 vp153updated videoInput to 0.1995 & ffmpeg to 0.5.0, removed...
2009-06-02 baeuml- fix extract_aliases.py: record alias if define-line...
2009-05-08 xavier98fix some pyhelper.cpp warnings (lenny/gcc-4.3.2)
2009-05-04 markasbach- fixed cLapack bug by adding "-ffloat-store" GCC optio...
2009-04-30 markasbachMajor update of Autotools setup
2009-04-25 vp153added cvCvToIplDepth to fix compile errors in Python...
2009-03-27 xavier98Fix python bindings broken due to {cv,cxcore}.hpp
2009-03-07 vp153removed cxcompat.h and the old API moved back to cxcore...
next