fixed bug #2106; added test
[profile/ivi/opencv.git] / modules /
2012-06-27 Vadim Pisarevskyfixed bug #2106; added test
2012-06-27 Vadim Pisarevskyfixed ios framework build (ticket #2092)
2012-06-27 Philipp WagnerAPI Link corrected.
2012-06-27 Philipp WagnerAPI Link corrected.
2012-06-27 Andrey KamaevFixed divide by zero problem in cvStereoRectify (thanks...
2012-06-27 Andrey KamaevFixed Mat::isContinuous for big matrix (thanks to Boris...
2012-06-27 Andrey KamaevFixed linux and android install
2012-06-27 Andrey Pavlenkoworkarounding missing native part in Java tests
2012-06-27 Andrey KamaevFixed some warnings and install problems on linux
2012-06-27 Andrey KamaevFixed mistake in documentation
2012-06-27 Andrey Pavlenkochanging package layout after 'make install' for Androi...
2012-06-26 Philipp WagnerFixed wrong restructured text directive, when referenci...
2012-06-26 Andrey KamaevFixed MSVC build with Qt enabled #2096
2012-06-26 Philipp WagnerAdded the cv::FaceRecognizer documentation (API, Face...
2012-06-26 Andrey Pavlenkofixing project properties
2012-06-26 Andrey Pavlenkohiding extra build-time messages
2012-06-26 Marina Kolpakovafixed LBP loader test
2012-06-26 Vladislav Vinogradovfixed bug in cv::gpu::HOGDescriptor::detectMultiScale
2012-06-26 Marina KolpakovaLBP features: GPU representation
2012-06-26 Andrey Kamaevadded XIMEA support for linux (by Igor Kuzmin) #2085
2012-06-26 Andrey KamaevApplied XIMEA path (by Marian Zajko) with multiple...
2012-06-26 Vladislav Vinogradovadded VIBE_GPU (background subtraction) to gpu module
2012-06-26 Andrey KamaevFixing iOS detection in core persistence
2012-06-26 Andrey KamaevFixing cv::tempfile on Windows #2093
2012-06-26 Andrey KamaevMaking all dependencies from highgui module optional
2012-06-25 Alexander Smorkalovrevision 8721 vas merged to head. Detection based track...
2012-06-25 Marina Kolpakovafixed build without CUDA
2012-06-25 Marina KolpakovaLBP: implemented first version of device side part
2012-06-25 Marina KolpakovaLBP: implemented image data preparing
2012-06-25 Marina Kolpakovaadded lbp related CUDA files
2012-06-25 Marina Kolpakovacompleted test: load LBP classifier
2012-06-25 Marina KolpakovaLBP classifier represintation in GPU memory
2012-06-25 Vladislav Vinogradovadded docs for MOG_GPU and MOG2_GPU
2012-06-25 Andrey Kamaevfixed several documentation errors
2012-06-25 Vladislav Vinogradovadded background subtraction sample for gpu module
2012-06-25 Andrey KamaevAll tests writing temporary files are updated to use...
2012-06-25 Andrey KamaevFixed FREAK on Android
2012-06-25 Vladislav Vinogradovadded MOG_GPU and MOG2_GPU (Gaussian Mixture background...
2012-06-25 Marina Kolpakovaadded test for GPU LBP cascade: load cascade
2012-06-24 Andrey KamaevUpdated gtest to upstream rev616
2012-06-24 Andrey KamaevFixed windows build of FREAK
2012-06-24 Andrey KamaevReverted r8721 and r8725 (issue #2080)
2012-06-24 Vadim Pisarevskyadded FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre...
2012-06-22 Andrey KamaevFixed buggy NEON check inside flann
2012-06-22 Andrey Pavlenkoupdating version
2012-06-22 Andrey Pavlenkoworkarounding service-related changes
2012-06-22 Vadim Pisarevskyadded synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARY...
2012-06-22 Marina Kolpakovainitial support of GPU LBP classifier: added new style...
2012-06-22 Vadim Pisarevskyadded the optional output maxima value to phaseCorrelat...
2012-06-22 Andrey KamaevFixed tests broken by r8708
2012-06-21 Andrey Pavlenkoadding OpenCV Manager
2012-06-21 Alexander Smorkalovrevisions 8681 and 8688 restored. Warning fixed.
2012-06-21 Andrey KamaevFixed few warnings on Linux
2012-06-21 Andrey Pavlenkochanging 'java' module layout
2012-06-21 Andrey KamaevFixed warnigs from zlib defines
2012-06-21 Andrey Pavlenkofixing warnings
2012-06-21 Marina Kolpakovafixes for the newly added gcc warning keys
2012-06-20 Andrey KamaevFixed few more warnings/bugs.
2012-06-20 Andrey KamaevFixed mingw build warnings
2012-06-20 Andrey KamaevUpdated warning options for GCC; fixed new warnings.
2012-06-20 Andrey Pavlenkoadding JNI func-s declarations to eliminate build warni...
2012-06-20 Andrey Pavlenkofix for #2048 (artificial 'delete' method had wrong...
2012-06-20 Andrey Pavlenkofix for #2063 ( Mat(Mat m, Rect roi) returns wrong...
2012-06-20 Marina Kolpakovafixed build without CUDA
2012-06-20 Marina Kolpakovascan operations are moved in separate header
2012-06-19 Marina KolpakovaMerge branch 'work'
2012-06-19 Marina Kolpakovafix for 1.x compute capabilities
2012-06-19 Andrey KamaevReverted changes breaking Android build
2012-06-18 Maria Dimashovaminor fixing
2012-06-18 Andrey KamaevFixed WString related build problem in Android build
2012-06-18 Alexander Mordvintsevfixed SVM train_auto docs: "train set" <-> "test set"
2012-06-18 Alexander SmorkalovCode style fix. dbt face detection example turned off...
2012-06-18 Marina Kolpakovaresize area are fixed for scales that aren't divide 128
2012-06-18 Marina Kolpakovaresize area with block scan
2012-06-18 Marina Kolpakovaresize area with block scan
2012-06-18 Marina Kolpakovaresize function signature refactoring
2012-06-18 Marina Kolpakovaminor formating changes
2012-06-18 Alexander SmorkalovDetection based tracker was refactored. Detector interf...
2012-06-18 Vladislav Vinogradovnew implementation of gpu::PyrLKOpticalFlow::sparse...
2012-06-16 Andrey KamaevFixed Android build with Eigen.
2012-06-16 Philipp WagnerTwo colormaps removed from the list of colormaps, as...
2012-06-16 Philipp WagnerThe COLORMAP_PINK colormap was missing in applyColorMap.
2012-06-15 Marina Kolpakovaminor formating fixes
2012-06-15 Marina Kolpakovafixed more "shadow" warnings
2012-06-15 Marina Kolpakovaadded check for CUDA BLUS support in GEMM tests
2012-06-15 Marina Kolpakovafixed "shadow" warnings in nvidia folder
2012-06-15 Marina Kolpakovafixed "shadow" warnings in NVIDIA tests
2012-06-15 Vladislav Vinogradovnew implementation of gpu::PyrLKOpticalFlow::dense...
2012-06-15 Maria Dimashovaadded check to weight in rgbd
2012-06-15 Andrey KamaevShortened cmake script for opencv_world
2012-06-15 Andrey KamaevFixed #2053
2012-06-14 Andrey KamaevFixed Android build warnings for old NDK
2012-06-14 Maria Dimashovaadded weighting to rgbd odometry
2012-06-14 Andrey KamaevReduced some tegra stubs
2012-06-14 Alexander Mordvintsevexposed parallelized SVM prediction to python (predict_all)
2012-06-14 Alexander Shishkovfixed #2047
2012-06-13 Marina Kolpakovafixed part of shadow warnings
2012-06-13 Marina Kolpakovascan based area interpolation for naive cases
2012-06-13 Andrey KamaevFixed Android build warnings and few warnings in specif...
2012-06-13 Marina Kolpakovafixed part of shadow warnings
next