Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
11 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
f375c86dfb
|
photo module fixes
|
12 years ago |
Vladislav Vinogradov
|
43d5e2d8b4
|
removed gpu BORDER_* constants
|
12 years ago |
Vladislav Vinogradov
|
e72ba73e70
|
moved gpu nlm to photo module
|
12 years ago |
Andrey Kamaev
|
69648f0a6f
|
Make photo.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Andrey Kamaev
|
7374445398
|
Fix integer overflow in NL-Means denoising on white input
Issues #2646
|
12 years ago |
Andrey Kamaev
|
06e7101795
|
Add Tegra optimization for fastNlMeansDenoising
|
12 years ago |
Andrey Kamaev
|
44e8d76d74
|
Change denoising strength parameter from int to float
|
12 years ago |
Andrey Kamaev
|
f42b38ac44
|
Refactor fast NL-means denoising
* reorder arguments
* rewrite accuracy tests
* replace doubles with integer arithmetic inside the main loop
|
12 years ago |
Andrey Kamaev
|
7e35838849
|
Minor refactoring of NL-means denoising
|
12 years ago |
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
12 years ago |
Leonid Beynenson
|
6a5d996ca8
|
Removed the header opencv2/photo/denoising.hpp
All the functions from it are moved to the header
opencv2/photo/photo.hpp
|
12 years ago |
Vadim Pisarevsky
|
2f1cc018c9
|
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
|
12 years ago |
Victor Passichenko
|
18de45f7bc
|
Add CV_Asserts for channels count
|
12 years ago |
Victor Passichenko
|
92edd4fc6e
|
Fix building for MS VS C++: remove allocation of arrays of dynamic size in stack
|
12 years ago |
Victor Passichenko
|
017ab51bf4
|
Fix wrong memory deallocation
|
12 years ago |
Victor Passichenko
|
1f42de39a3
|
Add non-local means denoising algorithm implementatation into photo module
|
12 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |