Andrey Pavlenko
e04517af36
moving version to 2.9.0,
...
also adding NVidia copyright
12 years ago
Vladislav Vinogradov
39a25115e0
fixed compilation
12 years ago
Vladislav Vinogradov
59edad5a00
removed obsolete API
12 years ago
Vladislav Vinogradov
5da724001f
made dependecy from gpufilters optional
12 years ago
Vladislav Vinogradov
f614e35443
split hough sources
12 years ago
Vladislav Vinogradov
1d79e13133
removed dependecy from gpuarithm
12 years ago
Vladislav Vinogradov
9498f82085
updated documentation
12 years ago
Vladislav Vinogradov
62a5a70cd0
switched to Input/Output Array in bilateralFilter & blendLinear
12 years ago
Vladislav Vinogradov
de56163f97
refactored gpu::matchTemplate (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
1fcc8074bd
switched to Input/Output Array in Mean Shift
12 years ago
Vladislav Vinogradov
70e6dc615a
refactored GoodFeaturesToTrackDetector
12 years ago
Vladislav Vinogradov
d7ff3ad0cf
refactored cornerHarris and cornerMinEigenVal
...
* converted it into Algorithm
12 years ago
Vladislav Vinogradov
ad4d6bed9d
refactored gpu::GeneralizedHough
12 years ago
Vladislav Vinogradov
4087a45e73
refactored HoughCircles (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
1652540a1f
refactored HoughLines (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
48fb8c4f8a
refactored gpu::Canny (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
fc8476544c
switched to Input/Output Array in Histogram Processing
12 years ago
Vladislav Vinogradov
9eea9835ab
switched to Input/Output Array in Color Processing
12 years ago
Alexander Smorkalov
16cfc7a531
WindowsRT build warning fixes.
12 years ago
yao
f1060ac514
a little simplify to pyrlk kernel
12 years ago
kdrobnyh
487ded8b27
Add IPP erosion and dilation
12 years ago
Vladislav Vinogradov
4716f63444
fixed gpu performance tests:
...
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
12 years ago
Vadim Pisarevsky
be040ff513
revert patch from PR 1074, since it break capturing on MacOSX
12 years ago
Roman Donchenko
28a5c127ea
Made the Python bindings not use deprecated NumPy 1.7 API.
12 years ago
Roman Donchenko
523048f99f
Fixed a compilation error (get<N> not found).
12 years ago
Roman Donchenko
1160b04fb4
Fixed a build warning in softcascade.
12 years ago
Roman Donchenko
924fc070f0
Changed / for Matx to Matx::div, for symmetry with Matx::mul.
12 years ago
peng xiao
ff73557304
Fix compilation error on Mac
12 years ago
Daniel Angelov
694d9ff2eb
LSD enum now anonymous.
12 years ago
peng xiao
e5c396bb24
Add ocl::gftt performance test.
12 years ago
alexandre benoit
12f65c61a8
updated doc wrt new bioinspired namespace convention
12 years ago
yao
cdd9234fae
fix hog mismatch on cpu ocl
12 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
Daniel Angelov
d35601209e
Added define guard for ln10. Fixed some warnings.
12 years ago
Daniel Angelov
22c8010b2d
Added needed header, changed macro name.
12 years ago
abidrahmank
61e50e2fda
python docs for non-local means denoising
12 years ago
andrey.morozov
e4e0862c2e
added support image with alpha channel
12 years ago
Daniel Angelov
3350533f48
Fixed ambiguouty error, signess compare.
12 years ago
Daniel Angelov
6bd5e12be3
Added a sample to show usage of the class.
12 years ago
Daniel Angelov
e51e00ac5f
Added LSD accuracy tests.
12 years ago
Daniel Angelov
5350a2f1d9
Added Line Segmen Detector.
12 years ago
Vladislav Vinogradov
d52ef2f758
added stub library for cudev module
...
in order to make CMake scripts work properly
12 years ago
Vladislav Vinogradov
5e3934446d
fixed test compilation for gpu::Stream
12 years ago
Vladislav Vinogradov
afb08b33c7
removed obsolete API from gpuarithm module
12 years ago
Vladislav Vinogradov
0d9e3cfa37
updated documentation
12 years ago
Vladislav Vinogradov
6d6ff26887
refactored gpu::ImagePyramid (converted it to abstract interface)
12 years ago
Vladislav Vinogradov
2932beddcf
switched to Input/Output Array in gpuwarping functions
12 years ago
Alex Leontiev
6db2596ca9
Convenience fixes
...
Attempting to fix issues pointed out by Vadim Pisarevsky during the pull
request review. In particular, the following things are done:
*) The mechanism of debug info printing is changed and made more
procedure-style than the previous macro-style
*) z in solveLP() is now returned as a column-vector
*) Func parameter of solveLP() is now allowed to be column-vector, in
which case it is understood to be the transpose of what we need
*) Func and Constr now can contain floats, not only doubles (in the
former case the conversion is done via convertTo())
*)different constructor to allocate space for z in solveLP() is used,
making the size of z more explicit (this is just a notation change, not
functional, both constructors are achieving the same goal)
*) (big) mat.hpp and iostream headers are moved to precomp-headers from
optim.hpp
12 years ago
Nikita Manovich
c55dc3e8ab
Fixed "FileStorage (minor) error in doc (Feature #3151 )"
...
It was just a typo in the documentation.
12 years ago
Alex Leontiev
e9b432b1d9
Fixing the warnings
...
Fixed all of the warnings.
12 years ago