platform/upstream/opencv.git
2015-05-13 Christian RichardtFixed triangulation bug code.opencv.org/issues/4334.
2015-05-13 Vadim PisarevskyMerge pull request #4006 from sgjava:opencv-steve
2015-05-13 Vadim PisarevskyMerge pull request #4007 from martin-ueding:master
2015-05-13 Martin UedingFix spelling
2015-05-12 sgjavaAdded VideoWriter and changed finalize to delete
2015-05-12 Vadim PisarevskyMerge pull request #3974 from StevenPuttemans:fix_RGB_n...
2015-05-12 Vadim PisarevskyMerge pull request #3994 from mshabunin:fix-gtk-crash
2015-05-12 Vadim PisarevskyMerge pull request #3996 from Ashod:opengl_context_clip
2015-05-12 Vadim PisarevskyMerge pull request #3993 from vrabaud:master
2015-05-12 Vadim PisarevskyMerge pull request #3999 from berak:features2d_tutorial_fix
2015-05-12 Vadim PisarevskyMerge pull request #4000 from sdika:HOGSignedGradient
2015-05-12 Vadim PisarevskyMerge pull request #4002 from marvins:gdal-fix
2015-05-12 Marvin SmithFixing the gdal include error that Macports seems to...
2015-05-10 beraksmall fixes for features2d tutorials
2015-05-10 Michaël Sdikaadded the signedGradient varaible to the HOGDescriptor...
2015-05-09 Ashod NakashianPrevent the parent from drawing over OpenGL context.
2015-05-07 Maksim ShabuninFixed python crash when both cv2.imshow and gtk module...
2015-05-07 Vincent Rabaudget code to compile on Ubuntu Saucy
2015-05-07 Vadim PisarevskyMerge pull request #3919 from cbalint13:brisk
2015-05-06 Vadim PisarevskyMerge pull request #3987 from vpisarev:core_fixes_part_1
2015-05-06 Vadim PisarevskyMerge pull request #3991 from mshabunin:python-underscore
2015-05-06 Vadim PisarevskyMerge pull request #3985 from StevenPuttemans:fix_imrea...
2015-05-06 Maksim ShabuninWrap ANN_MLP class into Python
2015-05-06 cbalint13Merge branch 'brisk' of https://github.com/cbalint13...
2015-05-06 cbalint13Squash all BRISK commits into one.
2015-05-06 Vadim Pisarevskyfixed compile errors on ARM, as well as failures in...
2015-05-05 Vadim Pisarevskyfixed random failures in Core_DFT.complex_output2 test...
2015-05-05 Vadim Pisarevskysome more compile warnings fixed
2015-05-05 Vadim Pisarevskyfixed warning in mathfuncs
2015-05-05 StevenPuttemansfixing old variables in documentation and transfering...
2015-05-05 Vadim Pisarevskyextended MinProblemSolver::Function to 1) report the...
2015-05-05 cbalint13Force newer build over buildbot.
2015-05-04 cbalint13Force buildbot to rebuild.
2015-05-04 Maksim ShabuninMerge pull request #3972 from PhilLab:docLineno
2015-05-04 StevenPuttemansfixing all RGB instances to BGR where needed
2015-05-03 Vadim Pisarevskyreenabled conjugate gradient solver test
2015-05-03 Vadim Pisarevskyok, so probably the failure in downhill simplex has...
2015-05-02 Vadim Pisarevskyadded test for http://code.opencv.org/issues/1918
2015-05-02 Vadim Pisarevskyrefactored downhill simplex implementation a bit; hopef...
2015-05-02 Vadim PisarevskyFixed getContinuousSize() to handle huge matrices prope...
2015-05-02 Vadim Pisarevskyimproved randShuffle as suggested by John Stark in...
2015-05-02 Vadim Pisarevskyfixed bug with simplex initialization in Downhill solve...
2015-05-02 Vadim Pisarevskyadded test checking code.opencv.org/issues/4050
2015-05-02 cbalint13Force buildbot rebuild.
2015-05-01 cbalint13Fix bugs in non-max suppression routine.
2015-05-01 Vadim Pisarevskyrefactored div & pow funcs; added tests for special...
2015-04-30 Roman DonchenkoMerge pull request #3973 from xsorifc28:patch-1
2015-04-29 cbalint13Leave AGAST at thresold=10, cosmetic for perf tests.
2015-04-29 cbalint13Default AGAST threshold is 40 (as authors recomandation)
2015-04-29 cbalint13Adjust AGAST perftest to be at parity (better) with...
2015-04-29 Vadim Pisarevskyfixed invalid output of cv::dft when using DFT_ROWS...
2015-04-29 Vadim Pisarevskyfixed U non-orthogonality in SVD (code.opencv.org/issue...
2015-04-29 Vadim Pisarevskyadded vector<bool> support (code.opencv.org/issues...
2015-04-29 Vadim Pisarevskyfixed code.opencv.org/issues/3828, added test. thanks...
2015-04-29 Vadim Pisarevskyfixed http://code.opencv.org/issues/4278
2015-04-29 Vadim Pisarevskyfixed http://code.opencv.org/issues/4189
2015-04-29 Vadim Pisarevskyfixed compile errors on OSX and other systems where...
2015-04-29 Philipp HasperDoxygen: replaced @includelineno by @include to enable...
2015-04-28 cbalint13Merge branch 'master' of https://github.com/Itseez...
2015-04-28 Vadim PisarevskyMerge pull request #3967 from Belev:fix-typo
2015-04-28 Vadim PisarevskyMerge pull request #3966 from Dikay900:master_diff_to_2_4_2
2015-04-28 Vadim PisarevskyMerge pull request #3954 from martin-ueding:master
2015-04-28 Vadim PisarevskyMerge pull request #3962 from apavlenko:fix_polylines_empty
2015-04-28 Maksim ShabuninMerge pull request #3678 from mshabunin:explicit-sse...
2015-04-28 Vadim PisarevskyMerge pull request #3964 from Dikay900:master_diff_to_2_4
2015-04-28 BelevFix typo
2015-04-28 cbalint13Merge remote-tracking branch 'upstream/master' into...
2015-04-28 Samed OzdemirFixed a typo, "requited" -> "required"
2015-04-27 Maksim ShabuninIncreased perf_imgproc.moments max error
2015-04-27 kalistratovagAdding 1 to moments to avoid tests fails
2015-04-27 Maksim ShabuninUse explicit no-sse flags when SSE is off
2015-04-26 Thomas GabrowskiFix iOS warnings about implicit conversion precision...
2015-04-25 Mansour MoufidUse the CMake find_library command to find the FFmpeg...
2015-04-25 Roman Donchenkocap_msmf.hpp: fix a warning about nNull being unused
2015-04-25 Mansour MoufidCast some image coordinates and sizes to double.
2015-04-25 Luis Díaz MásFix a bug that impede to set the trackbar pos using...
2015-04-25 Luis Díaz MásFixing the bug #4244 that I just reported in code.openc...
2015-04-25 Craig ReynoldsIn cvAddText, construct QString from "text" using fromUtf8.
2015-04-25 Boris DaskalovFix a bad free space check in icvGrowSeq.
2015-04-25 Vladimir KolesnikovNot block PDB file in multithreaded build on Windows.
2015-04-24 Alexander NitschImplement CMAKE_CURRENT_LIST_DIR for older CMake
2015-04-24 Milania1fixed error in hough lines tutorial (the point (9,4...
2015-04-24 Ilya Lavrenovtypo
2015-04-24 Dikay900update openni sample comments referring #81
2015-04-24 Andrey Pavlenkoporting polylines with empty `vector<Point>` from 2...
2015-04-24 Alexander AlekhinMerge tag '3.0.0-rc1'
2015-04-23 Vadim PisarevskyMerge pull request #3958 from ilya-lavrenov:cuda_aarch64
2015-04-23 Vadim PisarevskyMerge pull request #3957 from dhood:fm-8pt-bug
2015-04-23 Ilya Lavrenovport of aarch64 cuda changes from 2.4
2015-04-23 Alexander AlekhinSet status to rc
2015-04-23 Vadim PisarevskyMerge pull request #3955 from vpisarev:fixed_mjpeg_encoder
2015-04-23 Deanna HoodFix Bug #3441, #4072, #4173: 8-point fundamental matrix...
2015-04-23 Deanna HoodDon't relax error level for particular fundamental...
2015-04-23 Vadim Pisarevskyfixed mjpeg encoder so that libjpeg-based decoder does...
2015-04-23 Martin UedingAdd example data types for calibrateCamera call
2015-04-23 Vadim PisarevskyMerge pull request #3952 from vpisarev:fix_libav_case
2015-04-22 Vadim Pisarevskyfixed compile warnings; hopefully fixed test failures
2015-04-22 Vadim PisarevskyMerge pull request #3950 from paroj:fix-gftt_ocl
2015-04-22 Vadim PisarevskyMerge pull request #3951 from kalistratovag:mjpeg_dec_u...
2015-04-22 Vadim Pisarevskymake sure opencv builds fine with the recent versions...
next