6575 Commits (cf3757448d273e5d8fc3d95e52383d0b521b234b)

Author SHA1 Message Date
Alexander Smorkalov 60a5ada454 Build fixes for CUDA 6.5 11 years ago
Ruslan Baratov b030d7e6a1 Doc: fix definition of macro CV_MAKETYPE 11 years ago
Leonid Beynenson 79878a57a9 Fixed bug in cv::detail::waveCorrect 11 years ago
PhilLab 13a0c14e6c Added publication reference 11 years ago
Camille cbb5fc0acc bug fix 3696 11 years ago
Ilya Lavrenov ecec53f509 fixed docs 11 years ago
berak 7b160fa3cb added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756) 11 years ago
Alexander Karsakov 4b8fb6c246 Fixed dst size 11 years ago
Alexander Alekhin b1ac35e14a ocl: fix mac and superres test 11 years ago
Ilya Lavrenov 43e4946cca fix for fisheye 11 years ago
Ilya Lavrenov 070be56e14 fixed warnings 11 years ago
Mike Maraya 95550c2582 test.py: Check if camera_calibration.tar.gz file exists before downloading it, opencv bug #3782 11 years ago
Roman Donchenko ebb0255e19 Remove a couple of useless casts in core headers 11 years ago
Alexander Alekhin 5c8cd76893 fix bug with invalid signature size (should not be less than signatureLength()) 11 years ago
Alexander Alekhin 3a8af7d691 fix python tests 11 years ago
Mike Maraya 7936faf9a3 Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737) 11 years ago
Mike Maraya 5c85f816c9 Revert "Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737)" 11 years ago
Mike Maraya 56683e6d11 Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737) 11 years ago
Mike Maraya fbac578c79 Fixes resizeWindow() on OS X (Bug #3200) 11 years ago
Jasper f45da9866a Fix for VTK6.2 issue. 11 years ago
Nisarg Thakkar 98421e5970 Fix for Bug#3757: All dimension values are 0 after release is called 11 years ago
Ilya Krylov 84bb77e914 Fixed android and windows x64 build issues 11 years ago
Marc Rollins 05e0b3b7e6 Fixing build error when using post-increment operator. 11 years ago
Daniel Angelov 660d7cd3ae Updated findHomography docs branch 2.4 11 years ago
Neo Alienson b6e25a9fc7 Fix typos 11 years ago
berak 3500c940d4 add Bag of Words to python wrapper 11 years ago
Alexander Alekhin 4d0848b3e8 fix -Wmaybe-uninitialized warning (initialize pointers to NULL) 11 years ago
Andrey Pavlenko 02b32d86d3 moving FaceRecognizer2 from public header to .cpp 11 years ago
berak fc610979bb export BOW to script wrappers 11 years ago
atinfinity f08d88fa78 fixed calculation method of "cv::TickMeter" 11 years ago
Konstantin Matskevich 59c8edfd98 facerec2 11 years ago
aletheios 1020a93fa3 Bugfix #3705: params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2 11 years ago
berak 2bacd8b702 2 fixed unassigned reshapes in em (#3674) 11 years ago
Alexander Alekhin e6f6905868 run.py: propagate OPENCV* env variables only with --android_propagate_opencv_env flag 11 years ago
Alexander Alekhin 766600529b run.py: added --android_env parameter 11 years ago
StevenPuttemans fea4396023 Added more info on the data input variable of kmeans 11 years ago
Pierre-Emmanuel Viel ec99f96c62 Add the ensureSimpleDistance() method to ensure the user the returned distance is not ^2 (the default for L2 for instance) 11 years ago
Pierre-Emmanuel Viel 2f8b5731da Fix local variable shadowing 11 years ago
Konstantin Matskevich 8d4a76925c fixed binary compatibility 11 years ago
Pierre-Emmanuel Viel e63d7de87c Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances 11 years ago
Alexander Karsakov 511ed4388e Disabled BORDER_CONSTANT for pyramid functions. 11 years ago
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio. 11 years ago
Ilya Krylov 3678020c28 Added license to source files 11 years ago
Ilya Krylov 0d2fab86b4 Changed documentation for namespace fisheye 11 years ago
Hernan Badino ca40d635e4 Switched insertion of connected components in filterSpecklesImpl 11 years ago
Ilya Krylov 651b13f72a Refactored class Fisheye to namespace fisheye 11 years ago
Roman Donchenko bea46c90b5 Remove a useless loop that copies an array to itself 11 years ago
StevenPuttemans 12207ac763 fix coordinate problem with large images - bug 1523 11 years ago
StevenPuttemans 7fc764f5e5 added documentation for findContours 11 years ago
Konstantin Matskevich a46f119fdf docs fixes 11 years ago