profile/ivi/opencv.git
2012-10-21 Maria Dimashovaadded tests for cv::merge, cv::split, cv::phase
2012-10-19 Andrey KamaevMerge branch '2.4'
2012-10-19 Andrey KamaevNormalize android/scripts/wincfg.cmd.tmpl
2012-10-19 Andrey KamaevMerge pull request #59 from taka-no-me:doc/fix-signatur...
2012-10-19 Andrey KamaevMerge pull request #54 from taka-no-me:doc/fix-signatures
2012-10-19 Andrey KamaevMerge branch '2.4'
2012-10-19 Andrey KamaevMerge pull request #50 from taka-no-me:parallel/fix...
2012-10-19 Andrey KamaevInclude unistd.h to parallel.cpp on UNIX-like systems
2012-10-19 marina.kolpakovaMerge pull request #63 from jet47/gpu-sep-filters
2012-10-19 Vladislav Vinogradovgpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC...
2012-10-19 Andrey KamaevMerge pull request #61 from vpisarev/bug_2509
2012-10-19 Andrey KamaevMerge pull request #60 from kirill-kornyakov/documentat...
2012-10-19 Andrey KamaevMerge pull request #51 from taka-no-me/java/fix-build...
2012-10-18 Andrey KamaevMerge pull request #57 from vpisarev/bug_2429_2.4
2012-10-18 Andrey KamaevFix weight calculation for the last pixel in generic...
2012-10-18 Vadim Pisarevskyfixed bug #2429
2012-10-18 Vadim Pisarevskyfixed bug #2059
2012-10-18 Kirill Kornyakovchanged link to Q&A forum in the docs
2012-10-18 Andrey KamaevMerge pull request #56 from vpisarev/bug_2447_2.4
2012-10-18 Vadim Pisarevskyfix bug #2447 - unary operator bug for single column...
2012-10-18 Andrey KamaevEliminate discrepancies between signatures in documenta...
2012-10-17 Andrey KamaevNormalize whitespace in documentation and text files
2012-10-17 Andrey KamaevEliminate discrepancies between signatures in documenta...
2012-10-17 Andrey KamaevFix Java API generation after normalization
2012-10-17 Andrey KamaevMerge branch '2.4'
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-16 Andrey KamaevFix build of samples
2012-10-16 Andrey KamaevRevert opencv_videostab to the state of 2.4.2
2012-10-16 marina.kolpakovaFix binary compatibility of opencv_gpu
2012-10-16 Andrey KamaevFix binary compatibility of Java wrappers
2012-10-16 Andrey KamaevFix binary compatibility of opencv_objdetect
2012-10-16 Andrey KamaevFix binary compatibility of opencv_nonfree
2012-10-16 Andrey KamaevFix binary compatibility of opencv_contrib
2012-10-16 Andrey KamaevFix binary compatibility of opencv_stitching
2012-10-16 Andrey KamaevFix binary compatibility of opencv_ml
2012-10-16 Andrey KamaevRevert "skip of table header in MLData (#1962)"
2012-10-16 Andrey KamaevRevert "yet another portion of changes towards the...
2012-10-16 Andrey KamaevFix binary compatibility of opencv_features2d
2012-10-16 Andrey KamaevRevert "partially recovered binary compatibility (ticke...
2012-10-16 Andrey KamaevRevert "fixed compilation error because of DetectionBas...
2012-10-16 Andrey KamaevRevert "yet another portion of changes towards the...
2012-10-16 Andrey KamaevRevert "some more fixes towards binary compatibility"
2012-10-16 Andrey KamaevFix binary compatibility of opencv_flann
2012-10-16 Andrey KamaevRevert "remaining C-style planar subdivisions data...
2012-10-16 Andrey KamaevFix backward compatibility of opencv_core
2012-10-15 Andrey KamaevRevert "add new version of CommandLineParser. add empty...
2012-10-15 Andrey KamaevRevert "fixed compile error under linux"
2012-10-15 Andrey KamaevReturn drawContours back to imgproc
2012-10-15 Andrey KamaevRevert "fixing Java test and sample after moving drawCo...
2012-10-15 Andrey KamaevBring back escaped virtual destructors from 2.4.2
2012-10-15 Andrey KamaevRemove unused tbb::task_scheduler_init from perf tests
2012-10-15 Andrey KamaevRefactor thread management in performance tests
2012-10-15 Kirill Kornyakovmade imread description slightly better #2406
2012-10-15 Vadim Pisarevskyanother fix for #2332 test
2012-10-15 Vadim Pisarevskyfixed build errors on Mac; moved test for #2332 from...
2012-10-15 Andrey KamaevReimplement thread management functions:
2012-10-15 Andrey KamaevMove thread-related functions implementation to paralle...
2012-10-15 Ilya Lavrenovfixed cvtColor (RGB <-> Lab) tests and created another one
2012-10-15 Ilya Lavrenovfixed bug in cvtColor RGB(BGR) <-> Lab conversion
2012-10-12 Anatoly Baksheevminor
2012-10-12 KOLANICHreplaced python build script with WSH one for windows...
2012-10-12 Evgeny TalaninAdded test inspired by #2332
2012-10-12 Kirill Kornyakovdeleted wrong line
2012-10-12 Kirill Kornyakovcommented wrong line
2012-10-12 Kirill KornyakovAdded perf test for warpPerpsective with large resolutions
2012-10-12 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-12 Vadim Pisarevskyfinally, a proper fix for VNG (both SSE2 and C version)
2012-10-12 marina.kolpakovaFAIL_NO_CPU marco
2012-10-12 marina.kolpakovaminor ending fix
2012-10-12 marina.kolpakovaallow gpu module write sanity data for GPU and CPU...
2012-10-12 Daniil Osokinfixed 7 point mode in findFundamentalMat #1978
2012-10-12 Evgeny Talanin#720 patch apply
2012-10-12 Vsevolod GlumovRemoved the phrase, that was causing all the confusion...
2012-10-12 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-12 Vadim Pisarevskylet Kalman handle the missing measurements (bug #1380)
2012-10-12 marina.kolpakovaOne more fix for Kepler-specific gpu::integral usage
2012-10-12 Daniil Osokinfixed batchDistance minimum finding #2292
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-12 Evgeny Talanin#2192 patch apply
2012-10-12 Andrey KamaevFix Mat indexing in TrackingMotion tutorial code (super...
2012-10-12 Vladislav Vinogradovfixed bug in gpu::HOGDescriptor::computeConfidenceMulti...
2012-10-12 Vladislav Vinogradovfixed CUDA_FAST_MATH flag
2012-10-12 Andrey KamaevMerge pull request #40 from emchristiansen/manualBRISKFREAK
2012-10-12 Eric Christiansenfixed indentation
2012-10-12 Eric ChristiansenMinor tweak to add BRISK and FREAK support for the...
2012-10-12 Andrey KamaevQuiet MSVC warning
2012-10-11 Vadim Pisarevskyanother fix for the updated parallel_for_ implementation
2012-10-11 Vadim Pisarevskyfixed build errors in the case of TBB and Concurrency
2012-10-11 Vadim Pisarevskyadded function cv::findNonZero (patch #2205)
2012-10-11 Vadim Pisarevskyfixed possibly inccorrect interval measurements in...
2012-10-11 Vadim Pisarevskyadded recommended number of stripes to parallel_for_...
2012-10-11 Andrey KamaevAdjust thresholds in sanity checks for batchDistance
2012-10-11 Andrey KamaevAdjust thresholds in sanity checks for calcOpticalFlowPyrLK
2012-10-11 Alexander SmorkalovIssue #1861 Improve Javadoc documentation fixed. Multil...
2012-10-11 Vsevolod GlumovReplaced SVN instructions with Git ones for 'Installati...
2012-10-11 Andrey KamaevAdd methods to sort keypoints and corresponding descriptors
2012-10-11 Andrey KamaevImprove performance tests failures formatting
2012-10-11 Andrey KamaevFix AndroidManifest.xml generation for OpenCV Android...
next