25237 Commits (e6dd9a78aee8ccd217114f2b530e9772cdb6eb81)
 

Author SHA1 Message Date
Alexander Alekhin a5e8ae2183 Merge pull request #11969 from alalek:core_Matx_inv_solve_templates 7 years ago
Alexander Alekhin 1dec480974 Merge pull request #11951 from alalek:cuda_use_external_cmake_module 7 years ago
Alexander Alekhin d6c669f5cf Merge pull request #11963 from dkurt:dnn_cl_fix_matmul 7 years ago
Alexander Alekhin 014ae55379 cmake: update DL IE detection to align with OpenVINO 2018 R2 7 years ago
Maksim Shabunin 53eb27f508 AVI container: use C++ streams for file operations, check some operations for overflow 7 years ago
Alexander Alekhin 4a3dfffd46 Merge pull request #11965 from alalek:issue_11944 7 years ago
Alexander Alekhin 50751ae6ff Merge pull request #11967 from catree:add_tutorial_ml_java_python 7 years ago
Alexander Alekhin 10676f86d5 Merge pull request #11971 from csukuangfj:patch_1 7 years ago
Alexander Alekhin 5e31c82b5b Merge pull request #11980 from berak:core_lda_dataAsRow 7 years ago
berak 4382bdc859 core: remove unused dataAsRow flag from LDA 7 years ago
Alexander Nesterov dee5f9a67b Update qrcode algorithm: fix seg. fault with kmeans 7 years ago
Kuang Fangjun 2b6aa50b81 avoid negative index. 7 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 7 years ago
Dmitry Kurtaev 6eb8faea85 Enable TensorFlow networks tests for different backends and targets 7 years ago
Alexander Alekhin 23fc96e98f Merge pull request #11955 from terfendail:matx_solve_fix2 7 years ago
Vadim Pisarevsky abceae1ac0 Merge pull request #11921 from allnes:detect_qr_code 7 years ago
Alexander Alekhin eed1130327 Merge pull request #11966 from alalek:core_solve_method_check 7 years ago
catree 41b95cae38 Add Java and Python code for ML tutorials. 7 years ago
Dmitry Kurtaev de6f0a537d Fix fully-connected layer in case of number of rows less than 4 7 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 7 years ago
Alexander Alekhin 0155851929 imgproc(getPerspectiveTransform): add configuration parameter 7 years ago
Alexander Alekhin 71c6cb9c22 imgproc(getPerspectiveTransform): solve(DECOMP_SVD -> LU) 7 years ago
Alexander Alekhin 2170811e48 imgproc(perf): update getPerspectiveTransform perf test 7 years ago
Alexander Alekhin 9d8495f8b3 Merge pull request #11960 from dkurt:dnn_cl_clip_kernel 7 years ago
Alexander Alekhin 5385086fef core: solve(): add check for passed 'method' values 7 years ago
Dmitry Kurtaev dcc1beb1f8 Clip kernel for OpenCL PriorBox layer 7 years ago
Alexander Nesterov e38ea3a888 Update detect QRCode algorithm 7 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 7 years ago
Vitaly Tuzov 850a8577b2 Fixed unreachable code warnings for Matx::solve() 7 years ago
Alexander Alekhin e79c729b20 CUDA: allow to use external FindCUDA from modern CMake 7 years ago
Alexander Alekhin 625d20b9b4 Merge pull request #11949 from berak:dnn_object_detection_typo 7 years ago
berak 1c75f3d037 dnn: fix typo in object_detection.cpp sample 7 years ago
Alexander Alekhin 9c3ec05825 Merge pull request #11941 from alalek:dnn_ocl_fix_verify_umat_mapping 7 years ago
Alexander Alekhin 875f23881f Merge pull request #11942 from catree:add_tutorial_core_java_python 7 years ago
Vitaly Tuzov d0a3686812 Merge pull request #11904 from terfendail/matx_solve_fix 7 years ago
catree c9fe6f1afe Add Java and Python code for the following tutorials: 7 years ago
Alexander Alekhin 2508f7f971 dnn(ocl): fix wrong usage of stalled .getMat() pointers 7 years ago
Dmitry Kurtaev 8b5f061dae Replace std::vector<char> to std::vector<uchar> for Java bindings of dnn importers 7 years ago
Alexander Alekhin 999aba3807 Merge pull request #11936 from berak:dnn_shufflelayer_name 7 years ago
Alexander Alekhin fa66c6b797 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 7 years ago
Alexander Alekhin 82c7ab0231 Merge pull request #11927 from pengli:3.4 7 years ago
Li Peng 4c5a86828a Fix gemmlike convolution input reading 7 years ago
berak a7b502f04a dnn: preserve name, type strings for ShuffleLayer 7 years ago
Alexander Alekhin e4b5e9b9c9 Merge pull request #11931 from catree:add_doc_eye_ones 7 years ago
Alexander Alekhin e9bb26267e Merge pull request #11929 from alalek:dnn_test_drop_enums 7 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. 7 years ago
Alexander Alekhin 452fa3011c dnn(test): drop CV_ENUM for DNNBackend / DNNTarget 7 years ago
Dmitry Kurtaev d57e5406f0 Add readNet* functions which parse models from byte arrays 7 years ago
Alexander Alekhin 2da96be217 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 7 years ago
Alexander Alekhin 7fe0727930 Merge pull request #11924 from alalek:dnn_ocl_fix_max_pool_forward 7 years ago