Alexander Alekhin
c724d61219
Revert "Fix for VTK6.2 issue."
...
This reverts commit f45da9866a
.
8 years ago
Alexander Alekhin
17398c1e36
Merge pull request #7533 from seanm:master
8 years ago
Sean McBride
943ac96526
Eliminated use of obsolete 'register' keyword
...
Fixes clang warnings about uses of this obsolete keyword.
8 years ago
Dan
8842b9b2b2
Newer versions of gstreamer use a slightly different include path on windows.
...
Newer versions of VTK have moved some of the reader objects into vtkIOGeometry.
8 years ago
Alexander Alekhin
c57f145e90
ts: update run.py
...
Add information about python bindings
8 years ago
Alexander Alekhin
a901cc542b
test: fix tolerance perf check for Exp/Log/Sqrt
8 years ago
Alexander Alekhin
43c48e2ed1
test: update Div and ConvertScaleAbs perf tests
8 years ago
Alexander Alekhin
ee4b78fcce
test: change condition in Photo_Decolor
8 years ago
Alexander Alekhin
4439ba09f9
test: update condition for Calib3d_StereoCalibrate
8 years ago
Alexander Alekhin
db451f20df
test: don't use points on single line for solvePnP
8 years ago
Alexander Alekhin
7a9ed39655
test: update HoughLines perf test
8 years ago
Alexander Alekhin
5bafc1db75
test: fix tolerance
...
cv::rand result is not bitexact for floating-point numbers
8 years ago
Alexander Alekhin
abad2ca76c
test: fix tolerance
...
cv::rand result is not bitexact for floating-point numbers
8 years ago
Alexander Alekhin
7793299e53
Merge pull request #7507 from vrabaud:iplimage_overflow
8 years ago
Alexander Alekhin
052e62532a
Merge pull request #7520 from kesinger:memsetform
8 years ago
Alexander Alekhin
d18e45b442
Merge pull request #7524 from tomoaki0705:fixDivFixtureArm
8 years ago
Vincent Rabaud
a89aa8c90a
Fix imageSize overflow in IplImage
8 years ago
Tomoaki Teshima
971a7c88dc
let the performance test pass on ARM
...
* use round-to-neaerest in div of carotene
8 years ago
Pavel Rojtberg
01b592c8e1
calibrateCamera: mask f_x when using FIX_ASPECT_RATIO
...
this avoids a singular Jacobian such that LM converges when DECOMP_LU is
used.
8 years ago
Jake Kesinger
bd50553149
videoio: Fix for valgrind warning in icvGetPropertyCAM_V4L
...
https://github.com/opencv/opencv/issues/7380
8 years ago
Maksim Shabunin
157a90ac46
Merge pull request #7513 from abratchik:fix.wrappers.for.video.tracking
8 years ago
Alexander Alekhin
3a3dfcbdce
Merge pull request #7509 from lpea:camv4l_segfault
8 years ago
abratchik
c72fbd7a14
fix for #7501
8 years ago
Guillaume Jacob
df2b591896
videoio: fix segfault if CONVERT_RGB is false (issue #7465 )
8 years ago
Alexander Alekhin
07711e404b
Merge pull request #7506 from mshabunin:x11-collide-warning
8 years ago
Alexander Alekhin
e15acd4fcf
Merge pull request #7508 from alalek:fix_optflow_test
8 years ago
Alexander Alekhin
5dfb810327
video: fix optflow test: NAN results shouldn't bypass checks
8 years ago
Alexander Alekhin
8213e57f3b
Merge pull request #7494 from tomoaki0705:fixVideoLKPyramidARM
8 years ago
Alexander Alekhin
505c19bc20
Merge pull request #7505 from LukeZheZhu:filterSmall_double_support
8 years ago
Vadim Pisarevsky
27c8f8a1d4
Merge pull request #7443 from Tytan:akaze
8 years ago
mshabunin
6a66af72c8
Added warning about possible X11 macro collision
8 years ago
LukeZhu
ef47bcc88b
Fix the problem: filterSmall.cl report error with double
8 years ago
Alexander Alekhin
18327aed30
Merge pull request #7496 from abratchik:java.wrapper.fix.3.1
8 years ago
Arek
4ea27061ee
Merge pull request #7472 from ArkadiuszRaj:aravis-autoexposure
...
Aravis SDK: Basic software based autoexposure control
* Basic software based autoexposure control
* Aravis autoexposure: skip frame taken while changing exposure setup
8 years ago
abratchik
8da1303179
add vector_vector_KeyPoint support to python wrappers
8 years ago
abratchik
adbb1471fc
fix regression issues in Feature2D and DescriptorMatcher interfaces
8 years ago
Tomoaki Teshima
ea4ff91861
fix error from performance test of LK pyramid
8 years ago
Alexander Alekhin
1ae27eb696
Merge pull request #7476 from abratchik:java.wrapper.fix.3.1
8 years ago
Alexander Alekhin
e2e1485373
Merge pull request #7487 from StevenPuttemans:add_compute_capabilities
8 years ago
Alexander Alekhin
9c6d063750
Merge pull request #7490 from alalek:ios_disable_ippicv
8 years ago
abratchik
4207ebbce7
fix for VideoCapture crash
8 years ago
Alexander Alekhin
d1e8651aae
ios: disable IPPICV on i386-iPhoneSimulator
8 years ago
Vitaly Tuzov
1d045f2731
Added test for drawing beyond 32768 column
8 years ago
Vitaly Tuzov
26c9889c6b
Fix for incorrect line drawing beyond 32768 row or column
8 years ago
Alexander Alekhin
de85680a6a
Merge pull request #7483 from paroj:addtext
8 years ago
Pavel Rojtberg
a37a6bd783
fix BGR <> RGB swap
...
we are drawing on a BGR image declared as RGB, so we should not swap
components here either.
8 years ago
Pavel Rojtberg
8cc09f1784
highgui: allow wrapping cv::addText
...
also correctly forward spacing parameter in fontQt
8 years ago
Maksim Shabunin
18bd47c9b9
Merge pull request #7367 from terfendail:ovxhal_imgprocfix
8 years ago
StevenPuttemans
fa32abe5f3
add 5.2 and 6.1 compute capability support
8 years ago
Alexander Alekhin
0d0a399a13
Merge pull request #7468 from StevenPuttemans:fix_single_scale_detection
8 years ago