989 Commits (2388fa223e8282eacaf28365f92ff81277414d5a)

Author SHA1 Message Date
Vadim Pisarevsky 2388fa223e patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren) 14 years ago
Anatoly Baksheev e12b63dde0 beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter) 14 years ago
Elena Fedotova 25fc046a7a Purpose: updated the core chapter 14 years ago
Maria Dimashova b1e0f2a45e to test buildbot (1) 14 years ago
Maria Dimashova f9d9b3893b to test buildbot 14 years ago
Maria Dimashova afd5683cb6 removed duplicated comments 14 years ago
Vadim Pisarevsky 535425982f extended libdc1394 backend (the patch is by Michael Joachimiak) 14 years ago
Maria Dimashova c820438b22 restored several tests on features2d after moving on google tests 14 years ago
Vadim Pisarevsky 253d8c683e knearest training has been threaded (thanks to Konstantin Krivakin) 14 years ago
Elena Fedotova 3f2daa1dcf Purpose: updated the last section of chapter 10 14 years ago
Vadim Pisarevsky 60633fddd0 fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo) 14 years ago
Anatoly Baksheev a69de4bf26 minor bug in hog (unbind texture) 14 years ago
Anatoly Baksheev 5f56b27616 added ROI support for HOG_GPU 14 years ago
Vadim Pisarevsky 400dbb13db fixed remaining ?? 14 years ago
Anatoly Baksheev 8b8ad17f4a fixed extra memory allocations. 14 years ago
Elena Fedotova 05173022bb Purpose: updated the last section of chapter 10 14 years ago
Vadim Pisarevsky 5291b9dfe5 corrected grammar (done by Elena) 14 years ago
Vadim Pisarevsky fafc2f372c corrected grammar (done by Elena) 14 years ago
Vladislav Vinogradov 57195e9627 fixed SURF_GPU bug (features count > max dimension of grid) 14 years ago
Anatoly Baksheev d0e66f7766 minor 14 years ago
Vincent Rabaud 3ac48de183 - speed up the Hamming distance 14 years ago
Maria Dimashova cbdc91889a fixed setProperty 14 years ago
Alexey Spizhevoy bf034f9927 fixed gpu::meanShiftSegmentation docs 14 years ago
Alexey Spizhevoy ca1584dd1f fixed gpu::graphcut preconditions 14 years ago
Alexey Spizhevoy ad693d7311 fixed gpu module HOG test failing on x64 OS 14 years ago
Vladislav Vinogradov d888b81052 fixed gpu docs (broken links, missing description, etc) 14 years ago
Nils Hasler 2a5fde0c4d #include cstdarg because va_list is used 14 years ago
Vadim Pisarevsky 800266dd52 parallel training of a neural net using TBB (thanks to Konstantin Krivakin) 14 years ago
Alexey Kazakov d002c137ea Modified integral calculation function, know it can build float integral by float source matrix 14 years ago
Vladislav Vinogradov 9342c4b076 added upright parameter to SURF_GPU 14 years ago
Vladislav Vinogradov fcff126086 fixed some warnings in surf.cu 14 years ago
Ethan Rublee 6c2cdb6772 Applying fix described in ticket #910. sift was not being built for arm... 14 years ago
Vladislav Vinogradov ca803e12fd fixed mask calculation in SURF_GPU 14 years ago
Vladislav Vinogradov d05c6b8b68 fixed surf.cu compilation on CC 2.0 14 years ago
Anatoly Baksheev 9214173c2c some includes moved to precomp.hpp for gpu module 14 years ago
Vladislav Vinogradov ed3f491212 updated SURF_GPU docs 14 years ago
Vincent Rabaud 578ca872e4 - add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN) 14 years ago
Vincent Rabaud 28c2d3b89f - replace the linear search in a sorted list by the appropriate algorithm 14 years ago
Anatoly Baksheev c3e813517d minor (fixed log message) 14 years ago
Vladislav Vinogradov 58f6919795 made GPU version of SURF more consistent with CPU one 14 years ago
Alexey Spizhevoy c067c633f0 added docs for gpu::solvePnPRansac 14 years ago
Vadim Pisarevsky 73f589e8a5 further docs cleanup 14 years ago
Alexey Spizhevoy 23416e3db5 make GPU version of solvePnPRansac more consistent with CPU one 14 years ago
Alexey Spizhevoy 1d62fddd31 updated solvePnpRansac performance test 14 years ago
Jose Luis Blanco 673061fb17 Fixed build errors in MSVC when building without CUDA. 14 years ago
Vadim Pisarevsky 5c3447c125 added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago
Vadim Pisarevsky 30dcfe0c7a 14 years ago
Alexander Shishkov 04461a53f1 added solvePnPRansac method 14 years ago
Vadim Pisarevsky f025e4739a some more doc cleanup 14 years ago
Alexey Spizhevoy 4e6572acd9 removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing) 14 years ago