7013 Commits (1cb0dfa66902c1ed55d93997b8e97b4acbb8bb10)

Author SHA1 Message Date
Andrey Pavlenko eeae81e903 fixing confusing variable naming in a sample code 10 years ago
ippei ito b8c00854fe instead of "using namespace cv" put all the tests into cv:: namespace. 10 years ago
ippei ito b7276359e9 Test accuracy for PR#3829 10 years ago
Prof. Dr. Rudolf Haussmann a9d4e05346 Changes to be committed: 10 years ago
ippei ito 65b0ecfec5 Test accuracy for PR#3829.Fix WOrder warning on gcc 10 years ago
ippei ito d1902a1276 Test accuracy for PR#3829.Fix warning on gcc, comment out INIT_RANDOM_SEED for same result each ran. 10 years ago
ippei ito 56cae1b293 Test accuracy for PR#3829.Fix Some Error, Modify SLA. 10 years ago
ippei ito 7c740b6a31 Test accuracy for Pull Request # 3829 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
ippei ito 7d665a4754 Fix warn conversion from 'size_t' to 'int'. add comment for doxygen 10 years ago
ippei ito f7d52c774e Fix compile error on linux change cv::InputArray& to cv::InputArray 10 years ago
ippei ito 8efdfd9dfc Fix unused-parameter Warning 10 years ago
ippei ito cd42e38013 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 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