platform/upstream/opencv.git
2016-09-22 Francisco FacioniLSD: Use a fixed size array instead of using std::vector
2016-09-22 Francisco FacioniLSD: Avoid re allocating the histogram for multiple...
2016-09-22 Francisco FacioniLSD: Avoid pre allocating a big region, std::vector...
2016-09-22 Francisco FacioniLSD: Avoid using pointers directly, image could be...
2016-09-22 Francisco FacioniLSD: Optimization, avoid converting the image to double
2016-09-19 Francisco FacioniLSD: Removes unused code
2016-09-16 Vadim PisarevskyMerge pull request #7266 from alalek:pr7159
2016-09-16 Alexander AlekhinMerge pull request #7294 from tomoaki0705:fixBuildCudaA...
2016-09-16 Alexander AlekhinMerge pull request #7295 from lupustr3:pvlasov/vs11_com...
2016-09-16 Alexander AlekhinMerge pull request #7285 from danil-tolkachev:none...
2016-09-16 Alexander AlekhinMerge pull request #7293 from Algomorph:master
2016-09-16 Pavel VlasovCompatibility fix for Visual Studio 2012;
2016-09-16 Gregory Kramidav4l2 backend: Y16 default behavior fixed & FOURCC setti...
2016-09-15 Tomoaki Teshimafix build error on CUDA + Aarch64
2016-09-15 Alexander AlekhinMerge pull request #7291 from lr-morales:openni/7290...
2016-09-15 Luis Roberto... [Issue #7290] Fixes OpenNI and OpenNI2 linking conflict
2016-09-15 stbnpsAdded support for V4L2_PIX_FMT_Y16
2016-09-15 Alexander AlekhinMerge pull request #7287 from seanm:master
2016-09-14 Sean McBrideRemoved some extra semi-colons
2016-09-14 danil-tolkachevsupress numpy future warning with `None` comparison
2016-09-14 Alexander AlekhinMerge pull request #7188 from valeriyvan:andfutheriosfixes
2016-09-14 Alexander AlekhinMerge pull request #7181 from valeriyvan:ioscleanup
2016-09-14 Vadim PisarevskyMerge pull request #7191 from anirudt:docs_moments
2016-09-14 Vadim PisarevskyMerge pull request #7217 from thiell:master
2016-09-14 Vadim PisarevskyMerge pull request #7112 from StevenPuttemans:improve_c...
2016-09-14 Vadim PisarevskyMerge pull request #7278 from alalek:opencv_version
2016-09-14 Vadim PisarevskyMerge pull request #7280 from sovrasov:calib_app_license
2016-09-14 Alexander AlekhinMerge pull request #7193 from valeriyvan:osxcleanup
2016-09-14 Valeriy VanMerge pull request #7178 from valeriyvan:iosfixes
2016-09-14 Vladislav SovrasovAdd license to interactive-calibration app sources
2016-09-14 Alexander Alekhinapps: add opencv_version command line tool
2016-09-13 anirudtdocs: truncated commit msg
2016-09-13 Vadim PisarevskyMerge pull request #7208 from terfendail:openvx_hal_impl
2016-09-13 Vadim PisarevskyMerge pull request #7034 from K-Shinotsuka:issue12
2016-09-12 StevenPuttemanshuge overhaul/update of cascade classifier training
2016-09-09 Vadim PisarevskyMerge pull request #7133 from sovrasov:interactive_cali...
2016-09-09 Vadim Pisarevskyseriously improved performance of blur function, especi...
2016-09-09 Maksim ShabuninMerge pull request #7165 from PkLab:doc_videoio
2016-09-09 PkLab.netLarge update of videoio doc and samples following mshab...
2016-09-09 Alexander Alekhinvideoio: refactor AVFoundation code integration
2016-09-09 Vadim PisarevskyMerge pull request #7259 from alalek:issue_7232
2016-09-09 Vadim PisarevskyMerge pull request #7260 from alalek:ffmpeg_windows_bin...
2016-09-09 anirudtdocs: adds doxygen @note for python in docs related...
2016-09-08 Vitaly TuzovAdded color conversion HAL API functions implemented...
2016-09-08 Alexander Alekhinffmpeg: update Windows binaries (ffmpeg 3.1.3)
2016-09-08 Vitaly TuzovAdded morphology and channel merge HAL API functions...
2016-09-08 Alexander Alekhincmake: fix libpng build on MSVS2012
2016-09-08 Alexander AlekhinMerge pull request #7171 from alalek:ocl_instrumentation
2016-09-08 Vitaly TuzovFixed compilation. Changed value returned by functions...
2016-09-08 Vitaly TuzovFixed warpings, added border mode support to warps...
2016-09-08 Vitaly TuzovResize, Warp and Filter HAL API functions are implement...
2016-09-08 Vitaly TuzovSeveral HAL API functions are implemented as immediate...
2016-09-08 Maksim ShabuninMerge pull request #7257 from alalek:issue_7256
2016-09-08 Alexander AlekhinMerge pull request #7213 from alalek:issue_7203
2016-09-08 Alexander Alekhinviz: use ../precomp.hpp in modules/viz/src/vtk/* files
2016-09-08 Alexander Alekhininstrumentation: fix build on Linux
2016-09-08 Alexander Alekhininstrumentation: minor refactoring, wrap OpenCL
2016-09-08 Alexander Alekhinffmpeg: fill avg_frame_rate
2016-09-08 Alexander Alekhinffmpeg: fix get_fps()
2016-09-08 Alexander AlekhinMerge pull request #7246 from paroj:bgfg_ocl
2016-09-08 Alexander AlekhinMerge pull request #7253 from Finfa811:revert_bordercon...
2016-09-08 Vladislav SovrasovDelete direct lapack calls, minor fixes in UI
2016-09-08 Alexander AlekhinMerge pull request #7247 from valeriyvan:matrix
2016-09-08 Alexander AlekhinMerge pull request #7156 from sovrasov:hal_qr_decomp
2016-09-08 Finfa811Reverted BORDER_CONSTAT in stitcher.cpp
2016-09-07 Alexander AlekhinMerge pull request #7233 from tomoaki0705:featureUniver...
2016-09-07 Valeriy VanMinor fix in MatAllocator::download
2016-09-07 Pavel RojtbergBackgroundSubtractorMOG2Impl: only use OpenCL if input...
2016-09-06 Maksim ShabuninMerge pull request #7202 from valeriyvan:fixUIImageToMat
2016-09-06 Maksim ShabuninMerge pull request #7221 from terfendail:sepfilter_vec_...
2016-09-06 Maksim ShabuninMerge pull request #7229 from catree:add_peopledetect_v...
2016-09-06 Alexander AlekhinMerge pull request #7064 from DmtKats:pam
2016-09-06 Maksim ShabuninMerge pull request #7220 from paroj:imgproc_doxy
2016-09-06 Dimitrios KatsarosImgcodecs: Implemented simple tests for PAM format
2016-09-06 Dimitrios KatsarosImgcodecs: Fixed a bug with checkSignature in GdalDecoder
2016-09-06 Dimitrios Katsarosimgcodecs: Implementation of PAM encoder/decoder
2016-09-05 Vladislav SovrasovAdd QR decomposition to HAL
2016-09-05 mschoeneckImprove canny (#7227)
2016-09-05 Alexander AlekhinMerge pull request #7234 from taketwo:is-continuous...
2016-09-05 Sergey AlexandrovAdd support for GpuMat in InputArray::isContinuous()
2016-09-04 Tomoaki Teshimause universal intrinsic for FP16
2016-09-04 catreeAdd the possibility to use a video stream with the...
2016-09-02 Pavel Rojtbergdoxygen: imgproc - underscores should not be escaped...
2016-09-02 Pavel Rojtbergdoxygen: undistortPoints - replace matlab code by latex...
2016-09-02 Alexander AlekhinMerge pull request #7210 from mshabunin:fix-warnings
2016-09-02 Alexander AlekhinMerge pull request #7130 from souch55:Fixed
2016-09-02 Vitaly TuzovUpdated HAL interface for separable filters to address...
2016-09-02 Alexander AlekhinMerge pull request #7183 from mself:LMeDS_median_optimi...
2016-09-02 Maksim ShabuninMerge pull request #7175 from tomoaki0705:featureIntrin...
2016-09-02 Maksim ShabuninMerge pull request #7174 from guycook:android-libcpp
2016-09-01 Matthew CookFix android libc++ build
2016-09-01 Stephane Thiellcmake: add support for Nvidia GPU Tesla K80
2016-09-01 Alexander AlekhinMerge pull request #7212 from alalek:issue_7003
2016-09-01 Maksim ShabuninFixed several GCC 5.x warnings
2016-09-01 Alexander Alekhincmake: update matlab path
2016-08-31 Maksim ShabuninMerge pull request #7182 from mself:two_channel_univers...
2016-08-31 Alexander AlekhinMerge pull request #7205 from souch55:Fixtrans
2016-08-31 sourinFixed traincascade read issue
2016-08-30 Valeriy VanGets rid of magic constant
2016-08-30 Tomoaki Teshimaadd 64F intrinsic in HAL NEON
next