Added OpenVX based processing to medianBlur
[platform/upstream/opencv.git] / modules /
2016-11-02 Vladislav SovrasovSkip UTF-8 BOM in FileStorage
2016-11-02 Vladislav SovrasovAdd assertion to prevent processing of large images...
2016-11-02 Vladislav SovrasovClarify documentation for cv::Algorithm::read
2016-11-02 Vadim PisarevskyMerge pull request #7526 from alalek:fix_arm_builds
2016-11-02 Vadim PisarevskyMerge pull request #7582 from K-Shinotsuka:issue32
2016-11-02 Vadim PisarevskyMerge pull request #7583 from K-Shinotsuka:issue33
2016-11-02 Vadim PisarevskyMerge pull request #7584 from tomoaki0705:fixFp16BuildO...
2016-11-01 k-shinotsukaadd SSE code for Lab2RGB_f.
2016-10-31 Alexander AlekhinMerge pull request #7571 from panxiaochun:CvVideoCamera...
2016-10-31 Alexander AlekhinMerge pull request #7497 from abratchik:java.wrapper...
2016-10-31 Tomoaki Teshimafix build error on old compiler
2016-10-31 Alexander AlekhinMerge pull request #7589 from alalek:fix_perf_stitching
2016-10-31 Eric Sommerladefixed detection_based_tracker on visual studio 2013...
2016-10-31 Alexander Alekhintest: don't check magic values in stitching perf test
2016-10-31 abratchikfix for #7510, #7511 and #7512
2016-10-31 abratchikfix java wrapper autotests
2016-10-30 Alexander AlekhinMerge pull request #7516 from sovrasov:find_contours_fix
2016-10-30 Alexander AlekhinMerge pull request #7574 from Tytan:expcomp_before_seams
2016-10-30 k-shinotsukaadd SSE code for Luv2RGB_f.
2016-10-29 Vadim PisarevskyMerge pull request #7580 from seanlis:wrong_diag_comment
2016-10-29 Vadim PisarevskyMerge pull request #7540 from K-Shinotsuka:issue31
2016-10-29 Vadim PisarevskyMerge pull request #7503 from pengli:box_filter_v2
2016-10-29 Vadim PisarevskyMerge pull request #7549 from StevenPuttemans:add_sampl...
2016-10-29 Sean LiCorrect the comment of Mat::diag(const Mat& d).
2016-10-29 k-shinotsukaadd SSE code for RGB2Luv_f.
2016-10-29 Tomoaki Teshimaadd universal hardware support check function
2016-10-28 Vadim PisarevskyMerge pull request #7572 from tomoaki0705:featureUniver...
2016-10-28 QuentinCompensate exposure before finding seams
2016-10-28 Tomoaki Teshimaadd universal intrinsic in StereoSGBM
2016-10-28 Alexander AlekhinMerge pull request #7561 from paroj:winvisible
2016-10-28 Pavel Rojtberghighgui: add property WND_PROP_VISIBLE
2016-10-28 Vladislav SovrasovDisable redundant border initialization in findContours
2016-10-28 panxiaochunfix the problem:repeatedly stop cause app crash
2016-10-28 panxiaochunremove self. in release method
2016-10-28 panxiaochunfix the problem: leak memory when repeatedly start...
2016-10-27 Alexander AlekhinMerge pull request #7554 from lupustr3:pvlasov/morph_is...
2016-10-27 Alexander AlekhinMerge pull request #7558 from alalek:cv_xadd
2016-10-27 Alexander Alekhincore: update CV_XADD
2016-10-27 Alexander AlekhinMerge pull request #7553 from erichkeane:interlocked_ad...
2016-10-27 Pavel VlasovBORDER_ISOLATED support for Laplacian, boxFilter and...
2016-10-26 E Sommerladeremoved spaces at line endings, fixed warning
2016-10-26 Erich KeaneRemove Intel Specific CV_XADD Definition
2016-10-26 E Sommerladerestored Parameters() constructor to maintain ABI compa...
2016-10-26 E Sommerladefixed use of std::lock outside of ifdefs
2016-10-26 Alexander AlekhinMerge pull request #7551 from fegorsch:fix_yaml_header
2016-10-26 Li Pengocl kernel performance optimization for box filter
2016-10-25 Erich KeaneCorrect cast for _InterlockedExchangeAdd on ICC
2016-10-25 E Sommerladefixed detection_based_tracker on visual studio 2013...
2016-10-25 Eric SommerladeMerge pull request #2 from opencv/master
2016-10-25 fegorschUse colon in "%YAML:1.0" directive when persisting...
2016-10-25 Alexander AlekhinMerge pull request #7545 from sovrasov:flood_fill_fix_m...
2016-10-25 Vladislav SovrasovEnable chessboard detector test on Ubuntu
2016-10-25 Vladislav SovrasovAdd a regression test, fix documentation
2016-10-25 Vladislav SovrasovfindContours: integrate workaroung to allow contours...
2016-10-25 Vladislav SovrasovFix wrong default mask value in floodFill
2016-10-24 Alexander AlekhinMerge pull request #7541 from tomoaki0705:fixArmDivCaro...
2016-10-22 TetragrammAdd 90 degree rotation methods. This provides a quick...
2016-10-22 Alexander AlekhinMerge pull request #7517 from paroj:pp_dpdf
2016-10-22 Alexander AlekhinMerge pull request #7531 from dtmoodie:cmake_updates
2016-10-22 Jiri HornerMerge pull request #6933 from hrnr:gsoc_all
2016-10-22 ArekMerge pull request #7518 from ArkadiuszRaj:aravis-buffe...
2016-10-21 Alexander AlekhinMerge pull request #7536 from alalek:viz_warn
2016-10-21 Alexander Alekhinviz: update for VTK6.2+
2016-10-21 Alexander AlekhinRevert "Fix for VTK6.2 issue."
2016-10-21 Alexander AlekhinMerge pull request #7533 from seanm:master
2016-10-21 Sean McBrideEliminated use of obsolete 'register' keyword
2016-10-20 Alexander Alekhints: update run.py
2016-10-20 Alexander Alekhintest: fix tolerance perf check for Exp/Log/Sqrt
2016-10-20 Alexander Alekhintest: update Div and ConvertScaleAbs perf tests
2016-10-20 Alexander Alekhintest: change condition in Photo_Decolor
2016-10-20 Alexander Alekhintest: update condition for Calib3d_StereoCalibrate
2016-10-20 Alexander Alekhintest: don't use points on single line for solvePnP
2016-10-20 Alexander Alekhintest: update HoughLines perf test
2016-10-20 Alexander Alekhintest: fix tolerance
2016-10-20 Alexander Alekhintest: fix tolerance
2016-10-20 Alexander AlekhinMerge pull request #7507 from vrabaud:iplimage_overflow
2016-10-20 Alexander AlekhinMerge pull request #7520 from kesinger:memsetform
2016-10-20 Alexander AlekhinMerge pull request #7524 from tomoaki0705:fixDivFixtureArm
2016-10-20 Vincent RabaudFix imageSize overflow in IplImage
2016-10-19 Pavel RojtbergcalibrateCamera: mask f_x when using FIX_ASPECT_RATIO
2016-10-18 Jake Kesingervideoio: Fix for valgrind warning in icvGetPropertyCAM_V4L
2016-10-18 Maksim ShabuninMerge pull request #7513 from abratchik:fix.wrappers...
2016-10-18 Alexander AlekhinMerge pull request #7509 from lpea:camv4l_segfault
2016-10-18 abratchikfix for #7501
2016-10-17 Guillaume Jacobvideoio: fix segfault if CONVERT_RGB is false (issue...
2016-10-17 Alexander AlekhinMerge pull request #7506 from mshabunin:x11-collide...
2016-10-17 Alexander AlekhinMerge pull request #7508 from alalek:fix_optflow_test
2016-10-17 Alexander Alekhinvideo: fix optflow test: NAN results shouldn't bypass...
2016-10-17 Alexander AlekhinMerge pull request #7494 from tomoaki0705:fixVideoLKPyr...
2016-10-17 Alexander AlekhinMerge pull request #7505 from LukeZheZhu:filterSmall_do...
2016-10-17 Vadim PisarevskyMerge pull request #7443 from Tytan:akaze
2016-10-17 mshabuninAdded warning about possible X11 macro collision
2016-10-17 LukeZhuFix the problem: filterSmall.cl report error with double
2016-10-16 Alexander AlekhinMerge pull request #7496 from abratchik:java.wrapper...
2016-10-16 ArekMerge pull request #7472 from ArkadiuszRaj:aravis-autoe...
2016-10-16 abratchikadd vector_vector_KeyPoint support to python wrappers
2016-10-16 abratchikfix regression issues in Feature2D and DescriptorMatche...
2016-10-16 Tomoaki Teshimafix error from performance test of LK pyramid
2016-10-15 Alexander AlekhinMerge pull request #7476 from abratchik:java.wrapper...
2016-10-15 Alexander AlekhinMerge pull request #7487 from StevenPuttemans:add_compu...
next