Vladislav Vinogradov
|
14e15fb4f7
|
fix documentation warnings
|
2015-01-15 17:15:59 +03:00 |
|
Vladislav Vinogradov
|
f48befc6f0
|
refactor CUDA part of photo module
|
2015-01-15 16:46:48 +03:00 |
|
Maksim Shabunin
|
11591b3e9d
|
Added Qt help generation support
|
2014-12-26 19:17:18 +03:00 |
|
Maksim Shabunin
|
1523fdcc1c
|
Doxygen documentation: more fixes and cleanups
|
2014-12-01 15:50:36 +03:00 |
|
Maksim Shabunin
|
472c210687
|
Doxygen documentation: flann, photo and stitching modules
|
2014-12-01 15:47:13 +03:00 |
|
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
2013-09-02 14:00:42 +04:00 |
|
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
2013-09-02 14:00:41 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
2013-06-10 12:40:30 +04:00 |
|
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
2013-06-07 13:05:39 +04:00 |
|
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
2013-04-18 15:03:50 +04:00 |
|
Vladislav Vinogradov
|
e72ba73e70
|
moved gpu nlm to photo module
|
2013-04-18 11:33:33 +04:00 |
|
Andrey Kamaev
|
a42a0f5fca
|
Added compatibility headers
|
2013-03-13 17:26:56 +04:00 |
|
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>
|
2013-03-13 17:26:56 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Andrey Kamaev
|
44e8d76d74
|
Change denoising strength parameter from int to float
|
2012-09-20 17:27:48 +04:00 |
|
Andrey Kamaev
|
f42b38ac44
|
Refactor fast NL-means denoising
* reorder arguments
* rewrite accuracy tests
* replace doubles with integer arithmetic inside the main loop
|
2012-09-19 16:50:56 +04:00 |
|
Leonid Beynenson
|
6a5d996ca8
|
Removed the header opencv2/photo/denoising.hpp
All the functions from it are moved to the header
opencv2/photo/photo.hpp
|
2012-08-22 17:51:52 +04:00 |
|
Andrey Kamaev
|
10dcf9ea39
|
Fix Java API build
|
2012-08-21 18:34:02 +04:00 |
|
Vadim Pisarevsky
|
2f1cc018c9
|
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
|
2012-08-21 17:39:40 +04:00 |
|
Victor Passichenko
|
1f42de39a3
|
Add non-local means denoising algorithm implementatation into photo module
|
2012-08-19 13:13:58 +04:00 |
|
Andrey Pavlenko
|
5c4b984738
|
fixing arg name according to ref man
|
2012-03-21 14:59:56 +00:00 |
|
Andrey Pavlenko
|
20cceb8fdf
|
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
|
2012-03-16 15:11:56 +00:00 |
|
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.
|
2012-03-15 14:36:01 +00:00 |
|