Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Repository
6006790c18e6f9207cd0ec3c6129365c8bf5f1ea
Switch branch/tag
opencv
modules
photo
src
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
added extra check in CalibrateDebevec to make sure the points are within the image:
· 3c769ede
Vadim Pisarevsky
authored
9 years ago
http://code.opencv.org/issues/4124
3c769ede
Name
Last commit
Last update
..
cuda
Merge remote-tracking branch 'origin/2.4' into merge-2.4
11 years ago
opencl
Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs]
10 years ago
align.cpp
fixed warnings
11 years ago
arrays.hpp
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
9 years ago
calibrate.cpp
added extra check in CalibrateDebevec to make sure the points are within the image:
9 years ago
contrast_preserve.cpp
CV_Assert for photo module corrected
11 years ago
contrast_preserve.hpp
bugfix #3945 pass idx,idx1 by reference instead of static vars
10 years ago
denoise_tvl1.cpp
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
10 years ago
denoising.cpp
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).
9 years ago
denoising.cuda.cpp
refactor CUDA part of photo module
10 years ago
fast_nlmeans_denoising_invoker.hpp
fix build (related to PR #3814)
9 years ago
fast_nlmeans_denoising_invoker_commons.hpp
fix build (related to PR #3814)
9 years ago
fast_nlmeans_denoising_opencl.hpp
Added parameter normType to fastNlMeansDenoising
10 years ago
fast_nlmeans_multi_denoising_invoker.hpp
Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs]
10 years ago
hdr_common.cpp
deleted excess semicolons, commas
11 years ago
hdr_common.hpp
deleted excess semicolons, commas
11 years ago
inpaint.cpp
Boring changes - photo.
11 years ago
merge.cpp
added epsilon value to weights in the MergeMertens in order to avoid zero weights for pixels from uniformly filled areas of image
11 years ago
npr.cpp
fixed warnings
11 years ago
npr.hpp
removed build error
10 years ago
precomp.hpp
implemented OpenCL version of cv::fastNlMeansDenoising
11 years ago
seamless_cloning.cpp
suppress warnings
10 years ago
seamless_cloning.hpp
whitespace
10 years ago
seamless_cloning_impl.cpp
suppress warnings
10 years ago
tonemap.cpp
avoid possible problems with zero values in tone mapping algorithms (
http://code.opencv.org/issues/4020
)
9 years ago