profile/ivi/opencv.git
2011-06-18 Elena FedotovaPurpose: 2nd review cycle.
2011-06-18 Ana HuamanFixed a small link error in documentation
2011-06-18 Ana HuamanAdded Smoothing tutorial in reST and links to the code...
2011-06-18 Vadim Pisarevskyuse "-O2 -DNDEBUG" in release by default in the case...
2011-06-18 Vadim Pisarevskyfixed warnings in gbt; added insertChannel() and extrac...
2011-06-18 Vadim Pisarevskyremoved serveral CV_EXPORTS_AS() to make Python functio...
2011-06-17 Elena FedotovaPurpose: 2nd review cycle.
2011-06-17 Elena FedotovaPurpose: 2nd review cycle.
2011-06-17 Elena FedotovaPurpose: 2nd review cycle - see ?? .
2011-06-17 Vadim Pisarevskyfixed calibrateCamera API (ticket #1143)
2011-06-17 Vadim Pisarevskyfixed crashes in camshiftdemo (ticket #875)
2011-06-17 Ana HuamanNew basic filter sample added
2011-06-17 Vadim Pisarevskycorrected estimateAffine3D parameter name: outliers...
2011-06-17 Vadim Pisarevskyadded reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ......
2011-06-17 Alexander Mordvintsevwork on obj_detect.py sample (in progress...)
2011-06-17 Vadim Pisarevskyfixed potentially incorrect memory access in cv::transform
2011-06-17 Ana HuamanAdded sample code for tutorial - cpp
2011-06-17 Alexander Shishkovset default compiler flags to "-O2" in the case of...
2011-06-17 Andrey Morozovimproved build of installer package for windows
2011-06-17 Andrey KamaevAdded cmake file to compile Android native camera wrapp...
2011-06-17 Maria Dimashovafixed #1140 and made some other updates of features2d...
2011-06-17 Alexey Spizhevoyfixed typo in opencv_stitching
2011-06-17 Alexander Shishkovturned off Python support for Windows in Debug mode
2011-06-17 Alexander Shishkovfixed compilation on Linux in static case
2011-06-17 Alexander Shishkovmodified output stream
2011-06-17 Maria Dimashovacompleted doc on MLData
2011-06-17 Maria Dimashovaupdated check_docs script and whitelist
2011-06-17 Andrey KamaevFixed Android install target
2011-06-17 Maria Dimashovaremoved old data
2011-06-17 Maria Dimashovauncommented Opponent descriptors test, fixed descriptor...
2011-06-17 Maria DimashovaAdded doc on CvMLData
2011-06-17 Maria Dimashovaminor refactoring of CvMLData interface
2011-06-17 Ilya LysenkovQt: fixed keyPressEvent (ticket #803)
2011-06-17 Alexander Mordvintsevwork on obj_detect sample
2011-06-17 Vladimir Dudnikremoved trailing backspaces, reduced number of warnings...
2011-06-16 Andrey KamaevUpdated NDK default paths for version r5c
2011-06-16 Andrey KamaevAdded Android native camera module
2011-06-16 Bernat GaborA "Hello World" like tutorial to assure that I have...
2011-06-16 Ilya LysenkovQt: fixed destroyAllWindow crash (patch #794)
2011-06-16 Alexander ShishkovFixed MacOS GPU Compilation for i386
2011-06-16 Alexander Shishkovadded missing audevcod.h
2011-06-16 Vadim Pisarevskyadded missing errors.h
2011-06-16 Ilya LysenkovQt: fixed using of OpenCV in another Qt app (patch...
2011-06-16 Vadim Pisarevskyintroduced new RST/Sphinx domain ocv.
2011-06-16 Ilya LysenkovQt: fixed resizing of maximized window (patch #858).
2011-06-16 Maria Dimashovaminor change (moved methods implementation from hpp...
2011-06-16 Anatoly Baksheevtabs
2011-06-16 Vadim Pisarevskylittle fix: "and" => "AND"
2011-06-16 Vadim Pisarevskyanother small correction to build cap_dshow.cpp in...
2011-06-16 Vadim Pisarevskyadded missing evcode.h; made videoinput optional (ticke...
2011-06-16 Andrey Morozovfixed "bitrate tolerance too small for bitrate"
2011-06-16 Kirill Kornyakovbugfix in warpAffine, correct buffer size should be...
2011-06-15 Vadim PisarevskyvideoInput is now integrated into highgui and built...
2011-06-15 P. Druzhkovbrief gbt documentation added. some sample fixes made...
2011-06-15 Elena FedotovaPurpose: 2nd review cycle: many links in this topic...
2011-06-15 Vadim Pisarevskyfixed gcc dwarf2 check
2011-06-15 Alexander Shishkovturned off WITH_VIDEOINPUT for mingw with dwarf2
2011-06-15 Alexander Mordvintsevuse cv2 function
2011-06-15 Maria Dimashovaminor formating
2011-06-15 Alexander Shishkovfixed compilation error on MCVS in descriptors.cpp
2011-06-15 Ilya LysenkovQT: fixed exceptions (ticket #901)
2011-06-15 Vadim Pisarevskysome more corrections in the docs
2011-06-15 Maria Dimashovafixed OpponentColorDescriptorExtractor (#1109)
2011-06-15 Vadim Pisarevskyadded variational stereo correspondence (by Sergey...
2011-06-15 Vladislav Vinogradovfixed gpu::cvtColor
2011-06-15 Maria Dimashovafixed erasing class_id and response members in sift...
2011-06-15 Maria Dimashovaminor
2011-06-15 Ilya LysenkovFixed wheel zoom with QT (ticket #733)
2011-06-15 Anatoly Baksheevdefault cuda target flags changed
2011-06-14 Ana HuamanModified conf.py. Added extlinks for the tutorials
2011-06-14 Ana HuamanAdded a extlinks section for external links to the...
2011-06-14 Ana HuamanAdded two more drawing tutorials
2011-06-14 Anton Obukhov[*] Approach to the bug with integral image calculation...
2011-06-14 Ana HuamanSaving the first batch of tutorials: Short installation...
2011-06-14 Alexander Mordvintsevpython helper routines (common.py) added
2011-06-14 Alexander Shishkovfixed test_precornerdetect, test_findstereocorresponden...
2011-06-14 Alexander Shishkovfixed compilation on Mingw64
2011-06-14 Maria Dimashovaremoved DOT implementation
2011-06-14 Alexander Mordvintsevwork on calibration sample
2011-06-14 Vadim Pisarevskyfixed multiple GCC warnings on Ubuntu 11.04
2011-06-14 Vladislav Vinogradovminor fix
2011-06-14 Vladislav Vinogradovadded __forceinline__ to device functions
2011-06-14 Vadim Pisarevskyfixed bayer pattern picture in cvtColor() description...
2011-06-14 Alexander Shishkovfixed #768 ticket
2011-06-14 Alexander Shishkovfixed #768 ticket
2011-06-14 Vadim Pisarevskyfixed ellipse orientation in fitellipse.py
2011-06-14 Alexander Shishkovadded new version of ffmpeg binary for compilation...
2011-06-14 Vladislav Vinogradovremoved MultiGpuManager from docs
2011-06-14 Vladislav Vinogradovfixed csbp test under linux
2011-06-14 Vladislav Vinogradovfixed csbp test for CC 1.x
2011-06-13 Alexander Shishkovapplied patch from ticket #801
2011-06-13 Vadim Pisarevskyadded missing highgui wrappers (ticket #1040)
2011-06-13 Vadim Pisarevskyapplied patches from #1005
2011-06-13 Elena FedotovaPurpose: 2nd review cycle - check ?? - problems with...
2011-06-13 Vadim Pisarevskyreturn Py_None for an empty mat (should fix #1120)
2011-06-13 Alexander Mordvintsevcalibrate.py added (broken)
2011-06-13 Vadim Pisarevskyfixed ticket #983
2011-06-13 Vadim Pisarevskyfixed ticket #983
2011-06-13 Vadim Pisarevskyrenamed sum() to sumElems() in Python/Java bindings...
2011-06-13 Vadim Pisarevskyextended Mat::setTo() to support multi-channel arrays...
next