Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
12 years ago |
Andrey Kamaev
|
7374445398
|
Fix integer overflow in NL-Means denoising on white input
Issues #2646
|
12 years ago |
Andrey Kamaev
|
7e92826efc
|
Add test for issue #2646
|
12 years ago |
Andrey Kamaev
|
d83914d478
|
Change Imgproc_ prefix to Photo_ in all accuracy tests of photo module
|
12 years ago |
Anna Kogan
|
8877066846
|
increased time-limits
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Vadim Pisarevsky
|
adc1d94e95
|
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
|
12 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
12 years ago |
Andrey Kamaev
|
461b69f6ee
|
Eliminate discrepancies between signatures in documentation and OpenCV headers
All errors were found by doc/check_docs2.py
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
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
|
56ac2937d8
|
Fix typo
|
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 |
Andrey Kamaev
|
10dcf9ea39
|
Fix Java API build
|
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
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 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
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
13 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 |