16482 Commits (7b8ab4e5c69e0bc0d71f8c6c4eaac4b148705ce9)

Author SHA1 Message Date
Alexander Alekhin 6d4f66472e OpenCV version++ 7 years ago
Alexander Alekhin 00e43a9022 ml(ANN_MLP): ensure that train() call is always successful 7 years ago
Dmitry Kurtaev bcc669f3f7 TensorFlow weights dequantization 7 years ago
Vitaly Tuzov e5313246a7 Reverted calls to linear resize back to generic version for floating point matrices 7 years ago
Li Peng 181b448c4d add one more convolution kernel tuning candidate 7 years ago
Alexander Alekhin 289a8da39e ml: simplify interfaces of SimulatedAnnealingSolver 7 years ago
Maksim Shabunin aa46e31c6d Replaced incorrect CV_Assert calls with CV_Error 7 years ago
Vitaly Tuzov 5fdb42a7c9 Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported 7 years ago
Alexander Alekhin 534645a12f ocl: workaround option to disable usage of buffer "Rect" operations 7 years ago
elenagvo cd1c8693d8 HAL for minMaxIdx 7 years ago
Ce Zheng 602b08d9c7
Update resize inline comments 7 years ago
Vitaly Tuzov 019162486c Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images 7 years ago
Tomoaki Teshima fe7b3f1228 clean up the code 7 years ago
Tomoaki Teshima 50d44e06e3 avoid the test which is too strict 7 years ago
Li Peng c5fc8e03ff cleanup unnecessary macros in convolution ocl kernel 7 years ago
Li Peng 0aa5e43a14 refactor candidate generation of convolution auto-tuning 7 years ago
jasjuang 235889ddbb handle legacy VTK functions 7 years ago
Dmitry Kurtaev c67e75b68f Refactor NMS procedure at RegionLayer 7 years ago
Alexander Alekhin 7bbe1a53cf imgcodecs(pxm): fix memcpy size 7 years ago
Vitaly Tuzov b6fe4cc807 Added performance tests for linear resize of 2 and 3-channel images 7 years ago
LaurentBerger e43997dbb5 Calcerror uses now weighted samples (#10346) 7 years ago
Alexander Alekhin 813ff37967 imgproc(ocl): fix RGB2RGBA kernel out of range access 7 years ago
Vitaly Tuzov 1eb2fa9efb Added universal intrinsics based implementations for CV_8UC2, CV_8UC3, CV_8UC4 bit-exact resizes. 7 years ago
Dmitry Kurtaev 7e48fa58eb Manage TensorFlow's NHWC data layout is smoother 7 years ago
Dmitry Kurtaev 0ed2cbc931 R-FCN models support 7 years ago
Alexander Alekhin b450811e4b core(logger): add log level configuration option 7 years ago
catree 87160cb297 Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial. 7 years ago
Li Peng 3b84acfc48 add ocl accuracy test for tf mobilenet ssd 7 years ago
Li Peng 436d7e4eaf add depthwise convolution kernel 7 years ago
Li Peng 910d7dab1f prior box layer ocl implementation 7 years ago
elenagvo b0e9d76ced HAL for canny 7 years ago
Dmitry Kurtaev 6aabd6cc7a Remove cv::dnn::Importer 7 years ago
Alexander Rybnikov 19c914db51 Changed wrapping mode for cv::dnn::Net::forward 7 years ago
Suleyman TURKMEN 1654dfe3a9 Update samples (#10333) 7 years ago
catree fcb537bacd Add a figure and some formulas to illustrate the PnP pose estimation principle. 7 years ago
Jiri Horner 3dbf392d48 fix build with intrinsics enabled 7 years ago
Dmitry Kurtaev 2b43d4f477 Fix default pooling layer type 7 years ago
Alexander Alekhin cac4a7e5b5 OpenCV version++ 7 years ago
Alexander Alekhin 3fddce67c6 experimental version++ 7 years ago
Alexander Alekhin 361bb1197f cmake: fix opencv_world build with contrib 7 years ago
Rostislav Vasilikhin bab86d65cb Merge pull request #10258 from savuor:fix/kmeans_channels 7 years ago
Alexander Alekhin aef3019152 ml: fix SimulatedAnnealingSolver interface 7 years ago
Maksim Shabunin 1033f2b1bd Fixed 3 issues found by static analysis 7 years ago
catree 0a439570a0 Move SimulatedAnnealingSolver::Impl in cpp file. Fix some typos. 7 years ago
Alexander Alekhin d5f152494b fix file names 7 years ago
Sayed Adel 1b8acd662f core:ppc Fix several issues for VSX (#10303) 7 years ago
LaurentBerger 7ad308ea47 Simulated Annealing for ANN_MLP training method (#10213) 7 years ago
zhijackchen 6df8ac0342 Merge pull request #10283 from zhijackchen:exr_export 7 years ago
Dmitry Kurtaev 08112f3821 Faster-RCNN models support 7 years ago
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago