752 Commits (201a753e4a8d1c4019cd29319ed0f102ded574d1)

Author SHA1 Message Date
Maxim Smolskiy 2c1ec4245d
Merge pull request #24527 from MaximSmolskiy:fix-out-of-image-corners-in-cv-cornersubpix 1 year ago
definitelyuncertain a1028efdcf
Merge pull request #24333 from definitelyuncertain:CvtRGB2YUV422 1 year ago
Sean McBride 5fb3869775
Merge pull request #23109 from seanm:misc-warnings 1 year ago
Dmitry Kurtaev d752bac43f
Merge pull request #24234 from dkurt:distanceTransform_max_dist 1 year ago
Vadim Pisarevsky 416bf3253d
attempt to add 0d/1d mat support to OpenCV (#23473) 1 year ago
Yuriy Chernyshov 8a415c881a Add missing std namespace qualifiers 1 year ago
Dmitry Kurtaev c4c2e2e796
Merge pull request #24214 from dkurt:distanceTransform_big_step 1 year ago
Vadim Pisarevsky 518486ed3d
Added new data types to cv::Mat & UMat (#23865) 1 year ago
Vincent Rabaud 94de7e5d21
Merge pull request #24042 from vrabaud:circle 1 year ago
iarspider 55906457e6
test_houghlines: Fix C++20 compatibility 1 year ago
Alexander Smorkalov 52d9685cb9 Fixed possible out-of-bound access in circles drawing. 2 years ago
Vincent Rabaud fdfb875208
Merge pull request #23922 from vrabaud:imgwarp 2 years ago
lamm45 ddcbd2cc26
Merge pull request #22798 from lamm45:distransform-large 2 years ago
Dmitry Kurtaev ec95efca10
Merge pull request #23754 from dkurt:remap_linear_transparent 2 years ago
Christine Poerschke d3e7968927
Merge pull request #23688 from cpoerschke:4.x-pr-21959-prep 2 years ago
Pierre Chatelier 93d490213f
Merge pull request #23690 from chacha21:rotatedRectangleIntersection_precision 2 years ago
Alexander Smorkalov 98d678c2d2 Added check that YUYV input of cvtColor has even width. 2 years ago
Dmitry Kurtaev c92135bdd1
Merge pull request #23634 from dkurt:fix_nearest_exact 2 years ago
Maksim Shabunin e4acd74e87 Fix some clang 14 warnings 2 years ago
Alexander Alekhin 69020666fe test: reproducible results, enabled 2-channel tests, increased some thresholds 2 years ago
Maksim Shabunin c1e5c16ff3 Backport C-API cleanup (imgproc) from 5.x 2 years ago
Christoph Rackwitz a64b51dd94
Merge pull request #23108 from crackwitz:issue-23107 2 years ago
inayd 54449b614b Fix occuring artifacts in fillPoly 2 years ago
Maksim Shabunin 8a62b03761
Merge pull request #22754 from mshabunin:c-cleanup 2 years ago
Alexander Smorkalov 423bc515e5 Integer underflow fix for morphologyEx in Carotene (arm). 2 years ago
Zihao Mu 17b98dd005 improve code style and Doc of stackblur. 2 years ago
Zihao Mu 2918071a3e add stackblur for imgproc. 2 years ago
lamm45 1f0bfc8d83 Fix angle discretization in Hough transforms 2 years ago
Berke 3929e26276 spng encoder/decoder added as optional png codec 2 years ago
@lizhiyu3 e59cff47d4 fix the right border 3 years ago
@lizhiyu3 01226cb8ac fix the bug when src*2 < dst 3 years ago
@lizhiyu3 c54ccaac31 change test number 3 years ago
@lizhiyu3 79731cb0ff fix the bug when src*2 < dst 3 years ago
heavyrain-lzy 6360c3bf46
Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp 3 years ago
Sean McBride 35f1a90df7
Merge pull request #22149 from seanm:sprintf 3 years ago
Kumataro 602caa9cd6
Merge pull request #21937 from Kumataro:4.x-fix-21911 3 years ago
Yulv-git 15ac54d5d6 Fix some typos in modules/. 3 years ago
Christine Poerschke 08c268bfc5 remove Imgproc_cvWarpAffine.regression test 3 years ago
eplankin d793ec2ffe
Merge pull request #21779 from eplankin:fix_11303 3 years ago
Pierre Chatelier ef6f421f89
Merge pull request #21677 from chacha21:rectangle_intersection 3 years ago
Artem Saratovtsev 1890157faa
Merge pull request #21635 from DumDereDum:issue_21595_3.4 3 years ago
Suleyman TURKMEN ffee1a4126 fix cv::floodfill() for calling it with an empty mask 3 years ago
Stefano Allegretti c685293297 Fix #21366 3 years ago
Stefano Allegretti 91817bffe1
Merge pull request #21275 from stal12:CCL_improvements 3 years ago
eplankin 175bcb1734
Merge pull request #21258 from eplankin:fix_threshold_to_zero_ipp_bug 3 years ago
Vincent Rabaud 3da17c42a4 Use NaN-safe clip function. 3 years ago
Alexander Alekhin 72c55b56f2 imgproc: catch NaNs in clip(), use table index debug check 3 years ago
Alexander Alekhin 659cf7249e imgproc(ocl): fix resizeLN, avoid integer overflow 3 years ago
Alexander Alekhin 0c0b1ec9ae imgproc(test): add bit-exact tests for YUV cvtColor conversions 3 years ago
Vincent Rabaud 1a1a7bbbfd
Merge pull request #21112 from vrabaud:3.4_luv_overflow 3 years ago