takacsd
537d1322b4
Add missing implementation to one of the Mat_<_Tp> constructor. ( #5945 )
2016-01-11 16:05:22 +01:00
Alexander Karsakov
6e22020dad
Fixed pnpTask: don't copy inliers vector in case it's empty.
2016-01-11 11:39:18 +03:00
Maksim Shabunin
7cb78451d1
Backported several changes from master branch:
...
- #3771 - inline round on ARM
- #5633 - documentation for MSER
- #5666 - run.py fixes
2015-12-21 18:20:37 +03:00
Alexander Smorkalov
53ed1a8c03
Build fix for QNX 6.6 neitrino.
2015-11-30 10:28:04 +03:00
Vadim Pisarevsky
42001234ab
Merge pull request #5390 from StevenPuttemans:add_markers_2.4
2015-11-23 13:40:00 +00:00
Maksim Shabunin
5c0cdd4d2d
Merge pull request #5650 from hoangviet1985:fix_bug_5623
2015-11-20 16:15:47 +00:00
Maksim Shabunin
739d7caa32
Merge pull request #5659 from jet47:cuda-wrap-stream-2.4
2015-11-19 09:25:36 +00:00
Maksim Shabunin
6148c3525e
Merge pull request #5672 from ilya-lavrenov:npp-graphcut
2015-11-19 09:18:23 +00:00
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
2015-11-17 18:52:55 +03:00
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
2015-11-15 00:56:56 +03:00
Maksim Shabunin
01b5971c94
Merge pull request #5640 from mshabunin:restore-ts-gpu
2015-11-13 15:47:17 +00:00
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
2015-11-12 13:07:30 +03:00
Alexander Alekhin
1862d1995f
Merge pull request #5652 from jet47:core-test-math-warning-fix
2015-11-12 03:10:46 +00:00
Jan Starzynski
2799829bc9
fix potential buffer overflow as in 3.0
2015-11-11 16:19:20 +01:00
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
2015-11-11 11:53:39 +03:00
hoangviet1985
6441620f45
The right signs give the right results
2015-11-10 16:18:07 -05:00
Vadim Pisarevsky
0f288d1082
Merge pull request #5605 from hoangviet1985:fix_bug_5599
2015-11-10 16:13:26 +00:00
Vadim Pisarevsky
82c1c68560
Merge pull request #5622 from LorenaGdL:hitAndMiss2.4
2015-11-10 16:03:48 +00:00
Vadim Pisarevsky
780b713016
Merge pull request #5638 from hoangviet1985:fix_bug_5623
2015-11-10 16:01:48 +00:00
berak
28974e7290
remove usage of obsolete _dataAsRows flag
2015-11-06 19:59:25 +03:00
Maksim Shabunin
ffb9e877e9
Restore ts/gpu_perf.hpp, trying to compile with VS 2015
2015-11-06 13:26:58 +03:00
Viet Dinh
57829d81ea
mac compile error
2015-11-05 23:31:30 -05:00
Viet Dinh
a20a273982
Merge remote-tracking branch 'Itseez/2.4' into fix_bug_5599
2015-11-05 23:20:04 -05:00
Viet Dinh
a1532582a6
optimize code
2015-11-05 19:38:24 -05:00
Viet Dinh
68bcff26fb
fix solveCubic
...
The original solution did not handle correctly when delta = 0,
resulting as nan errors. I also wrote a test case to test solving
equation x^3 = 0 after fixing.
2015-11-05 19:19:56 -05:00
Viet Dinh
433bc81b30
std::cbrt could not be found
2015-11-03 21:40:52 -05:00
Viet Dinh
c8bf176558
casting warning
2015-11-03 21:10:38 -05:00
Viet Dinh
cfd5caf29d
deal with type casting issues
2015-11-03 16:19:41 -05:00
Viet Dinh
f461d0cb7a
fix compile errors
...
some functions were not found in namespace std
2015-11-03 15:37:25 -05:00
Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
2015-11-03 15:17:49 -05:00
Lorena García
252feb4774
Hit and Miss morphological op
2015-11-03 19:42:22 +01:00
Viet Dinh
537a978dcf
update test_math.cpp
2015-11-03 12:52:49 -05:00
Vadim Pisarevsky
33dc41056f
Merge pull request #5392 from elenash:fisheye_fix
2015-11-03 10:57:36 +00:00
Viet Dinh
b6e8a47fca
fix whitespace errors
2015-11-02 09:28:37 -05:00
Viet Dinh
ed0065266e
update fixing bug #5599
2015-11-02 08:38:05 -05:00
Vadim Pisarevsky
c21ed69731
Merge pull request #5586 from mshabunin:run-py-changes-2.4
2015-11-02 12:05:00 +00:00
Viet Dinh
03e7b71707
fix whitespace errors
2015-11-02 00:50:05 -05:00
Viet Dinh
e06c696b3c
fix whitespace errors
2015-11-02 00:20:13 -05:00
Viet Dinh
40ce9f97d6
fix whitespace errors
2015-11-02 00:04:51 -05:00
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
2015-11-01 23:30:28 -05:00
Viet Dinh
fdf549b921
fix bug #5599
2015-11-01 11:08:01 -05:00
Maksim Shabunin
1e869c5e49
ts: refactor run.py script
...
Conflicts:
modules/ts/misc/run.py
2015-10-29 13:04:05 +03:00
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
2015-10-29 11:50:48 +03:00
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
2015-10-27 16:56:31 +03:00
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
2015-10-27 16:26:24 +03:00
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
2015-10-26 14:37:38 +03:00
Maksim Shabunin
497d92e7d1
Merge pull request #5533 from sturkmen72:patch-12
2015-10-22 12:30:38 +00:00
Maksim Shabunin
1cb0dfa669
Merge pull request #5500 from StevenPuttemans:fix_mask_notice_copyTo_2.4
2015-10-22 12:28:54 +00:00
Suleyman TURKMEN
73240b736b
Update camera_calibration_and_3d_reconstruction.rst
2015-10-16 22:30:00 +03:00
a-andre
d16fb30512
install opencv2/highgui.hpp header
2015-10-13 18:16:14 +02:00
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
2015-10-13 15:21:35 +02:00
Alexander Smorkalov
408107ce6d
Added missing copyright headers.
2015-10-13 15:02:38 +03:00
Alexander Alekhin
779dad12fb
Merge pull request #5491 from ilya-lavrenov:video-writers-delete
2015-10-12 10:48:16 +00:00
Ilya Lavrenov
0d5b739d35
delete video readers
2015-10-12 00:40:23 +03:00
Ilya Lavrenov
ec5244a73a
fixed memory leak in findHomography tests
2015-10-12 00:11:45 +03:00
Alexander Alekhin
454e5e5fa4
Merge pull request #5461 from berak:fix_putText_24
2015-10-06 17:12:25 +00:00
berak
bb9bd3132a
fix zero length std::string in putText()
2015-10-06 18:31:00 +02:00
Elena Shipunova
e539a9632d
Fix in fisheye calibrate function: #5389
2015-10-01 19:03:26 +03:00
StevenPuttemans
406cfc48c9
adding markers to OpenCV for 2.4 branch
2015-10-01 16:08:25 +02:00
Alexander Alekhin
60a689d27c
Merge pull request #5202 from ilya-lavrenov:gstreamer-v4l2
2015-09-24 14:46:23 +00:00
Alexander Alekhin
134a3f165d
Merge pull request #5381 from robertxwu:Bugfix_for_issue_#_of_5145
2015-09-23 09:58:24 +00:00
robertxwu
4a68cc1675
re-submit
2015-09-21 13:57:25 -07:00
Vadim Pisarevsky
f838a832b2
Merge pull request #5357 from fxtentacle:ha-2.4.11
2015-09-21 14:31:13 +00:00
Alexander Alekhin
e1b0d341e4
Merge pull request #5360 from SpecLad:test2-fail-on-failed-download
2015-09-18 12:10:52 +00:00
Roman Donchenko
08ad3b500b
test2.py: switch from urllib to urllib2
...
urllib2 raises an exception if an HTTP request produces an error code,
making the test fail earlier.
2015-09-17 18:24:30 +03:00
Roman Donchenko
56f17e4921
test2.py: fail if a downloaded image can't be decoded
2015-09-17 18:17:06 +03:00
Roman Donchenko
293ea03dcc
test2.py: remove unused imports
2015-09-17 18:14:49 +03:00
Hajo Nils Krabbenhöft
7825cbeb7d
buffer_size should be in bytes, not bits
2015-09-16 22:19:51 +02:00
Hajo Nils Krabbenhöft
d38fee7599
fix crash for large BW tif images
2015-09-16 22:04:42 +02:00
Tsukasa Sugiura
b23e536894
Fix LineAA in case of 4 channel
...
Fix bug when enter 4 channel image to LineAA function.
2015-09-12 01:48:28 +09:00
Alexander Alekhin
b29cde552a
Merge pull request #5325 from jet47:gpu-stereobp-fix
2015-09-10 14:40:05 +00:00
Vladislav Vinogradov
3ef067cc65
add extra checks to data_step_down to prevent out-of-border access
2015-09-10 10:05:25 +03:00
Vladislav Vinogradov
f903192c17
revert previous change in gpu::StereoBeliefPropogation
2015-09-10 10:05:04 +03:00
Vladislav Vinogradov
e2a9df408f
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
2015-09-10 09:55:46 +03:00
Vadim Pisarevsky
cba401fe53
Merge pull request #5313 from sturkmen72:patch-5
2015-09-09 10:39:25 +00:00
Elena Shipunova
036c3b4e6d
do not proceed with removing zero-length slice
2015-09-07 13:50:30 +03:00
Suleyman TURKMEN
9df5400200
Update drawing.cpp
...
https://github.com/Itseez/opencv/issues/4791
2015-09-07 11:33:29 +03:00
Alexander Alekhin
6fefc53e56
Merge pull request #5299 from ilya-lavrenov:core_hog
2015-09-04 14:30:17 +00:00
Alexander Alekhin
76235cbb70
Merge pull request #5300 from ilya-lavrenov:cuda_warnings
2015-09-04 10:21:44 +00:00
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
2015-09-03 19:13:00 +03:00
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
2015-09-03 18:33:15 +03:00
Ilya Lavrenov
3934d61de7
fixed uninitialized memory writing/reading in flann
2015-09-03 13:25:29 +03:00
Alexander Alekhin
a98ee0d3b2
Merge pull request #5289 from ilya-lavrenov:flann
2015-09-02 11:41:03 +00:00
Alexander Alekhin
73a8e65cbd
Merge pull request #5285 from ilya-lavrenov:ml5
2015-09-02 11:39:07 +00:00
Alexander Alekhin
ae0d428b62
Merge pull request #5281 from ilya-lavrenov:ml2
2015-09-02 11:38:45 +00:00
Ilya Lavrenov
32d7c1950a
fixed memory leak in flann index
2015-09-01 16:58:35 +03:00
Vadim Pisarevsky
5603617b7c
Merge pull request #5284 from ilya-lavrenov:ml4
2015-09-01 12:31:46 +00:00
Vadim Pisarevsky
43aae3fee8
Merge pull request #5283 from ilya-lavrenov:ml3
2015-09-01 12:31:05 +00:00
Vadim Pisarevsky
a7a4a2ae30
Merge pull request #5280 from ilya-lavrenov:ml
2015-09-01 12:30:36 +00:00
Ilya Lavrenov
1b8c2589c0
fixed memory leak in GBTrees
2015-09-01 14:38:11 +03:00
Ilya Lavrenov
887736bcd4
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
2015-09-01 13:22:49 +03:00
Alexander Alekhin
5b1967f80c
Merge pull request #5274 from ilya-lavrenov:features2d
2015-09-01 10:14:29 +00:00
Ilya Lavrenov
3a1bb93340
release filestorage before exception
2015-09-01 13:04:33 +03:00
Ilya Lavrenov
dfb49097e3
fixed memory leak in ANN
2015-09-01 12:29:52 +03:00
Ilya Lavrenov
d7bb1025f3
fixed memory leak in ml module
2015-09-01 11:26:25 +03:00
Ilya Lavrenov
dc441f50cd
fixed memory leak in descriptor regression tests
2015-08-31 17:30:42 +03:00
Ilya Lavrenov
be499b42d9
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
2015-08-31 17:21:55 +03:00
Vladislav Vinogradov
7ddc0bdd37
fix potential out-of-border access in gpu StereoBeliefPropagation
2015-08-27 16:09:37 +03:00
Vadim Pisarevsky
702afcd760
Merge pull request #5143 from alankarkotwal:2.4
2015-08-24 11:06:30 +00:00
Maksim Shabunin
9734abdc1a
Merge pull request #5114 from a-andre:missingHeader
2015-08-20 15:45:52 +00:00