Roman Donchenko
|
d31a0eab9e
|
Merge pull request #2815 from Aletheios:Bugfix#3705
|
11 years ago |
Roman Donchenko
|
ccbc764c02
|
Merge pull request #2975 from asmorkalov:ocv_cuda_6.5_fix
|
11 years ago |
Alexander Smorkalov
|
60a5ada454
|
Build fixes for CUDA 6.5
|
11 years ago |
Roman Donchenko
|
d3c2b15f82
|
Merge pull request #2955 from SpecLad:find-libv4l2
|
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 |
Andrey Pavlenko
|
64d8cf1e2e
|
improving face-rec sample:
* CSV can contain dir-s and wildcards
* save trained model
|
11 years ago |
Roman Donchenko
|
d262b04d99
|
Merge pull request #2903 from mmaraya:2.4
|
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 |
StevenPuttemans
|
03fe86f0a3
|
added extra warning about the automatic parameter loading for traincascade application when the param.xml file already exists
|
11 years ago |
PhilLab
|
13a0c14e6c
|
Added publication reference
|
11 years ago |
Raaj
|
6e022dcb06
|
Update facedetect.cpp
Somebody forgot to add curly brackets
|
11 years ago |
Richard Yoo
|
c38023f4e7
|
Modifications to support dynamic vector dispatch.
|
11 years ago |
Camille
|
cbb5fc0acc
|
bug fix 3696
|
11 years ago |
Alexander Alekhin
|
2df3abe16b
|
Merge pull request #2954 from ilya-lavrenov:doc_fix
|
11 years ago |
Ilya Lavrenov
|
ecec53f509
|
fixed docs
|
11 years ago |
Roman Donchenko
|
023102c804
|
cap_libv4l.cpp depends on both libv4l 1 and 2, so search for both
How this worked before, I do not know.
|
11 years ago |
unknown
|
52c05e75cc
|
Fixed C++11 compatibility warning
|
11 years ago |
Roman Donchenko
|
3d48994a72
|
Merge pull request #2883 from berak:b_3756_24
|
11 years ago |
berak
|
7b160fa3cb
|
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756)
|
11 years ago |
Roman Donchenko
|
71d3654832
|
Merge pull request #2558 from asmorkalov:ocv_matop_init_fix
|
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 |
Vadim Pisarevsky
|
39127d942e
|
Merge pull request #2908 from mmaraya:bug_3737
|
11 years ago |
Vadim Pisarevsky
|
b068e63618
|
Merge pull request #2930 from akarsakov:dft_dst_size_fix
|
11 years ago |
Alexander Karsakov
|
4b8fb6c246
|
Fixed dst size
|
11 years ago |
Vadim Pisarevsky
|
133d861d65
|
Merge pull request #2915 from SpecLad:core-useless-casts
|
11 years ago |
Vadim Pisarevsky
|
8539d424b2
|
Merge pull request #2071 from pemmanuelviel:LshOrthogonalSubvectors
|
11 years ago |
Alexander Alekhin
|
dcf96b2da7
|
Merge pull request #2922 from ilya-lavrenov:mac_fix
|
11 years ago |
Alexander Alekhin
|
b1ac35e14a
|
ocl: fix mac and superres test
|
11 years ago |
Ilya Lavrenov
|
43e4946cca
|
fix for fisheye
|
11 years ago |
Vadim Pisarevsky
|
1b18ebf28a
|
Merge pull request #2905 from Jazmann:2.4
|
11 years ago |
Vadim Pisarevsky
|
f6cf68094f
|
Merge pull request #2917 from mmaraya:bug_3872
|
11 years ago |
Vadim Pisarevsky
|
d826bcdbbb
|
Merge pull request #2914 from alalek:fix2.4
|
11 years ago |
Ilya Lavrenov
|
070be56e14
|
fixed warnings
|
11 years ago |
StevenPuttemans
|
939c60bcaa
|
fixed two models, adding xml identifier to correct position
|
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 |
Roman Donchenko
|
1138fbb940
|
Merge pull request #2766 from akarsakov:pyr_border_constant
|
11 years ago |
Roman Donchenko
|
436342d5f4
|
Merge pull request #2880 from GravityJack:SparseMatIterator-build-fix
|
11 years ago |
Roman Donchenko
|
b21b8ff9d7
|
Merge pull request #2891 from nisargthakkar:dims_zero_on_release
|
11 years ago |
Vadim Pisarevsky
|
fb8fa3fdac
|
Merge pull request #2889 from Ilya-Krylov:fisheye
|
11 years ago |
Jasper
|
f45da9866a
|
Fix for VTK6.2 issue.
|
11 years ago |