12068 Commits (8fb37606f62fcb7564b1f304fd70f1c866e421af)

Author SHA1 Message Date
Vadim Pisarevsky bfbf864a73 fixed some more compile warnings (2) 10 years ago
Vadim Pisarevsky 1fcc83b84b fixed some more compile warnings 10 years ago
Vadim Pisarevsky c7121e8772 fixed compile warnings 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Deanna Hood 103336c76e Fix Bug #3989: correctly identify ellipse with its axes parallel to x-y axes during semi-major axis calculation 10 years ago
Ahmatnurov Dinar 2358c79db2 move 3265 to 3.0; 10 years ago
Nisarg Thakkar 00094a8792 Fix for Bug4243. Made changes relating to non OpenCL devices 10 years ago
Nisarg Thakkar a0bc0ab7cb Fix for Bug4243 10 years ago
Maksim Shabunin cb00c7036f Fix cache error during SVM train 10 years ago
Vadim Pisarevsky a2bba1b9e6 HAL extensions: added initial version of universal intrinsics (C implementation and SSE2, NEON - TBD). added empty files where some functionality from core and imgproc will be moved to 10 years ago
Ilya Lavrenov 17bedd72f0 workaround for stange internal compiler error when cross-compiling with 4.6 10 years ago
Daeyun Shin 4686b935c1 Fix typo in documentation. F = K^-T * E * K^-1 10 years ago
cbalint13 dee3a4b528 Add missing opencv_contrib PR #202 patch. 10 years ago
cbalint13 26997f32c6 Fix BRISK detector&descriptor using proper AGAST. 10 years ago
kalistratovag 740ae3581c Initial commit of avi mjpeg decoder 10 years ago
Maksim Shabunin 97c78838a4 Fixed windows build and one warning 10 years ago
Maksim Shabunin e7c02f376f Fixed world build with HAL 10 years ago
Сергей Нужный 4a65f3cee2 Squashed commit of the following: 10 years ago
Сергей Нужный e800800bec Squashed commit of the following: 10 years ago
Vadim Pisarevsky 259e41da73 reverted "typedef _InputArray InputArray", fixed warning from doxygen 10 years ago
Maksim Shabunin 35b2139929 Basic HAL module 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Сергей Нужный 3646967deb Fix bug in SVM::trainAuto 10 years ago
Сергей Нужный 0c24ccf538 Revert "Fix bug in SVM::trainAuto" 10 years ago
Сергей Нужный 225da0226e Fix bug in SVM::trainAuto 10 years ago
Ying Xiong 2d8b4fea9f Add #ifdef's such that python wrapper builds independent of other components 10 years ago
Ashod Nakashian f75f2ffd48 Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale. 10 years ago
Ashod Nakashian 6fd2fdc2e6 Jasper unit-tests and removed a superfluous assertion. 10 years ago
Andrew Senin 58f20a3b7f Ximea camera fix (see issue #4235) 10 years ago
Andrey Pavlenko ed9f933d41 fixing confusing variable naming in a sample code 10 years ago
Simon Heinen d2dc7f4c27 Update android+AsyncServiceHelper.java 10 years ago
Simon Heinen 0df9dc8fb9 Update android+AsyncServiceHelper.java 10 years ago
Sancho McCann 6593422c05 Bugfix: #4030 SVM auto-training. 10 years ago
Dikay900 952f9dbe62 initialize tiltedOffset variable at correct location 10 years ago
Evgeny Agafonchikov ae090fe10d Functionality for relocation of tests 10 years ago
Evgeny Agafonchikov 1f04f9d63b Fixing help messages 10 years ago
Maxim Kostin 412a2aa4ab Added support for 'imgcodecs' module: 10 years ago
Alexander Alekhin d326c77007 fix build (related to PR #3814) 10 years ago
Vadim Pisarevsky 602d2c33c0 added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder 10 years ago
Maksim Shabunin 56b02331f7 Commented unused constants in the RHO algorithm 10 years ago
Maksim Shabunin fab2a947ca Fix build for VC10 10 years ago
Vadim Pisarevsky b91313a84e initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report) 10 years ago
Vadim Pisarevsky 8d1232cc7a fixed warnings; transpose qtab to make it compatible with neon branch 10 years ago
Maksim Shabunin e94dfcee0d Add python test for inheritance structure generation 10 years ago
Maksim Shabunin 82adf7955f Fix python submodules inheritance detection 10 years ago
Vadim Pisarevsky 3df6b6fdcf added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 10 years ago
Alexander Alekhin 32da602bf7 fix build (related to PR #3814) 10 years ago
Dmitry-Me 75a65542ba Reduce variables scope 10 years ago
Dikay900 3465cef689 disable cuda::OpticalFlowNeedleMap if configured without cudaimgproc 10 years ago
Dmitry-Me 6318409a5d Reduce variable scope 10 years ago