6790 Commits (5253265342e69ca764dc1727f57a3a0b2642512c)

Author SHA1 Message Date
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
unknown ade46bd428 Fixed typos in comments 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
Alexander Petrikov 6882970248 Add CV_Assert (ndisp % 8 == 0) to NEON version 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
Richard Yoo 11a09ef5cc Changes to support Intel AVX/AVX2 in cvResize(). 11 years ago
atinfinity f08d88fa78 fixed calculation method of "cv::TickMeter" 11 years ago
Konstantin Matskevich 59c8edfd98 facerec2 11 years ago
Aleksandr Petrikov 1a1cd9b4e9 add NEON realization for StereoBM(findCorrespondence, prefilterXSobel) 11 years ago
Ehren Metcalfe cd3aa0184a Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389) 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
Vladislav Vinogradov 746185652a add additional tests for different input cases 11 years ago
Vladislav Vinogradov f16503743f use more accurate reshape 11 years ago
thoinvil ea038436e6 Added condition to 1st test in cv::GaussianBlur 11 years ago
Ilya Krylov c30fef1f9d Fixed build issues 11 years ago
Vladislav Vinogradov 7e2f7f45d7 fix bug #3690 11 years ago
Vladislav Vinogradov 1f72873c55 fix cv::gpu::resize function 11 years ago