]> rtime.felk.cvut.cz Git - opencv.git/history - opencv
fixed MLData
[opencv.git] / opencv /
2009-10-01 mdimfixed MLData
2009-10-01 xavier98fix incorrect matrix size bug in cv::decomposeProjectio...
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-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-30 vp153added -lole32 to link videoInput to highgui (for MinGW...
2009-09-30 vp153fixed the new slamch & dlamch to make them match the...
2009-09-30 vp153temporarily reinsert cvsample.dsp to CMake-generated...
2009-09-29 vp153converted changelog to HTML format
2009-09-29 vp153build with MinGW with videoInput support
2009-09-29 vp153exported initcv to make the module load on Windows
2009-09-29 vp153updated to 2.0.0; some fixes for VS2008 SP1
2009-09-29 markasbach- removed two apotrophs (it's plural not genitivus)
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-29 vp153repair windows package and compile errors on Windows
2009-09-28 vp153applied multiple patches; fixed the crash in the C...
2009-09-28 vp153readded openmp support for GCC, fixed haartraining
2009-09-28 vp153added new-style methods (accepting cv::Mat instead...
2009-09-28 mdimfixed (e)rtrees bug
2009-09-28 vp153fixed crash in cvSubdiv2DFindNearest when the subdivisi...
2009-09-27 vp153fixed ffmpeg getProperty, thanks to noNeed4Name (SF...
2009-09-27 vp153added the note about alpha channel in cvLoadImage/imrea...
2009-09-27 vp153changed GST_FORMAT_BUFFERS to GST_FORMAT_DEFAULT in...
2009-09-27 vp153fixed isFormatSupported const'ness (SF bug #2819828)
2009-09-27 vp153fixed "if(started)" check (SF bug #2838690)
2009-09-27 vp153Fixed TM_CCORR_NORMED formulae in [cv]matchTemplate...
2009-09-27 vp153fixed drawChessboardCorners API
2009-09-27 vp153make the code build with GCC 3.3
2009-09-27 vp153yet another attempt to make ffmpeg bindings to compile...
2009-09-27 kecsupExperimental patch to enable ffmpeg build under MinGW
2009-09-26 vp153on MacOSX use Image I/O only when libjpeg, libpng etc...
2009-09-26 vp153fixed window name
2009-09-26 vp153added information about the data range conversion to...
2009-09-26 jamesbowmanadded rows,cols,type,step,width,height to CvMat
2009-09-26 vp153raise the priority of ffmpeg video reader vs. gstreamer...
2009-09-26 vp153avoid asserts in LineAA; in case of 4-channel images...
2009-09-26 vp153likely fixes SF #2863526
2009-09-25 vp153disabled "frame was dropped" message
2009-09-25 vp153applied patch by Petter Knudsen that allows to select...
2009-09-25 vp153fixed crash in initUndistortRectifyMap, when called...
2009-09-25 vp153pass userdata to the custom error handler
2009-09-25 vp153restored the old, more convenient mixChannels API ...
2009-09-25 vp153fixed compile errors because of calc_error API changes
2009-09-25 vp153another attempt to make cvcap_ffmpeg.cpp compile in...
2009-09-25 vp153replaced _wfopen back to fopen
2009-09-25 mdimadded ANN test in mltest
2009-09-25 vp153create missing windows in cvShowImage
2009-09-25 vp153added getCaptureProperty(CV_CAP_PROP_FRAME_COUNT),...
2009-09-25 vp153use the standard 64-bit integer definition (SF bug...
2009-09-24 jlblancoAvoid hidden *.h*.svn_base files to appear in MSVC...
2009-09-24 mdimmodified mltest, added new tests; fixed mll
2009-09-24 mariusmujaAdded FLANN documentation
2009-09-23 vp153updated (the text is a bit busy because of wiki formatting)
2009-09-23 vp153added matrix read/write operations
2009-09-23 vp153fixed IPP detection on 64-bit linux
2009-09-23 vp153make the tests executables return the number of failed...
2009-09-23 vp153replaced the content with the link to OpenCV wiki
2009-09-22 vp153added support for IPP on Linux & MacOSX
2009-09-22 vp153partially restored IPP support (on Windows only for...
2009-09-22 vp153fixed histogram implementation to match the declaration...
2009-09-21 vp153fixed MinGW link errors
2009-09-21 vp153enabled the new python bindings on Windows
2009-09-21 vp153added libswscale check to avoid cvcap_ffmpeg.cpp compil...
2009-09-19 vp153cleaned up cxcore, cv and highgui documentation (mostly...
2009-09-18 jamesbowmanticket 2686307
2009-09-18 jamesbowmanticket 2542670
2009-09-18 jamesbowmantest case test_addS_3D for ticket 2212503
2009-09-18 jamesbowmanMinor fixes from tickets. HighGui Python
2009-09-17 vp153Added \cvC{} and \cvPy{} environments
2009-09-17 vp153fixed conditional compilation with plastex
2009-09-16 mdimfixed cascadedetect
2009-09-16 jamesbowmanRemoved pthreads
2009-09-16 mdimdeleted readme file for mltest
2009-09-16 mdimfixed mltest crash on linux; changed mltest parameters
2009-09-16 jamesbowmanRemoved bogus 'and'
2009-09-16 jamesbowmanNew Python samples
2009-09-16 jamesbowmanMove python to swig_python
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 vp153OpenCV reference manual
2009-09-15 jamesbowmanForce .so output for MacOS build
2009-09-15 vp153The first attempt to solve the problem with installing...
2009-09-15 jamesbowmanFindChessboardCorners now copes with the exess corners...
2009-09-14 vp153a few more fixes for the Windows installer
2009-09-14 vp153Some tweaks for the better package_source generation...
2009-09-14 vp153applied the patch from ROS (osx.patch)
2009-09-14 jamesbowmanPython directed test suite
2009-09-14 jamesbowmanRename python tests to swig_python
2009-09-14 jamesbowmanAdd new Python bindings
2009-09-14 vp153disable altivec optimization of the median filter,...
2009-09-10 vp153fix and improve packaging in Windows; the version numbe...
2009-09-10 vp153now the FAQ is a part of opencv.pdf
2009-09-09 vp153fixed a couple of warnings
next