platform/upstream/opencv.git
2014-02-02 Ilya Lavrenovimplemented OpenCL version of cv::updateMotionHistory
2014-02-01 Andrey PavlenkoMerge pull request #2230 from ilya-lavrenov:tapi_openc_...
2014-01-31 Andrey PavlenkoMerge pull request #2219 from ilya-lavrenov:createHanni...
2014-01-31 Ilya Lavrenovoptimized createHanningWindow
2014-01-31 Andrey PavlenkoMerge pull request #2219 from ilya-lavrenov:createHanni...
2014-01-31 Andrey PavlenkoMerge pull request #2218 from alalek:fix_defects_code_c...
2014-01-31 Andrey PavlenkoMerge pull request #2216 from ElenaGvozdeva:ocl_MOG2
2014-01-31 Andrey PavlenkoMerge pull request #2202 from ilya-lavrenov:tapi_GFTTDe...
2014-01-31 Andrey PavlenkoMerge pull request #2232 from ilya-lavrenov:ABF_drop
2014-01-31 Ilya Lavrenovremoved ABF
2014-01-31 Andrey PavlenkoMerge pull request #2228 from ilya-lavrenov:tapi_experi...
2014-01-31 Andrey PavlenkoMerge pull request #2243 from ilya-lavrenov:ocl2trash
2014-01-31 Andrey PavlenkoMerge pull request #2236 from ilya-lavrenov:tapi_boxfilter
2014-01-31 Andrey PavlenkoMerge pull request #2244 from ilya-lavrenov:tapi_device...
2014-01-31 Andrey PavlenkoMerge pull request #2245 from ilya-lavrenov:redundant_sync
2014-01-31 Andrey PavlenkoMerge pull request #2246 from alalek:intersection_loop_bug
2014-01-31 Alexander Alekhinimgproc/intersection: fix loop index
2014-01-31 Ilya Lavrenovredundant clFinish in upload since clEnqueueWriteBuffer...
2014-01-31 Ilya Lavrenovcached commonly used device properties
2014-01-31 Ilya LavrenovOCL module 2 trash
2014-01-31 Roman DonchenkoMerge pull request #2223 from cosminBoaca:add_prob_resu...
2014-01-31 Roman DonchenkoMerge pull request #2237 from ivylee:lbph_chi_square_alt
2014-01-31 Elena Gvozdevafixed test
2014-01-30 Ilya Lavrenovsimplified cv::boxFilter OpenCL impl
2014-01-30 Ivy LeeFixed Bug #3514 Incorrect Chi-Square distance used...
2014-01-30 Cosmin BoacaFixed alignment
2014-01-30 Cosmin BoacaFixed alignment
2014-01-30 Cosmin BoacaMerge branch 'add_prob_result_bayes_classifier', remote...
2014-01-30 Andrey PavlenkoMerge pull request #2220 from ilya-lavrenov:tapi_accumulate
2014-01-30 Andrey PavlenkoMerge pull request #2226 from ilya-lavrenov:tapi_calcHist
2014-01-30 Ilya Lavrenovworkaround
2014-01-30 Cosmin BoacaFixed broken alignment
2014-01-30 Cosmin BoacaMerge branch 'add_prob_result_bayes_classifier', remote...
2014-01-30 Ilya Lavrenovmoved kernelToStr to ocl.hpp
2014-01-30 Ilya Lavrenovadded conditional compilation
2014-01-30 Ilya Lavrenovfixed fp problem
2014-01-29 Ilya Lavrenovadded performance test
2014-01-29 Ilya Lavrenovfix for PR 2196
2014-01-29 Ilya Lavrenovasync
2014-01-29 Ilya Lavrenovsome experiments
2014-01-29 Ilya Lavrenovadded performance test
2014-01-29 Ilya Lavrenovadded cv::calcHist to T-API (only for CV_8UC1 with...
2014-01-29 Alexander Alekhinfix unintialized fields
2014-01-29 Alexander Alekhinfix memory management problem
2014-01-29 Roman DonchenkoMerge pull request #2212 from SpecLad:hog-sample-const-mat
2014-01-29 Roman DonchenkoMerge pull request #2214 from cosminBoaca:add_returnDFV...
2014-01-29 Cosmin BoacaAdded result_probabilities parameter to CvNormalBayesCl...
2014-01-29 Elena Gvozdevafixed
2014-01-29 Ilya Lavrenovimplemented OpenCL version of cv::accumulate****
2014-01-29 Elena Gvozdevafixed warnings
2014-01-28 Ilya Lavrenovoptimized createHanningWindow
2014-01-28 Alexander Alekhinfixes for defects from code coverity
2014-01-28 Andrey PavlenkoMerge pull request #2213 from ilya-lavrenov:tapi_buildP...
2014-01-28 Elena Gvozdevafixed
2014-01-28 Elena GvozdevaAdded ocl_Mog2
2014-01-28 Cosmin BoacaAdded returnDFVal parameter to parallel CvSVM::predict...
2014-01-28 Roman DonchenkoMerge pull request #2211 from SpecLad:merge-2.4
2014-01-27 Andrey PavlenkoMerge pull request #2207 from ilya-lavrenov:tapi_macro
2014-01-27 Ilya Lavrenovrefactored imgproc
2014-01-27 Ilya LavrenovOpenCL version of cv::buildPyramid
2014-01-27 Andrey PavlenkoMerge pull request #2208 from alalek:ocl_dynload_warn
2014-01-27 Roman DonchenkoFixed build for samples/cpp/train_HOG.cpp.
2014-01-27 Andrey PavlenkoMerge pull request #2203 from ilya-lavrenov:tapi_umat_v...
2014-01-27 Andrey PavlenkoMerge pull request #2206 from ilya-lavrenov:ocl_warn_fix
2014-01-27 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2014-01-27 Alexander Alekhincore/ocl: added warning about incompatible configuration
2014-01-27 Ilya Lavrenovwarn fix
2014-01-27 Ilya Lavrenovadded macro with ability of returning values
2014-01-27 Ilya Lavrenovfixed condition
2014-01-27 Ilya Lavrenovfixed cv::split; enabled test
2014-01-27 Ilya Lavrenovadded STD_VECTOR_UMAT support to _OutputArray::create
2014-01-27 Andrey PavlenkoMerge pull request #2027 from AD-530:brief_cl
2014-01-25 Andrey PavlenkoMerge pull request #2155 from vbystricky:ocl_calcOptica...
2014-01-25 Andrey PavlenkoMerge pull request #2204 from ilya-lavrenov:tapi_stitch...
2014-01-25 Andrey PavlenkoMerge pull request #2191 from ilya-lavrenov:tapi_macro
2014-01-25 Ilya Lavrenovdoc fix
2014-01-25 Ilya Lavrenovfix
2014-01-24 Ilya Lavrenovadded cv::GFTTDetector
2014-01-24 Ilya Lavrenovrefactored core using new macro
2014-01-24 vbystrickyUnused code removed
2014-01-24 vbystrickyChange type of result vector of ocl version from row...
2014-01-24 vbystrickyFix build error
2014-01-24 vbystrickyChange method of setting arguments to kernel to safe one
2014-01-24 vbystrickyGrow up epsilon for sanity checks
2014-01-24 vbystrickyAdd perfomance test
2014-01-24 vbystrickyFix builds errors
2014-01-24 vbystrickyFix builds errors
2014-01-24 vbystrickyValidate parameters for using OpenCL version, before...
2014-01-24 vbystrickyFix error with some opencl functions on the build WITH_...
2014-01-24 vbystrickyMove OpticalFlowPyrLK from ocl module to video module
2014-01-24 Andrey PavlenkoMerge pull request #2149 from ElenaGvozdeva:ocl_matchTe...
2014-01-24 Ilya Lavrenovadded new macros useful for tracking whether OpenCL...
2014-01-24 Andrey PavlenkoMerge pull request #2182 from KonstantinMatskevich...
2014-01-24 Andrey PavlenkoMerge pull request #2142 from KonstantinMatskevich...
2014-01-24 Andrey PavlenkoMerge pull request #2190 from KonstantinMatskevich...
2014-01-24 Konstantin... add brackets
2014-01-24 Andrey PavlenkoMerge pull request #2194 from apavlenko:2.4_perf_haar_iter
2014-01-24 Roman DonchenkoMerge pull request #2197 from asmorkalov:ocv_packaging2
2014-01-24 Konstantin... fixes
2014-01-24 Konstantin... fixes
next