Pierre-Emmanuel Viel
e63d7de87c
Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances
11 years ago
Alexander Karsakov
511ed4388e
Disabled BORDER_CONSTANT for pyramid functions.
11 years ago
Roman Donchenko
7ea1bf3cf0
Fixed several problems found by PVS-Studio.
...
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/ > that are not already fixed and are
not in 3rdparty or the legacy module.
The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
11 years ago
Ilya Krylov
3678020c28
Added license to source files
11 years ago
Ilya Krylov
0d2fab86b4
Changed documentation for namespace fisheye
11 years ago
Hernan Badino
ca40d635e4
Switched insertion of connected components in filterSpecklesImpl
11 years ago
Ilya Krylov
651b13f72a
Refactored class Fisheye to namespace fisheye
11 years ago
Roman Donchenko
bea46c90b5
Remove a useless loop that copies an array to itself
11 years ago
StevenPuttemans
12207ac763
fix coordinate problem with large images - bug 1523
11 years ago
StevenPuttemans
7fc764f5e5
added documentation for findContours
11 years ago
Konstantin Matskevich
a46f119fdf
docs fixes
11 years ago
Vladislav Vinogradov
746185652a
add additional tests for different input cases
11 years ago
Vladislav Vinogradov
f16503743f
use more accurate reshape
11 years ago
thoinvil
ea038436e6
Added condition to 1st test in cv::GaussianBlur
...
Consistent with the test made in cv::boxFilter, it adjusts the kernel size to the source size only if the border is not BORDER_CONSTANT and if BORDER_ISOLATED is set. Otherwise, the source has to be considered possibly in a larger image (i.e. the source being a ROI) in witch the kernel should apply.
11 years ago
Ilya Krylov
c30fef1f9d
Fixed build issues
11 years ago
Vladislav Vinogradov
7e2f7f45d7
fix bug #3690
...
removed invalid condition, it is always false
11 years ago
Vladislav Vinogradov
1f72873c55
fix cv::gpu::resize function
...
add missing stream parameter to call_resize_linear_glob
11 years ago
Yash Vadalia
7e56cfafbc
fixed a syntax error in cap_giganetix.cpp
...
Ticket 3458 (http://code.opencv.org/issues/3458 )
11 years ago
Yash Vadalia
6ecd553810
Added doc for LinearPolar Transform
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
Kevin Mitchell
63e508abd2
doc: update/clarify behaviour of mask in floodFill
...
Clarify how the mask parameter is set on output and how this is
affected by the flags parameter.
resolves Feature #2942
11 years ago
StevenPuttemans
006956c324
Fixing as suggested in bug 2626, made naming same for both C, C++ and python API
11 years ago
1Hyena
6c118ebc51
Changed ostringstream to ostream for new print_params and added the old
...
version of print_params for backwards compatibility.
11 years ago
StevenPuttemans
a0a8fb4fd9
fixed bug 2626
11 years ago
StevenPuttemans
e96de8821c
bug 2740 added fix
11 years ago
StevenPuttemans
b382984810
fix bug 3252
11 years ago
StevenPuttemans
2b4241c10b
fixed bug 3484
11 years ago
Ilya Krylov
e4a9c0f184
Fixed review comments
11 years ago
Konstantin Matskevich
d67c9aabff
docs
11 years ago
Luis Zarrabeitia
bb5a22c504
highgui: fix segfault on CvCapture_GStreamer::retrieveFrame
...
CvCapture_GStreamer::retrieveFrame assumes that RGB videos are 24BPP.
This is not necesarily the case, unless we explicitly tell GStreamer
that we want 24BPP RGB streams.
Adding bpp=(int)24 to the appsink caps.
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Vladislav Vinogradov
77275031ab
finally fix cv::subtract
11 years ago
Ilya Krylov
349ff631a5
Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless)
11 years ago
thoinvil
e50ef2dab5
Bugfix #3668 removed the comment
11 years ago
Vladislav Vinogradov
942401de16
fix output matrix allocation in cv::subtract(cherry picked from commit 629461c836
)
11 years ago
Vladislav Vinogradov
629461c836
fix output matrix allocation in cv::subtract
11 years ago
Vladislav Vinogradov
f9ff9c5618
fix cv::subtract function:
...
call dst.create(...) before using it(cherry picked from commit 4c66614e07
)
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
Vladislav Vinogradov
4c66614e07
fix cv::subtract function:
...
call dst.create(...) before using it
11 years ago
GregoryMorse
38db7a78df
WinRT core compatibility fixes
...
Update system.cpp
Update system.cpp
Update system.cpp
Update matching.cpp
Update matching.cpp
11 years ago
Thierry Hoinville
5efd2056f0
Bugfix #3668 in FilterEngine::apply(), use the ROI properly
11 years ago
Ilya Krylov
1f94b7dfc9
minor
11 years ago
Ilya Krylov
ef01044b2f
Added documentation for Fisheye::stereoCalibrate
11 years ago
Ilya Krylov
50b291995a
Added tests for stereoCalibrate
11 years ago
Ilya Krylov
c2341fd446
Added stereoCalibrate for Fisheye camera model
11 years ago
Michael Vukadinovic
c1aee0c312
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
11 years ago
1Hyena
dfdb09386f
Autotuned_index now prints all info into logger instead of couting it.
11 years ago
Jüri Aedla
6fb83f869c
Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue.
11 years ago
Ilya Krylov
e6aa8ce932
Corrected notes
11 years ago