6847 Commits (8c2bde2af4b94d2b1478502962e8678cd72d9b5f)

Author SHA1 Message Date
Vladislav Vinogradov 27302c367c fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture 10 years ago
Andrew Senin 8c55d7be5e Ximea camera fix (see issue #4235) 10 years ago
Andrey Pavlenko eeae81e903 fixing confusing variable naming in a sample code 10 years ago
Prof. Dr. Rudolf Haussmann a9d4e05346 Changes to be committed: 10 years ago
Tim D. Smith d057828ee3 Don't explicitly link Python on OS X 10 years ago
Prof. Dr. Rudolf Haussmann a7bf1d53d8 Changes to be committed: 10 years ago
Luis Díaz Más 7711cd284b Fix a bug that impede to set the trackbar pos using the Qt control panel 10 years ago
Boris Daskalov 8755ffbf31 Fix a bad free space check in icvGrowSeq. 10 years ago
Luis Díaz Más d14a1de947 Fixing the bug #4244 that I just reported in code.opencv.org 10 years ago
Alexander Smorkalov 514b3b520c Documentation update after iOS warnings fix in contrib/retina header. 10 years ago
Vladislav Vinogradov c849492dfa fix tests for gpu HOG 10 years ago
Vladislav Vinogradov 4f5d30a865 fix GpuMat::setTo implementation 10 years ago
StevenPuttemans 2c0ef660bf Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work. 10 years ago
Vladislav Vinogradov 21bbed7baf fix gpu HOG implementation: 10 years ago
Vladislav Vinogradov c147ab1e85 set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic 10 years ago
Mansour Moufid 7d4cbbd7aa Cast a long integer to double explicitly. 10 years ago
Mansour Moufid b7be49426d Cast some image coordinates and sizes to double. 10 years ago
Mansour Moufid 42b1c6440c Cast some matrix sizes to type int. 10 years ago
Mansour Moufid 35a89b1541 Change some vector mask types to unsigned. 10 years ago
StevenPuttemans 720fd144ef add fit ellipse technique notice 10 years ago
Alexander Smorkalov 96e5300fdd OpenCV and OpenCV Manager version++ 10 years ago
StevenPuttemans 4f621de849 fix bug 3714 2.4 branch 10 years ago
Vijay Pradeep 49bc100e51 Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed 10 years ago
Alexander Alekhin dc21a0a6b5 Android: fix JavaCameraView implementation 10 years ago
Roman Donchenko d218f28070 cap_msmf.hpp: fix a warning about nNull being unused 10 years ago
Roman Donchenko 77578d415f Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
Thomas Gabrowski ff4c42d182 Fix iOS warnings about implicit conversion precision by changing double literals to float ones 10 years ago
Andrew Senin b9a6edfe3d Fixing XIMEA parameters mapping (issue #4176) 10 years ago
Vladislav Vinogradov 7bb8c50080 disable gpu::matchTemplate tests 10 years ago
AfterEight e938563de5 Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value) 10 years ago
Alexander Karsakov c481e06e87 Fixed getPolicy() method to make it thread-safe. 10 years ago
Alexander Smorkalov 9e9327e2f8 Added OpenCV 3.0 compat header for TS module. 10 years ago
Craig Reynolds 72d90ba8d2 In cvAddText, construct QString from "text" using fromUtf8. 10 years ago
Alexander Smorkalov d277a1ba75 TIFF support hack for aarch64 reverted. 10 years ago
Vijay Pradeep 1292fdf71a Now using default arg instead of overloads 10 years ago
Vijay Pradeep 964d5a20e9 Whitespace fix 10 years ago
Vijay Pradeep 177478a8ad overload instead of default arg for ABI backwards compatibility. rng_seed is now 'int' to support python port 10 years ago
Vijay Pradeep a1c5740044 solvePnPRansac now accepts a seed and is deterministic 10 years ago
Vijay Pradeep 042ff210d5 Fixing race condition by expanding resultsMutex lock section 10 years ago
Alexander Smorkalov c778011f14 More accurate AVX and AVX2 control. 10 years ago
Maksim Shabunin e23ba9215d Fixed memory leak in ML module 10 years ago
Alexander Smorkalov 8acd4c3ff4 More accurate fix for libtiff and aarch64. 10 years ago
Alexander Smorkalov c0a8d4e1ef Fix of HaarCascade GPU test for aarch64. 10 years ago
Vladislav Vinogradov d00f36ec75 fix tests for gpu::matchTemplate: 10 years ago
Andrey Kamaev c105b72945 Assorted fixes: 10 years ago
Roman Donchenko 08da247a87 cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 16ce114e0c Fix memory leaks appearing when cvOpenFileStorage throws 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
StevenPuttemans 73d1ea9a52 fix bug 2432 for 2.4 branch 10 years ago
StevenPuttemans db9a0cfbc0 add extra to FeatureDetector docs 10 years ago