Fedor Morozov
|
17609b90c7
|
Mantiuk's tonemapping
|
11 years ago |
Alexander Shishkov
|
6df203c449
|
Fixes for Linux compilation, small changes
|
11 years ago |
Fedor Morozov
|
c51b50b44c
|
Algorithm names in code
|
11 years ago |
Fedor Morozov
|
302bf23f82
|
All hdr functions as Algorithms
|
11 years ago |
Fedor Morozov
|
4d2ea847fa
|
Tonemap as 3.0 algorithm
|
11 years ago |
Fedor Morozov
|
258b98d15b
|
Tonemap as Algorithm
|
11 years ago |
Fedor Morozov
|
703cf8cef7
|
Calibration, various changes
|
12 years ago |
Alexander Shishkov
|
35a39c19a3
|
minor changes
|
12 years ago |
Alexander Shishkov
|
707048f6e1
|
removed tonemap_algorithms due to wrapping problems
|
12 years ago |
Fedor Morozov
|
35133df0de
|
MTB alignment. Code, tests, application
|
12 years ago |
Fedor Morozov
|
0aee5b61e3
|
Exposure fusion. Code, tests.
|
12 years ago |
Fedor Morozov
|
a5e11079d7
|
Fixes, missing files, tests
|
12 years ago |
Fedor Morozov
|
7469c935f3
|
HDR formats support and HDR making. Code only.
|
12 years ago |
Andrey Kamaev
|
69648f0a6f
|
Make photo.hpp independent from C API
|
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
|
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 |
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 |
Andrey Kamaev
|
10dcf9ea39
|
Fix Java API build
|
12 years ago |
Andrey Pavlenko
|
5c4b984738
|
fixing arg name according to ref man
|
13 years ago |
Andrey Pavlenko
|
20cceb8fdf
|
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
|
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 |
Vadim Pisarevsky
|
ca2433c212
|
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
|
14 years ago |
Andrey Kamaev
|
2edf764eee
|
Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator
|
14 years ago |
Vadim Pisarevsky
|
fa1d85bc14
|
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
|
14 years ago |
Vadim Pisarevsky
|
1618ed0a37
|
update the old and the new-style headers after moving some old stuff to the legacy
|
14 years ago |
Vadim Pisarevsky
|
7174957f0d
|
added flann
|
14 years ago |
Vadim Pisarevsky
|
32a33eae9b
|
added universal opencv header
|
15 years ago |
Vadim Pisarevsky
|
bdd10c11f3
|
temporarily comment off the warnings about obsolete cxcore.h, cv.h etc.
|
15 years ago |
Victor Erukhimov
|
c4631573a4
|
cv::cvflann -> cv::flann
|
15 years ago |
Victor Erukhimov
|
201d4a068d
|
Added a warning for deprecated headers
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |