profile/ivi/opencv.git
2012-10-11 Andrey KamaevFix OS X build
2012-10-11 Andrey KamaevEnable parallel CvtColorLoop for all platforms
2012-10-11 Andrey KamaevFix instability of Luv/Lab color conversions
2012-10-11 Vadim Pisarevskyenable Matx as Mat elements (bug #1705).
2012-10-11 Daniil Osokinadded perf test for gabor filter
2012-10-11 Daniil Osokindelete normalization in gabor kernel #1995
2012-10-11 Alexander SmorkalovIssue #2431 OpenCV Manager UI crashes at start fixed.
2012-10-11 Evgeny Talanin#2408 patch apply (see pull request at https://github...
2012-10-11 Vadim Pisarevskyfixed potential memory buffer corruption in StereoSGBM...
2012-10-11 Evgeny Talanin#1941 fix
2012-10-11 Vadim Pisarevskyenabled odd size in DFT_COMPLEX_OUTPUT test
2012-10-11 nikoformat files to ANSI C style with coolformat
2012-10-10 Vsevolod GlumovFixed an issue with 'how_to_scan_images.cpp' tutorial...
2012-10-10 Vsevolod GlumovFixed the formulas, based on issue #2145
2012-10-10 Vadim Pisarevskyfixed bug with partly uninitialized output of dft with...
2012-10-10 Vadim Pisarevskyenable huge value range in highgui sliders on Windows...
2012-10-10 Anatoly BaksheevAdded CUDA fast math flag
2012-10-10 Andrey KamaevApplied fix from bug #2324: ocv_list_unique makes for...
2012-10-10 Andrey KamaevRemove second argument from VideoCapture_Reading perf...
2012-10-10 Andrey KamaevAdd concurrency test for solvePnPRansac
2012-10-10 Andrey KamaevRestore theRNG seed reset on test SetUp as it is still...
2012-10-10 Vadim Pisarevskyfixed INT64_C & UINT64_C definitions (patch #2033)
2012-10-10 Oleg SklyarovMerge branch 'master' of git://code.opencv.org/opencv
2012-10-10 Oleg Sklyarovfixed bug #2407: run.py now understands android device...
2012-10-10 Vladislav Vinogradovfixed bug #2425 : Concurrent convolutions with streams
2012-10-10 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-10 Vadim Pisarevskyfixed C= detection script
2012-10-10 marina.kolpakovaadd GPU module specific command line arguments
2012-10-10 marina.kolpakovaprint information message about target device for GPU...
2012-10-10 marina.kolpakovaadd sanity checks into the denoising gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the features2d gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the objdetect gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the calib3d gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the video gpu performance tests
2012-10-10 marina.kolpakovatemporarily disable HoughLines test
2012-10-10 marina.kolpakovaadd sanity checks into the matop gpu performance tests
2012-10-10 marina.kolpakovaadd sanity checks into the filters gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the imgproc gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks in core gpu pefrormance tests
2012-10-10 marina.kolpakovaGPU module performance tests are aligned with other...
2012-10-10 marina.kolpakovamove GPU utiluty functions in utility.cpp
2012-10-10 marina.kolpakovamain.cpp moved to perf_main.cpp
2012-10-10 Vladislav Vinogradovfixed cvtColor parameter in KeypointBasedMotionEstimato...
2012-10-10 Vadim Pisarevskyadded C= support; modified threading logic in threshold
2012-10-10 Daniil Osokinfixed one more msvc warning in tbb kmeans
2012-10-10 Daniil Osokinfixed msvc warning in tbb kmeans
2012-10-10 Alexander SmorkalovBuild fix after issue #2284 fix.
2012-10-10 Alexander SmorkalovFixed Javadoc problems with ">" and "<" symbols.
2012-10-10 Andrey KamaevFix gcc build error introduced in a9f36df
2012-10-10 Andrey KamaevRevert "Issue #2035 Calling cv::namedWindow crashes...
2012-10-10 daniil.osokinadded TBB for kmeans (patch #1261: thanks to Boris...
2012-10-10 daniil.osokinadded perf test for kmeans
2012-10-10 Alexander SmorkalovIssue #2035 Calling cv::namedWindow crashes on Android...
2012-10-10 Alexander SmorkalovIssue #2284 BaseLoaderCallback requires use of Activity...
2012-10-09 Andrey KamaevFix read after the end of local buffer in SSE-optimized...
2012-10-09 Andrey KamaevFix inconsistent argument type in HammingLUT distance...
2012-10-09 Vadim Pisarevskyexpanded cv::threshold parallelization to other threadi...
2012-10-09 Vadim Pisarevskyfixed example of iteration through a SparseMat (bug...
2012-10-09 Vadim Pisarevskyadded Asus Xtion QVGA modes to the OpenNI backend ...
2012-10-09 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-09 Vadim Pisarevskyapplied patch #1473 (timestamp retrieval in OpenNI)
2012-10-09 Andrey KamaevAdd else branch to previous fix
2012-10-09 Andrey KamaevFix regression in core arithmetic
2012-10-09 Andrey KamaevFix sanity checks in highgui module
2012-10-09 Andrey KamaevQuiet logs in stitching module
2012-10-09 Andrey KamaevAdd sanity checks to stitching perf tests
2012-10-09 Andrey KamaevAdd sanity check support for vector<DMatch>
2012-10-09 Andrey KamaevAdd sanity checks to nonfree module
2012-10-09 Kirill KornyakovMerge branch 'master' of git://5.9.49.245/opencv
2012-10-09 Kirill Kornyakovfixed compilation error because of DetectionBasedTracker
2012-10-09 Andrey KamaevFix perf tests in features2d module
2012-10-09 Andrey KamaevAdd sanity checks support for vertor<KeyPoint>
2012-10-09 Andrey KamaevMake performance tests for solvePnPRansec more determen...
2012-10-09 Andrey KamaevFix terrible perf test for FAST detector
2012-10-09 Andrey KamaevAdd sanity checkes to video module perf tests
2012-10-09 Alexander SmorkalovAuto expand of OpenCV version for Android Library prjec...
2012-10-09 Alexander SmorkalovABI Compatibility config generator bug fix.
2012-10-09 Vadim Pisarevskyfixed several warnings from VS2010
2012-10-09 Vadim Pisarevskymade opencv headers windows.h-less (Bug #2122)
2012-10-09 Vadim PisarevskyFixed "arr = NaN" case (bug #2056)
2012-10-09 Vadim Pisarevskyadded #undef True/False to avoid collision with X11...
2012-10-09 Vadim Pisarevskysome more fixes towards binary compatibility
2012-10-09 Andrey KamaevAdd sanity checks to objdetect module perf tests
2012-10-09 Andrey KamaevFix sanity checks for empty objects
2012-10-09 Andrey KamaevAdd sanity checks to calib3d perf tests
2012-10-09 Evgeny Talanin#2258 fix
2012-10-09 Alexander SmorkalovOpenCV Manager documentation updated.
2012-10-09 Alexander SmorkalovRESTART_REQUIRED status removed from OpenCV Manager...
2012-10-08 Anatoly BaksheevFixed output log in GPU perf tests
2012-10-08 Anatoly Baksheevmore compilation fixes
2012-10-08 Anatoly Baksheevfixed compilation under Ubuntu without CUDA
2012-10-08 Vadim Pisarevskyfixed the case of scale != 1 in stereo_match.cpp (patch...
2012-10-08 Vadim Pisarevskyfixed linking CLP in the case of MinGW (patch #1872)
2012-10-08 Vadim Pisarevskyhopefully, correctly applied modified patch #2034 that...
2012-10-08 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-08 Vadim Pisarevskyfixed detection of IPP 7.1 (patch #2413: thanks to...
2012-10-08 Anatoly Baksheevfixed compilation without CUDA
2012-10-08 Andrey KamaevFix sanity checks in improc perf tests
2012-10-08 Andrey KamaevFix CV_ENUM macro instability
2012-10-08 Vadim Pisarevsky_InputArray/_OutputArray destructors are temporary...
next