Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
12b64b0e2abd91f235cf3cc49df0f0f985aa0fee
opencv
/
doc
/
tutorials
/
others
下载当前目录
G
GitHub
Merge pull request
#27396
from abhishek-gola:hdr_bug_fix
aef6ae48
创建于
2025年6月5日
历史提交
文件
最后提交记录
最后更新时间
_old
doc: removed duplicated markdown file, fixed gapi tutorial
2 年前
images
Merge pull request #27396 from abhishek-gola:hdr_bug_fix Fix NaNs in HDR Triangle Weights and Tonemapping and Update LDR Ground Truth in tutorial #27396 The PR closes #27392 Updated the triangle weights to use a small epsilon value instead of zero to prevent NaN issues in HDR processing. Also fixed a float-to-double division issue by explicitly casting double values to float, which was previously producing garbage values and leading to NaNs in tonemapping. The current LDR ground truth image used in the tutorial [ldr.png](https://github.com/opencv/opencv/blob/4.x/doc/tutorials/others/images/ldr.png) was originally generated using TonemapDurand (check this commit https://github.com/opencv/opencv/commit/833f8d16fab5e57c5e800a55fa0fb08c7a31c3b1), which was moved to opencv_contrib a long time ago in this commit: https://github.com/opencv/opencv/commit/742f22c09bd0c27b450f141bc984f280c8cde98e. However, the current Tonemap implementation in OpenCV main only performs normalization and gamma correction, which produces noticeably different results. This PR updates the LDR grouth truth image in tutorial with the result of TonemapDrago, and tutorials to use TonemapDrago as Tonemap gives a darker image. Tonemap output:  TonemapDrago output:  ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake
11 个月前
background_subtraction.markdown
fix 4.x links
4 年前
barcode_detect_and_decode.markdown
Merge pull request #23666 from mshabunin:barcode-move Moved barcode from opencv_contrib #23666 Merge with https://github.com/opencv/opencv_contrib/pull/3497 ##### TODO - [x] Documentation (bib) - [x] Tutorial (references) - [x] Sample app (refactored) - [x] Java (test passes) - [x] Python (test passes) - [x] Build without DNN
2 年前
cascade_classifier.markdown
fix 4.x links
4 年前
hdr_imaging.markdown
fix 4.x links
4 年前
introduction_to_pca.markdown
fix 4.x links
4 年前
introduction_to_svm.markdown
Merge pull request #23666 from mshabunin:barcode-move Moved barcode from opencv_contrib #23666 Merge with https://github.com/opencv/opencv_contrib/pull/3497 ##### TODO - [x] Documentation (bib) - [x] Tutorial (references) - [x] Sample app (refactored) - [x] Java (test passes) - [x] Python (test passes) - [x] Build without DNN
2 年前
meanshift.markdown
fix 4.x links
4 年前
non_linear_svms.markdown
fix 4.x links
4 年前
optical_flow.markdown
fix 4.x links
4 年前
stitcher.markdown
Added python branch to stitching tutorial.
1 年前
table_of_content_other.markdown
Merge pull request #23666 from mshabunin:barcode-move Moved barcode from opencv_contrib #23666 Merge with https://github.com/opencv/opencv_contrib/pull/3497 ##### TODO - [x] Documentation (bib) - [x] Tutorial (references) - [x] Sample app (refactored) - [x] Java (test passes) - [x] Python (test passes) - [x] Build without DNN
2 年前
traincascade.markdown
Merge pull request #23666 from mshabunin:barcode-move Moved barcode from opencv_contrib #23666 Merge with https://github.com/opencv/opencv_contrib/pull/3497 ##### TODO - [x] Documentation (bib) - [x] Tutorial (references) - [x] Sample app (refactored) - [x] Java (test passes) - [x] Python (test passes) - [x] Build without DNN
2 年前