Alexander Alekhin
c9cba6433e
Merge pull request #5698 from lupustr3:pvlasov/ipp9_fixes
9 years ago
Vadim Pisarevsky
313dc32606
Merge pull request #5644 from hoangviet1985:splitError
9 years ago
Vadim Pisarevsky
d4d1d03455
Merge pull request #5635 from mzajko:xi_update
9 years ago
Pavel Vlasov
7375383d26
Canny IPP Sobel getBufferSize wrong func fix;
9 years ago
Maksim Shabunin
9a66191ea8
Merge pull request #5571 from jas0n1ee:master
9 years ago
Maksim Shabunin
bd53a30e76
Merge pull request #5658 from berak:akaze_fix
9 years ago
hoangviet1985
e679d97100
remove redundant code
9 years ago
Maksim Shabunin
04f70c92a8
Merge pull request #5449 from rokm:stereo-fixes
9 years ago
Maksim Shabunin
0d29774401
Merge pull request #5298 from slothspot:master
9 years ago
Maksim Shabunin
3ae21095df
Merge pull request #5448 from Milania1:doc_normalize
9 years ago
Maksim Shabunin
626ccfe410
Merge pull request #5525 from Milania1:doc_normTypes
9 years ago
Maksim Shabunin
ddf293a081
Merge pull request #5649 from hoangviet1985:solve_pow(x,3)=0_opencv300
9 years ago
hoangviet1985
3e96b724c2
squash
9 years ago
Maksim Shabunin
f019de6900
Merge pull request #5666 from mshabunin:vs-run-py
9 years ago
Maksim Shabunin
51797d133a
Merge pull request #5653 from jia-kai:fix-jpeg-exif
9 years ago
Maksim Shabunin
3cb76d5c66
Merge pull request #5663 from bertmsk:patch-1
9 years ago
Maksim Shabunin
047bda32d8
Merge pull request #5665 from paroj:matx_norm
9 years ago
Maksim Shabunin
3cfd7fcbbf
Merge pull request #5681 from sturkmen72:patch-3
9 years ago
Alexander Alekhin
559e1f76f9
Merge pull request #5685 from lupustr3:pvlasov/ipp9_fixes
9 years ago
Pavel Vlasov
9acf93b7c6
IPP Sobel getBufferSize wrong func fix;
9 years ago
Maksim Shabunin
c3cf1be344
fixup! run.py: issues with forced configuration fixed
9 years ago
Alexander Alekhin
e35959fad2
Merge pull request #5671 from PhilLab:patch-7
9 years ago
Rok Mandeljc
7452f9a56e
cudastereo: document lack of fractional bits in 16-bit signed format for StereoBeliefPropagation
9 years ago
Rok Mandeljc
1c804124d1
cudastereo: updated documentation for reprojectImage3D and drawColorDisp
...
Updated the list of supported input formats, added note about 16-bit
signed format (no fractional bits).
9 years ago
Rok Mandeljc
980d84e4a2
calib3d: improve documentation of reprojectImageTo3D
...
Make a note about 16-bit signed format - the function assumes that
values have no fractional bits (so 16-bit disparity from StereoBM
and StereoSGBM cannot be directly used!)
9 years ago
Rok Mandeljc
bf5e930468
cudastereo: drawColorDisp: enabled CV_32S and CV_32F disparity formats
9 years ago
Rok Mandeljc
9f82ac18d4
cudastereo: reprojectImageTo3D: enabled CV_32S and CV_32F disparity formats
...
This is to achieve parity with the CPU equivalent.
9 years ago
Suleyman TURKMEN
99a286ef24
Update imgcodecs.hpp
9 years ago
Vadim Pisarevsky
8b554d3c2d
Merge pull request #5654 from mshabunin:ios-framework
9 years ago
Maksim Shabunin
e8bf4417ef
New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
9 years ago
Maksim Shabunin
7df392bfd8
run.py: issues with forced configuration fixed
9 years ago
Philipp Hasper
4d3915f69a
Fixed mjpeg frame size attribution
9 years ago
Maksim Shabunin
97878645bc
Fix run.py test detection issues for debug VS configurations
9 years ago
Pavel Rojtberg
c209f795b5
support for NORM_L2SQR in norm(Matx<..>)
9 years ago
Bert
d3b0bda011
Update system.cpp
...
FreeBSD compilation fix
9 years ago
berak
0baf0bdc24
AKAZE: check channels instead of type in detectAndCompute
...
add same CV_32F and CV_16U support for KAZE
9 years ago
jiakai
933dfed4b8
check offset in ExifReader::getString
9 years ago
Vadim Pisarevsky
b4112a5878
Merge pull request #5480 from dtmoodie:vecgpumat
9 years ago
Vadim Pisarevsky
3942b1f362
Merge pull request #5340 from alalek:ocl_off
9 years ago
Marian Zajko
1eb9ef6bbf
Fixed downsampling parameter enumerator backward compatibility.
9 years ago
Vadim Pisarevsky
38909d7959
Merge pull request #5597 from andy-held:cmakecudacross
9 years ago
Vadim Pisarevsky
18f4e55692
Merge pull request #5472 from StevenPuttemans:remove_unexisting_function
9 years ago
Vadim Pisarevsky
9ab59fb22e
Merge pull request #5645 from jia-kai:master
9 years ago
Vadim Pisarevsky
7b022371ea
Merge pull request #5646 from brossetti:patch-1
9 years ago
Marian Zajko
286055b0d8
Removed trailing whitespace.
9 years ago
Marian Zajko
2cebe5a3b0
Fixed parameter enumrators list order to retain binary compatibility.
9 years ago
Marian Zajko
2998248dd3
Removed whitespaces reported by buildbot.
9 years ago
Marian Zajko
352b121202
Fixed whitespace issue
...
Removed tabulators from enumerators and ximea adapter source as reported
by precommit docs test.
9 years ago
brossetti
4194b7effe
fixed bug on left mouse button click
...
Adding None as outImage in pos3 of cv2.drawKeypoints. Fixes bug that throws 'TypeError: Required argument 'outImage' (pos 3) not found' on left mouse button click
9 years ago
Marian Zajko
691fb1ffae
XIMEA adapter update
...
- replaced m3api/m3apiX64 binaries with latest xiapi32/xiapi64 to
support latest camera models
- added new parameter definitions to videoio_c.h and
SetProperty/GetProperty calls
- added acquisition resetting for specific parmateters in SetProperty
call
- added new error return value evaluators
9 years ago