6928 Commits (707d10f11526afee1e1a35ec7fdaa8b05f7e1656)

Author SHA1 Message Date
Vladislav Vinogradov 1325213303 use border extrapolation for central pixel in pyrDown 10 years ago
Vladislav Vinogradov fb15bdfb21 fix racecheck warning in scanRows kernel 10 years ago
Vladislav Vinogradov 9d2d173485 increase epsilon for solvePnPRansac function 10 years ago
Ilya Lavrenov ceec0eb33a rmeoved unused functions 10 years ago
Ilya Lavrenov 02e29fc99c suppress -Wclobbered warning 10 years ago
lujia 7ce116695d bugfix_for_hog_detectMultiScale_with_weights 10 years ago
Vladislav Vinogradov 6a6619ec1e increase epsilons for some sanity tests 10 years ago
Vladislav Vinogradov d22516872c fix BruteForceMatcher resource distribution 10 years ago
Vladislav Vinogradov 17608f7ade make NVIDIA tests verbose by default 10 years ago
Vladislav Vinogradov 81ebe28c24 fixed a bug in scanRows CUDA kernel (part of nppStIntegral) 10 years ago
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
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