17332 Commits (236f3839699ab8766f691d23e10030f831843df1)

Author SHA1 Message Date
Alexander Alekhin 4283309daa dnn: update tests for OpenVINO models 6 years ago
Alexander Alekhin 6e767e2376 ts: add findDataDirectory() function 6 years ago
Dmitry Kurtaev 28e08ae0bd Add a sample which tests OpenVINO models 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Teng Yiliang dadde75ef0 use struct member width_set/height_set to replace static width/height. 6 years ago
Alexander Alekhin ee743afebe dnn(ocl): don't use getUMat() for long live objects 6 years ago
Tomoaki Teshima 18abe54497 fix build error on Visual Studio 2013 6 years ago
Maksim Shabunin a4060e15a4 dnn, IE backend: updated to match new interface 6 years ago
Dmitry Kurtaev 070393dfda uint8 inputs for deep learning networks 6 years ago
Alexander Alekhin f4df537e27 ts: fix PERF_TEST() macro to allow test_case name reusing 6 years ago
Alexander Alekhin e526c4bfe4 core(test): remove verbose messages 6 years ago
Maksim Shabunin fe806878be Enable debug assertions for static analysis builds 6 years ago
Maksim Shabunin a2a9a01e05 AVI container: verbose error messages 6 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Dmitry Kurtaev f38808a39f Add Java overloads for each default argument (#11940) 6 years ago
Li Peng f0cadaa6e3 enable concat layer fuse for OCL target 6 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 6 years ago
Alexander Alekhin b0ee5d9023 core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 6 years ago
Kuang Fangjun 84f2f37680 remove a useless statement. 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Maksim Shabunin 53eb27f508 AVI container: use C++ streams for file operations, check some operations for overflow 6 years ago
Alexander Nesterov dee5f9a67b Update qrcode algorithm: fix seg. fault with kmeans 6 years ago
Kuang Fangjun 2b6aa50b81 avoid negative index. 6 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 6 years ago
Dmitry Kurtaev 6eb8faea85 Enable TensorFlow networks tests for different backends and targets 6 years ago
Dmitry Kurtaev de6f0a537d Fix fully-connected layer in case of number of rows less than 4 6 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 6 years ago
Alexander Alekhin 0155851929 imgproc(getPerspectiveTransform): add configuration parameter 6 years ago
Alexander Alekhin 71c6cb9c22 imgproc(getPerspectiveTransform): solve(DECOMP_SVD -> LU) 6 years ago
Alexander Alekhin 2170811e48 imgproc(perf): update getPerspectiveTransform perf test 6 years ago
Alexander Alekhin 5385086fef core: solve(): add check for passed 'method' values 6 years ago
Dmitry Kurtaev dcc1beb1f8 Clip kernel for OpenCL PriorBox layer 6 years ago
Alexander Nesterov e38ea3a888 Update detect QRCode algorithm 6 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 6 years ago
Vitaly Tuzov 850a8577b2 Fixed unreachable code warnings for Matx::solve() 6 years ago
Vitaly Tuzov d0a3686812 Merge pull request #11904 from terfendail/matx_solve_fix 6 years ago
Alexander Alekhin 2508f7f971 dnn(ocl): fix wrong usage of stalled .getMat() pointers 6 years ago
Dmitry Kurtaev 8b5f061dae Replace std::vector<char> to std::vector<uchar> for Java bindings of dnn importers 6 years ago
Li Peng 4c5a86828a Fix gemmlike convolution input reading 6 years ago
berak a7b502f04a dnn: preserve name, type strings for ShuffleLayer 6 years ago
catree d7bd662c95 Add a note in the documentation about Mat::ones and mat::eye. With multi-channels type (e.g. CV_8UC3), only the first channel is treated. 6 years ago
Alexander Alekhin 452fa3011c dnn(test): drop CV_ENUM for DNNBackend / DNNTarget 6 years ago
Dmitry Kurtaev d57e5406f0 Add readNet* functions which parse models from byte arrays 6 years ago
Alexander Alekhin b6255ab9e7 dnn(ocl4dnn): fix args for 'max_pool_forward' kernel 6 years ago
Alexander Alekhin e2b5d11290 dnn: allow to use external protobuf 6 years ago
Alexander Alekhin 52b151dceb dnn(test): use checkMyriadTarget() in Test_Caffe_layers.Conv_Elu test 6 years ago
Dmitry Kurtaev 362d4f5395 Replace convertFp16 from dnn::Net::setInput() 6 years ago
asciian 61d8719b8d Reading net from std::ifstream 6 years ago
berak 45677819e8 core: fix autobuffer usage in opengl.cpp 6 years ago