11891 Commits (3fe69f4e67a404e2e52a07fc8e02b45098cd38c5)

Author SHA1 Message Date
Pavel Rojtberg 78eac67a01 clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
tcavallari cca78e0601 Null Pointer check in vizimpl.cpp 10 years ago
Nisarg Thakkar 0fd1203b3b Fixed Doc Errors Bug#4282 10 years ago
Vadim Pisarevsky 6916a1438f fixed some newly introduced compile errors and warnings 10 years ago
Vadim Pisarevsky ca9a2887fc extended universal intrinsics: added 64-bit integers, improved shift operators, renamed "pack" operations; changed semantics of extended integer multiplication, added v_dotprod. 10 years ago
Maksim Shabunin a362aca783 Rename manager package to OpenCV3 Manager 10 years ago
Maksim Shabunin 316d76bdb6 Rename OpenCV Engine to org.opencv.engine3 for release candidate 10 years ago
Vadim Pisarevsky 92f2ad0a11 trying to fix test failures (take 2) 10 years ago
Vadim Pisarevsky 17675b4cb8 trying to fix test failures 10 years ago
Vadim Pisarevsky ce7590bd24 continuing fixing universal intrinsics 10 years ago
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
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
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