profile/ivi/opencv.git
2011-06-23 Bernat GaborNew structure (following the documentation) for the...
2011-06-23 Bernat GaborCleaning up the doc/tutorials folder in preparation...
2011-06-23 Andrey KamaevAdded new module for Java API
2011-06-23 Vadim Pisarevskypropagated some more changes from 2.3 to trunk
2011-06-23 Vadim Pisarevskypropagated some more changes from 2.3 to trunk
2011-06-23 Vadim Pisarevskypropagated some fixes from 2.3 to trunk
2011-06-23 Vadim Pisarevskyadded missing bdatypes.h
2011-06-23 Vadim Pisarevskyfixed 2 bugs in reference manuals
2011-06-23 Andrey KamaevFixed numpy search on Windows x64
2011-06-22 Andrey KamaevFixed output paths for Android build
2011-06-22 Andrey KamaevMain CMakeLists.txt merged with 2.3 branch
2011-06-22 Andrey KamaevRemoved SWIG from Android toolchain; always search...
2011-06-22 Ana HuamanAdded tutorial for threshold in reST and fixed broken...
2011-06-21 Ana HuamanAdded Threshold.cpp in samples/cpp/tutorial_code/ImgProc
2011-06-21 Ana HuamanAdded reST tutorial documentation for Pyramids and...
2011-06-21 Ana HuamanAdded Pyramids.cpp sample tutorial code
2011-06-21 Vadim Pisarevskyfix for ticket #1153 propagated to trunk
2011-06-21 Ana HuamanAdded tutorial in reST for Morphology 2
2011-06-21 Ana HuamanReorganized code and added Morphology 2 cpp code
2011-06-21 Ana HuamanDeleting old tutorial files and put them in folders
2011-06-21 Ana HuamanFolder Intro
2011-06-20 Andrey Kamaev(trunk) Do not use prebuilt Android camera libs for...
2011-06-20 Andrey KamaevAdded generation of OpenCV.mk file for Android developm...
2011-06-20 Ilya LysenkovMinor doc fix
2011-06-20 Ilya LysenkovAdded destroyAllWindows and docs (ticket #957).
2011-06-20 Ilya LysenkovQt: fixed signal of a clicked push button (patch #786)
2011-06-20 Ilya LysenkovQt minor doc enhancement
2011-06-20 Vadim Pisarevskytemporarily reverted to FLANN 1.5 (FLANN 1.6 is put...
2011-06-20 Ilya LysenkovQt doc: specified an image type in the addText function...
2011-06-20 Vadim Pisarevskyadded dummy symbol to flann to make OpenCV compile...
2011-06-20 Vadim Pisarevskyfixed errors and warnings when building with MSVC
2011-06-20 Marius MujaBringing get_param and print_params into cv::flann...
2011-06-19 Marius MujaUpdated FLANN
2011-06-19 Vadim Pisarevskyfixed formula in cvIntegral/integral description
2011-06-19 Vadim Pisarevskyfixed problem with non 4:3 cameras (ticket #142)
2011-06-19 Vadim Pisarevskyuse original image type (8-bit grayscale or 24-bit...
2011-06-19 Vadim Pisarevskyfixed positioning in ffmpeg wrapper (thanks to mike_at_...
2011-06-19 Vadim Pisarevskyfixed positioning in ffmpeg wrapper (thanks to mike_at_...
2011-06-19 Vadim Pisarevskyadded explicit Mat_<T>::Mat_(const MatExpr&) (resolves...
2011-06-19 Elena FedotovaPurpose: 2nd review cycle.
2011-06-19 Vadim Pisarevskyfixed memory leaks in fromarray (thanks to Matthew...
2011-06-19 Alexander Mordvintsevwork on obj_detect.py
2011-06-18 Ana HuamanAdded tutorial in reST for Morphology 1
2011-06-18 Elena FedotovaPurpose: 2nd review cycle - see ?? .
2011-06-18 Elena FedotovaPurpose: 2nd review cycle - see ?? . wrong syntax format
2011-06-18 Ana HuamanMorphology code 1 added to tutorial-code/Image_Processing
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...
next