Alexander Smorkalov
3c0b0b0f94
Build fixes for CUDA 6.5
...
(cherry picked from commit 60a5ada454
)
11 years ago
Alexander Smorkalov
60a5ada454
Build fixes for CUDA 6.5
11 years ago
Ruslan Baratov
b030d7e6a1
Doc: fix definition of macro CV_MAKETYPE
...
At least this is how it's defined in core/types_c.h
11 years ago
Leonid Beynenson
cce2d9927e
Fixed bug which caused crash of GPU version of feature matcher in stitcher
...
The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.
11 years ago
Leonid Beynenson
79878a57a9
Fixed bug in cv::detail::waveCorrect
...
The function makes wave correction of a stitched panorama.
Earlier it gave wrong results for panorama made from 1 frame.
11 years ago
PhilLab
13a0c14e6c
Added publication reference
11 years ago
Richard Yoo
c38023f4e7
Modifications to support dynamic vector dispatch.
11 years ago
Camille
cbb5fc0acc
bug fix 3696
11 years ago
Ilya Lavrenov
ecec53f509
fixed docs
11 years ago
unknown
52c05e75cc
Fixed C++11 compatibility warning
11 years ago
berak
7b160fa3cb
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756 )
11 years ago
PhilLab
2c29ee9e00
Added cast and removed formatting error
11 years ago
PhilLab
aafda43df1
Double precision for solvePnPRansac()
...
solvePnPRansac() and pnpTask() now accept object or image points with double precision.
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
...
This helps users who compile their code with -Wuseless-cast.
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 )"
...
This reverts commit 56683e6d11
.
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
...
Updated the documents to give warning to the users of `findHomography` that the function may return an empty matrix in some cases.
The user must take care of checking that.
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