You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lamm45
ddcbd2cc26
Merge pull request #22798 from lamm45:distransform-large
...
Fix distransform to work with large images #22798
This attempts to fix the following bug which was caused by storing squares of large integers into 32-bit floating point variables:
https://github.com/opencv/opencv/issues/22732
### 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.
- [ ] The feature is well documented and sample code can be built with the project CMake
2 years ago
..
ocl
imgproc(ocl): fix resizeLN, avoid integer overflow
3 years ago
test_approxpoly.cpp
Merge pull request #21107 from take1014:remove_assert_21038
3 years ago
test_bilateral_filter.cpp
Merge pull request #21107 from take1014:remove_assert_21038
3 years ago
test_boundingrect.cpp
build: unreachable code after CV_Error() (part 2)
7 years ago
test_canny.cpp
Merge pull request #21107 from take1014:remove_assert_21038
3 years ago
test_color.cpp
test: reproducible results, enabled 2-channel tests, increased some thresholds
2 years ago
test_connectedcomponents.cpp
Merge pull request #23108 from crackwitz:issue-23107
2 years ago
test_contours.cpp
Merge pull request #21107 from take1014:remove_assert_21038
3 years ago
test_convhull.cpp
test: reproducible results, enabled 2-channel tests, increased some thresholds
2 years ago
test_cvtyuv.cpp
Added check that YUYV input of cvtColor has even width.
2 years ago
test_distancetransform.cpp
Merge pull request #22798 from lamm45:distransform-large
2 years ago
test_drawing.cpp
Fix occuring artifacts in fillPoly
2 years ago
test_emd.cpp
ts: refactor OpenCV tests
7 years ago
test_filter.cpp
Integer underflow fix for morphologyEx in Carotene (arm).
2 years ago
test_fitellipse.cpp
Merge pull request #17417 from vpisarev:fix_fitellipse
5 years ago
test_fitellipse_ams.cpp
ts: refactor OpenCV tests
7 years ago
test_fitellipse_direct.cpp
ts: refactor OpenCV tests
7 years ago
test_floodfill.cpp
fix cv::floodfill() for calling it with an empty mask
3 years ago
test_goodfeaturetotrack.cpp
Merge pull request #12971 from sturkmen72:upd_imgproc_hpp
6 years ago
test_grabcut.cpp
Check for empty Mat in compare, operator= and RNG::fill, fixed related tests
7 years ago
test_histograms.cpp
Merge pull request #21635 from DumDereDum:issue_21595_3.4
3 years ago
test_houghcircles.cpp
Merge pull request #11108 from take1014:hough_4303
7 years ago
test_houghlines.cpp
Fix angle discretization in Hough transforms
2 years ago
test_imgproc_umat.cpp
Merge pull request #23108 from crackwitz:issue-23107
2 years ago
test_imgwarp.cpp
test: reproducible results, enabled 2-channel tests, increased some thresholds
2 years ago
test_imgwarp_strict.cpp
test: reproducible results, enabled 2-channel tests, increased some thresholds
2 years ago
test_intersectconvexconvex.cpp
imgproc: fixed bug from intersectConvexConvex
6 years ago
test_intersection.cpp
Merge pull request #19842 from gasparitiago:3.4
4 years ago
test_lsd.cpp
restore LSD
3 years ago
test_main.cpp
ts: refactor OpenCV tests
7 years ago
test_moments.cpp
don't use constructors for C API structures
7 years ago
test_pc.cpp
Merge pull request #20103 from thezane:make-div-spectrums-public
4 years ago
test_precomp.hpp
ts: refactor OpenCV tests
7 years ago
test_pyramid.cpp
fix the right border
3 years ago
test_resize_bitexact.cpp
Merge pull request #18053 from Yosshi999:bit-exact-resizeNN
5 years ago
test_smooth_bitexact.cpp
suppress GaussianBlur to generate empty images
3 years ago
test_subdivision2d.cpp
resolve #5788
7 years ago
test_templmatch.cpp
Merge pull request #21107 from take1014:remove_assert_21038
3 years ago
test_thresh.cpp
Merge pull request #21258 from eplankin:fix_threshold_to_zero_ipp_bug
3 years ago
test_watershed.cpp
Merge pull request #23108 from crackwitz:issue-23107
2 years ago