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
Maksim Shabunin
739d7caa32
Merge pull request #5659 from jet47:cuda-wrap-stream-2.4
9 years ago
Maksim Shabunin
6148c3525e
Merge pull request #5672 from ilya-lavrenov:npp-graphcut
9 years ago
askourik
a6bbe06379
Merge branch 'opencv_agast_tree' of https://github.com/askourik/opencv into opencv_agast_tree
9 years ago
askourik
cc5a1d612e
added comments and test perl examples for agast tree version
9 years ago
askourik
ae66ce9d22
Add treelookups for nonintel
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
Vadim Pisarevsky
df55aaec1e
Merge pull request #5674 from mshabunin:mac-fix-2.4
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
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
Pavel Rojtberg
81e814d9ed
clean up fisheye calibration code
...
improves performance by factor 1.2 to 2.0
9 years ago
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
9 years ago
Maksim Shabunin
97878645bc
Fix run.py test detection issues for debug VS configurations
9 years ago
Maksim Shabunin
01b5971c94
Merge pull request #5640 from mshabunin:restore-ts-gpu
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
mbarann
b48b2d43b0
MSMF expects a bottom-up video frame, so the buffer pointer must point to the end of the data and the stride needs to be negative
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
Vladislav Vinogradov
39854ceda4
cuda::StreamAccessor::wrapStream and cuda::EventAccessor::wrapEvent
...
to import existed CUDA stream or CUDA event to OpenCV
9 years ago
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
9 years ago
Alexander Alekhin
1862d1995f
Merge pull request #5652 from jet47:core-test-math-warning-fix
9 years ago
Alexander Alekhin
fc1694c97c
Merge pull request #5655 from janstarzy:2.4-canny-fix
9 years ago
Pavel Rojtberg
9233472bdd
use cpp functions in CvLevMarq::step for better readability
9 years ago
Tian Zhi
f0434d60b0
fixed the type inconsistent with document.
...
Document say probs will have CV_64F type. But in effect, it has CV_32F type.
http://docs.opencv.org/3.0.0/d1/dfb/classcv_1_1ml_1_1EM.html#a2ea7da92a75bc7a7d665c241f547b9b9
9 years ago
Jan Starzynski
2799829bc9
fix potential buffer overflow as in 3.0
9 years ago
jiakai
933dfed4b8
check offset in ExifReader::getString
9 years ago
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
9 years ago
hoangviet1985
6441620f45
The right signs give the right results
9 years ago
Dan
aa14b6d2f3
Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial
9 years ago
Dan
01f40cfafc
Corrected the case where channel == -1
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
0f288d1082
Merge pull request #5605 from hoangviet1985:fix_bug_5599
9 years ago
Vadim Pisarevsky
82c1c68560
Merge pull request #5622 from LorenaGdL:hitAndMiss2.4
9 years ago
Vadim Pisarevsky
780b713016
Merge pull request #5638 from hoangviet1985:fix_bug_5623
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