platform/upstream/opencv.git
2015-05-22 Vadim Pisarevskytrying to eliminate warnings in Android build
2015-05-22 Vadim Pisarevskyremoved HAL calls from public OpenCV headers; put IPP...
2015-05-21 Vadim PisarevskyMerge pull request #4025 from vpisarev:features2d_fixes
2015-05-21 Vadim Pisarevskyanother attempt to make the MSER test pass. removed...
2015-05-21 Vadim Pisarevskyfixed failure in Features2d_MSER.cases
2015-05-21 Vadim PisarevskyMerge pull request #4040 from dobrypd:libgphoto2-connection
2015-05-21 Vadim PisarevskyMerge pull request #4027 from zenev:master
2015-05-21 Vadim PisarevskyMerge pull request #4031 from apavlenko:revert_4014
2015-05-21 Vadim Pisarevskyadded reasonable test for MSER (including coverage...
2015-05-21 Vadim Pisarevskyit's now true MSER algorithm that works well on binary...
2015-05-20 Piotr DobrowolskiVideoCapture with digital camera and gPhoto2 library
2015-05-20 Vadim PisarevskyMerge pull request #4026 from mshabunin:install-cvconfig
2015-05-19 Andrey PavlenkoRevert of "Merge pull request #4006 from sgjava:opencv...
2015-05-19 Andrey PavlenkoRevert of "Merge pull request #4014 from sgjava:opencv...
2015-05-18 zenevMerge branch 'master' of https://github.com/zenev/opencv
2015-05-18 zenevfixed vector out of range exception in nextImg
2015-05-18 Vadim Pisarevskyadded test to do smoke testing of ORB, KAZE, AKAZE...
2015-05-18 Maksim ShabuninInstall cvconfig.h file
2015-05-18 Vadim Pisarevskyadded test for batch detection/descriptor extraction...
2015-05-18 Vadim Pisarevskyadded read/write functions for vector<DMatch> + the...
2015-05-18 Vadim PisarevskyMerge pull request #4023 from Dikay900:cleanup_cascaded...
2015-05-18 Vadim PisarevskyMerge pull request #4024 from jet47:cuda-minmaxloc...
2015-05-18 Vladislav Vinogradovfix #4343 : cv::cuda::findMinMaxLoc incorrect output...
2015-05-17 Dikay900cleanup after last PR
2015-05-17 Vadim PisarevskyMerge pull request #3971 from Dikay900:2_4_to_master_3
2015-05-16 Vadim PisarevskyMerge pull request #4011 from cr333:parula
2015-05-16 Vadim PisarevskyMerge pull request #4001 from LaurentBerger:ExampleBLOB
2015-05-16 Vadim PisarevskyMerge pull request #4005 from MSOpenTech:videoio-contrib
2015-05-15 Vadim PisarevskyMerge pull request #4018 from vpisarev:imgproc_video_fixes
2015-05-15 Maxim KostinAdded sample Windows Universal application (UAP) using...
2015-05-15 Maxim KostinAdded configuration changes enabling videoio WinRT...
2015-05-15 Maxim KostinAdded WinRT support for videoio.
2015-05-15 Maxim KostinMoved old WinRT related wrappers from highgui to videoi...
2015-05-15 Vadim Pisarevskyhopefully, fixed crash in sparse mat test
2015-05-15 Vadim PisarevskyMerge pull request #3979 from ruslo:fix.cxx11
2015-05-15 Vadim PisarevskyMerge pull request #3982 from patrikhuber:vs2015-suppor...
2015-05-15 Vadim PisarevskyMerge pull request #3983 from ruslo:unify.ios
2015-05-14 Vadim PisarevskyMerge pull request #3917 from yanlend:patch-1
2015-05-14 Vadim Pisarevskysignificantly reduced sparse matrix footprint:
2015-05-14 Vadim PisarevskyMerge pull request #4009 from mshabunin:fix-ann-moment
2015-05-14 Vadim PisarevskyMerge pull request #3992 from nomarek:master
2015-05-14 Vadim PisarevskyMerge pull request #4014 from sgjava:opencv-sgjava
2015-05-14 Vadim PisarevskyMerge pull request #4012 from mshabunin:doc-fixes
2015-05-14 Vadim PisarevskyMerge pull request #4017 from headupinclouds:master
2015-05-14 Vadim Pisarevskyuse _mm_sad_epu8 instead of _mm_movemask_epi8 in countN...
2015-05-14 Vadim Pisarevskyadded extra check in CalibrateDebevec to make sure...
2015-05-14 Vadim Pisarevskyavoid possible problems with zero values in tone mappin...
2015-05-14 Vadim Pisarevskyadded test to prove that remap does not leak memory...
2015-05-14 Vadim Pisarevskyfixed compile warnings on Linux and Windows
2015-05-14 Vadim Pisarevskyadded test for http://code.opencv.org/issues/2957
2015-05-14 Vadim Pisarevskysignificantly improved parallel non-local means by...
2015-05-14 Vadim Pisarevskyincreased singularity epsilon in LU decomposition....
2015-05-14 Vadim Pisarevskyadded support for n-channel (n>4) images in warpAffine...
2015-05-13 David HirvonenAvoid clearing HaarEvaluator::tofs variable (introduced...
2015-05-13 Vadim Pisarevskyadded test for http://code.opencv.org/issues/2736
2015-05-13 Vadim Pisarevskysome fixes from http://code.opencv.org/issues/3733
2015-05-13 sgjavaRemoved finalize() and added n_delete to release()
2015-05-13 sgjavaChanged delete() modifier to public from protected
2015-05-13 Marek Nogackifixed code.opencv.org/issues/4276 - set drawing thickne...
2015-05-13 laurentBergerremove example_blob.bmp
2015-05-13 Maksim ShabuninReorganized user guide
2015-05-13 Maksim ShabuninFixed external link in python colorspace tutorial
2015-05-13 Maksim ShabuninDocs: fixed _dest type in cv::compare
2015-05-13 Maksim ShabuninDocumentation for CommandLineParser
2015-05-13 Maksim ShabuninFixed RGB-to-HLS conversion formula in documentation
2015-05-13 Maksim ShabuninReplaced 'corrected' to 'distorted' in camera calibrati...
2015-05-13 Christian RichardtAdded color map similar to Matlab's new default color...
2015-05-13 Maksim ShabuninFixed ANN_MLP dw initialization when moment is not 0
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 laurentBergertry to implement remark included in message
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-11 laurentBergerproblem float constant and position of > in vector
2015-05-11 laurentBergertrailing whitespace
2015-05-11 laurentBergerExample about BLOB with a new image in data folder
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-07 Marek Nogackifixed code.opencv.org/issues/4276 - removed drawing...
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
next