12254 Commits (c0ee03fab284f48f578e83bf0b6564ddc2e18aab)

Author SHA1 Message Date
Сергей Нужный 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
theodore 02c3d8d792 documentation for the hconcat and vconcat functions 10 years ago
Tim D. Smith b9b743bbe3 Don't explicitly link Python on OS X 10 years ago
Erik Karlsson 01d3df0d00 Added normType parameter to fastNlMeansDenoisingMulti 10 years ago
Erik Karlsson 70a64ebe72 Added test cases 10 years ago
Erik Karlsson 5f8d688664 Added parameter normType to fastNlMeansDenoising 10 years ago
Erik Karlsson 9fff7896c5 Removed fastNlMeansDenoisingColored[Multi]Abs 10 years ago
Yan Wang 433c3da7cf Optimize the performance of cascade OpenCL kernel. 10 years ago
Kai Wolf f815bbab24 Fix typo in types_c.h 10 years ago
Evgeny Agafonchikov 91bd7df8c1 Fixing invalid opencv_test_ml calls 10 years ago
Dikay900 fb8478eb7b add resetting the offset variable after setting a new image 10 years ago
Dmitry-Me ce167e233b Reduce variable scope 10 years ago
Alexander Alekhin b5529aef9c ocl/bufferpool: fix cleanup 10 years ago
Owen Healy 86fb9f8409 Modify findTransformECC to support a mask of pixels to consider 10 years ago
Owen Healy ff48387a8a Fix bug of uninitialized matrix in findTransformECC 10 years ago
Dikay900 80069f384a resolve crash of haarclassifier when using a tilted feature 10 years ago
Ying Xiong decbdd1abb Fix compiler error on std::swap (CUDA7.0/clang/OSX) 10 years ago
Maksim Shabunin 9f08310307 Disabled TrainData::getNormCatValues wrapping due to pointer in parameters 10 years ago
Maksim Shabunin 231685133e OpenCV Manager: support 3.0.0 library 10 years ago
Maksim Shabunin 5709ec85d7 Disabled missing python method for static ml function 10 years ago
Maksim Shabunin 5247eacc3c Add python and java support for ml module 10 years ago
Maksim Shabunin d5b954c2d4 Moved property implementation macros to private header 10 years ago
Maksim Shabunin 7335a40a61 Replaced CV_PURE_PROPERTY macros with corresponding code 10 years ago
Maxim Kostin d1a8171011 Added WinRT concurrency support. 10 years ago
Olexa Bilaniuk 6d27d488bf Bugfix in n* optimization. 10 years ago