Fedor Morozov
|
0f703b8162
|
Calibrate Debevec changes
|
2013-09-05 14:10:53 +04:00 |
|
Fedor Morozov
|
e15eabe3fa
|
Ghostbusters
|
2013-09-02 16:03:10 +04:00 |
|
Fedor Morozov
|
833f8d16fa
|
Robertson and tutorial
|
2013-08-26 15:23:37 +04:00 |
|
Fedor Morozov
|
bef8d8192e
|
Minor fixes, new MergeDebevec
|
2013-08-06 15:24:01 +04:00 |
|
Fedor Morozov
|
4c0f7f9e59
|
Tonemapping documentation update
|
2013-08-05 20:35:48 +04:00 |
|
Fedor Morozov
|
cb999a231e
|
Mantiuk's tonemapping
|
2013-08-05 19:31:10 +04:00 |
|
Fedor Morozov
|
17609b90c7
|
Mantiuk's tonemapping
|
2013-08-05 19:22:42 +04:00 |
|
Alexander Shishkov
|
6df203c449
|
Fixes for Linux compilation, small changes
|
2013-08-03 01:45:20 +04:00 |
|
Fedor Morozov
|
c51b50b44c
|
Algorithm names in code
|
2013-08-02 00:01:15 +04:00 |
|
Fedor Morozov
|
302bf23f82
|
All hdr functions as Algorithms
|
2013-08-01 03:24:47 +04:00 |
|
Fedor Morozov
|
4d2ea847fa
|
Tonemap as 3.0 algorithm
|
2013-07-31 16:05:31 +04:00 |
|
Fedor Morozov
|
258b98d15b
|
Tonemap as Algorithm
|
2013-07-29 21:35:10 +04:00 |
|
Fedor Morozov
|
af2c9077f7
|
Calibration, various changes
|
2013-07-21 13:56:20 +04:00 |
|
Fedor Morozov
|
703cf8cef7
|
Calibration, various changes
|
2013-07-21 13:48:57 +04:00 |
|
Alexander Shishkov
|
35a39c19a3
|
minor changes
|
2013-07-19 01:08:42 +04:00 |
|
Alexander Shishkov
|
707048f6e1
|
removed tonemap_algorithms due to wrapping problems
|
2013-07-18 00:55:39 +04:00 |
|
Fedor Morozov
|
35133df0de
|
MTB alignment. Code, tests, application
|
2013-07-12 16:03:53 +04:00 |
|
Fedor Morozov
|
0aee5b61e3
|
Exposure fusion. Code, tests.
|
2013-07-05 16:14:08 +04:00 |
|
Fedor Morozov
|
a5e11079d7
|
Fixes, missing files, tests
|
2013-07-04 16:51:39 +04:00 |
|
Fedor Morozov
|
7469c935f3
|
HDR formats support and HDR making. Code only.
|
2013-06-23 14:19:09 +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
|
69648f0a6f
|
Make photo.hpp independent from C API
|
2013-04-08 15:47:29 +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 |
|