17854 Commits (596ada51f32b6ddde5cc4943ec96bb8ee4ba8912)

Author SHA1 Message Date
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 7 years ago
berak e14b2ba43c objdetect: validate input in qrcode 7 years ago
Alexander Alekhin 81325a3fa0 highgui(gtk): use recursive cv::Mutex for 'window_mutex' variable 7 years ago
Alexander Alekhin aa0c6ddb4c highgui: fix GTK issues with external UI thread 7 years ago
Alexander Alekhin fc59498b2b cuda: fix build 7 years ago
Alexander Alekhin 06fc77610b core(hal): eliminate build warnings 7 years ago
Dmitry Kurtaev 019c2f2115 Enable more deep learning tests 7 years ago
Alexander Alekhin 4bc080dc50 fix function signatures, drop invalid casts 7 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 135ea264ef core: align cv::AutoBuffer API with std::vector/std::array 7 years ago
Dmitry Kurtaev f25a01bb5a Disable fusion to output layers 7 years ago
Dmitry Kurtaev 36288eebe7 Nearest neighbor resize from Keras 7 years ago
Alexander Alekhin f545aee66d videoio(VFW): lower priority (after DSHOW) 7 years ago
Alexander Alekhin b3578710cf videoio(MSMF): fix 32-bit build crash 7 years ago
ilovezfs 0c4328fbf3 Python 3.7 compatability 7 years ago
Dmitry Kurtaev 7ed5d85f25 Add Reshape layer tests 7 years ago
Alexander Alekhin 5557474467 imgcodecs(sunras): avoid buffer overrun 7 years ago
Alexander Alekhin 2dbaba077a videoio(msmf): avoid using of C++11 code 7 years ago
Alexander Alekhin 7a2448672c videoio(MSMF): avoid OpenCV load failure on Win7 machines 7 years ago
Alexander Alekhin c3a90ccbad videoio(MSMF): remove "always true" check 7 years ago
Li Peng 145eae321e pooling ocl kernel optimization 7 years ago
Dmitry Kurtaev d971678add Add a planar data layout tracking for TensorFlow importer 7 years ago
Dmitry Kurtaev 346871e27f Set output layers names and types for models in DLDT's intermediate representation 7 years ago
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846) 7 years ago
Nesterov Alexander 0081dc478f Init qrcode algo (#11829) 7 years ago
branka-plateiq 34ad9b8a42 Pass RANSAC parameters as function input (#10569) 7 years ago
Dmitry Kurtaev dbeb4a11be Parse strides and convolution kernel shapes considering data layout 7 years ago
Dmitry Kurtaev b11e22c25b Update Inference Engine tests 7 years ago
Vitaly Tuzov 67b67003c5 Disable MSMF VideoCapture fallback to existing camera in case provided index is out of range. 7 years ago
Dmitry Kurtaev 9510551c63 Multiple inputs for TensorFlow models 7 years ago