profile/ivi/opencv.git
2014-10-29 Alexander AlekhinMerge pull request #3354 from vbystricky:oclopt_convert...
2014-10-29 Alexander AlekhinMerge pull request #3159 from ElenaGvozdeva:ocl_gemm
2014-10-28 Alexander AlekhinMerge pull request #3379 from akarsakov:gftt_empty_src
2014-10-28 Alexander KarsakovDon't process empty src image in GFTT
2014-10-28 ElenaGvozdevause LOCAL_SIZE+1
2014-10-28 Alexander AlekhinMerge pull request #3353 from Chuanbo-Weng:master
2014-10-28 Alexander AlekhinMerge pull request #3359 from akarsakov:ocl_buildMaps
2014-10-27 Alexander KarsakovAdded checking that z is non zero to buildWarpPlaneMaps...
2014-10-27 Alexander KarsakovOverload PlaneWarper::buildMaps method from base class
2014-10-27 ElenaGvozdevaSome small fixes
2014-10-27 Elena Gvozdevause vectors
2014-10-27 Elena Gvozdevause local memory
2014-10-27 Elena Gvozdevanaive implementation
2014-10-27 Alexander AlekhinMerge pull request #3369 from vbystricky:fix_scaleAdd
2014-10-24 Alexander AlekhinMerge pull request #3367 from akarsakov:ocl_image2d
2014-10-24 Alexander AlekhinMerge pull request #3342 from alalek:perf_stability_check
2014-10-24 vbystrickyMove _dst.create() to the begining of scaleAdd function
2014-10-24 Alexander AlekhinMerge pull request #3284 from vbystricky:oclopt_stereoBM
2014-10-24 Alexander AlekhinMerge pull request #3368 from alalek:amd_clfinish
2014-10-24 Alexander KarsakovAdded extra checks to ocl::Image2D
2014-10-24 Alexander Alekhinocl: restore clFinish() in unmap() for AMD devices
2014-10-23 vbystrickyOptimize OpenCL version of StereoBM function
2014-10-23 Alexander KarsakovAdded tests for Image2D
2014-10-22 Alexander KarsakovSmall optimization for buildMaps kernels in case rowsPe...
2014-10-22 Vadim PisarevskyMerge pull request #3352 from alucarded:BackgroundSubtr...
2014-10-21 vbystrickyOptimize OpenCL version of conversScaleAbs function
2014-10-21 Alexander Alekhinadded performance validation check
2014-10-21 Alexander AlekhinMerge pull request #3355 from ElenaGvozdeva:predictOpti...
2014-10-21 ElenaGvozdevaChanged predictOptimalVectorWidth function, now it...
2014-10-21 Alexander AlekhinMerge pull request #3256 from vbystricky:oclopt_BFMatcher
2014-10-20 Tomasz PosłusznyBackgroundSubtractorMOG2, learningRate=0 optimization
2014-10-20 Chuanbo WengUpdate hog.cpp
2014-10-20 Vadim PisarevskyMerge pull request #3344 from mshabunin:java_automation
2014-10-20 Vadim PisarevskyMerge pull request #3349 from a-wi:DShow_Strsafe_header_v3
2014-10-20 Vadim PisarevskyMerge pull request #3292 from mshabunin:fix-ios-warnings
2014-10-20 Chuanbo WengCorrectly enable OpenCL mode in tapi's hog example.
2014-10-18 Vadim PisarevskyMerge pull request #3348 from vpisarev:refactor_algorithms2
2014-10-18 Artur WieczorekInclude strsafe.h to compile successfully under MinGW...
2014-10-18 Vadim Pisarevskyfixed MSVC warnings and iOS framework compile error
2014-10-18 Vadim PisarevskyMerge pull request #3345 from D-Alex:master
2014-10-18 Vadim PisarevskyMerge pull request #3347 from Nerei:memory_leak_in_viz_...
2014-10-18 Vadim Pisarevskyfixed bug in automatic SVM training
2014-10-18 Vadim Pisarevskyquickly corrected the previous refactoring of features2...
2014-10-18 Anatoly Baksheevviz: fixed memory leak
2014-10-18 Alexander Dudafix warning in template Scalar::mul gcc < 4.8
2014-10-17 vbystrickyOptimize OpenCL version of BFMatcher
2014-10-17 Maksim ShabuninRefactoring in gen_java.py script
2014-10-17 Maksim Shabuninfinal fix
2014-10-17 Maksim ShabuninFixing iOS clang warnings, part 3
2014-10-17 Maksim ShabuninFixing iOS clang warnings, part 2
2014-10-17 Maksim ShabuninForgotten punctuation
2014-10-17 Maksim ShabuninFixing iOS clang warnings, part 1
2014-10-17 Maksim ShabuninExtracted repeated cmake instruction block
2014-10-17 Maksim ShabuninSuppressed some iOS framework compilation warnings
2014-10-17 Vadim PisarevskyMerge pull request #3339 from vpisarev:refactor_feature...
2014-10-17 Vadim Pisarevskyfixed incorrect array access in solvepnp (which affecte...
2014-10-17 Vadim Pisarevskyanother fix in opencv_world
2014-10-17 Vadim Pisarevskyfixed opencv_world build
2014-10-17 Vadim Pisarevskyfixed msvc compile warning
2014-10-17 Vadim PisarevskyMerge branch 'refactor_features2d_take4' of https:...
2014-10-17 Vadim Pisarevskyfixed error in OpenCL ORB
2014-10-17 Vadim Pisarevskyfixed some more compile errors and test failures
2014-10-17 Vadim Pisarevskytrying to fix strange compiler bug
2014-10-17 Vadim Pisarevskyfixed opencv_java build
2014-10-17 Vadim Pisarevskyok; all the tests now pass
2014-10-17 Vadim Pisarevskyall the tests now pass except for MSER
2014-10-17 Vadim Pisarevskyfixed several test failures; currently 9 out of 73...
2014-10-17 Vadim Pisarevskynow all the samples and opencv_contrib compile!
2014-10-17 Vadim PisarevskyOpenCV with the refactored features2d compiles! contrib...
2014-10-17 Vadim Pisarevskyyet another attempt to refactor features2d; the first...
2014-10-17 Vadim Pisarevskytrying to resolve the merge conflict
2014-10-17 Vadim Pisarevskyfixed error in OpenCL ORB
2014-10-17 Vadim Pisarevskyfixed some more compile errors and test failures
2014-10-16 Vadim Pisarevskytrying to fix strange compiler bug
2014-10-16 Vadim Pisarevskyfixed opencv_java build
2014-10-16 Vadim Pisarevskyok; all the tests now pass
2014-10-16 Vadim Pisarevskyall the tests now pass except for MSER
2014-10-16 Alexander AlekhinMerge pull request #3332 from lupustr3:pvlasov/implemen...
2014-10-16 Vadim Pisarevskyfixed several test failures; currently 9 out of 73...
2014-10-16 Vadim Pisarevskynow all the samples and opencv_contrib compile!
2014-10-16 Alexander AlekhinMerge pull request #3338 from ilya-lavrenov:ios_fixes
2014-10-16 Vadim PisarevskyMerge pull request #3270 from boaz001:patch-1
2014-10-16 Ilya Lavrenovfixes
2014-10-15 Boaz StolkApplied proposed fix
2014-10-15 Vadim PisarevskyOpenCV with the refactored features2d compiles! contrib...
2014-10-15 Vadim PisarevskyMerge pull request #3334 from micha137:patch-2
2014-10-15 Vadim PisarevskyMerge pull request #3333 from micha137:patch-1
2014-10-15 Vadim PisarevskyMerge pull request #3335 from ilya-lavrenov:neon_ios
2014-10-15 Pavel VlasovImplementation detector and selector for IPP and OpenCL;
2014-10-13 Vadim Pisarevskyyet another attempt to refactor features2d; the first...
2014-10-13 Ilya Lavrenovability to compile for iOS with Neon
2014-10-13 micha137Update table_of_content_introduction.rst
2014-10-13 micha137Update tutorials.rst
2014-10-12 Vadim PisarevskyMerge pull request #3330 from vpisarev:fix_upnp_perf
2014-10-11 Vadim Pisarevskythis is trivial change; the main change is in opencv_ex...
2014-10-11 Vadim PisarevskyMerge pull request #3326 from ilya-lavrenov:neon_canny
2014-10-11 Vadim PisarevskyMerge pull request #3276 from asmorkalov:abidrk/pyStitching
2014-10-11 Vadim PisarevskyMerge pull request #3308 from edgarriba:master
2014-10-11 Vadim PisarevskyMerge pull request #3328 from ilya-lavrenov:warp_tests
2014-10-11 Vadim PisarevskyMerge pull request #3325 from a-wi:Dshow_capture_v3
next