3055 Commits (dae73938e8d022894806d5bb127d705893b0d098)

Author SHA1 Message Date
Suleyman TURKMEN ffee1a4126 fix cv::floodfill() for calling it with an empty mask 3 years ago
lamm45 5064b6f747 Update LineIterator documentation 3 years ago
Vincent Rabaud abb5c9fd92 Fix undefined behavior in line drawing. 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
Vincent Rabaud 542b3e8a64 Fix harmless signed integer overflow. 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
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Vincent Rabaud d4741eece1 Fix H clamping for very small negative values. 3 years ago
tv3141 cb286a66be
Merge pull request #21030 from tv3141:fix_seg_fault_houghlinespointset 3 years ago
Souriya Trinh 30d6766db4 Add conventional Bayer naming. 3 years ago
Alexander Alekhin d612c72405 build: fix MSVC-Clang warnings about unused parameters in stubs 3 years ago
berak a6f5717567 resolves #20913 3 years ago
AleksandrPanov d21622bef4 fix findMinEnclosingTriangle and add tests 3 years ago
Nicholas Ho bd0732b1d0
Merge pull request #20740 from Nicholas-Ho-arm:3.4_SymmColumnVec_32f8u 3 years ago
Suleyman TURKMEN 259c39a63a additional changes 3 years ago
Tomoaki Teshima 1e74f5850b suppress GaussianBlur to generate empty images 3 years ago
Suleyman TURKMEN 9b76872708 restore LSD 3 years ago
Cavendish-Koo 2f83c3b689 fix the bug of HoughlinesSDIV 3 years ago
Nicholas Ho 236c64a17d
Merge pull request #20712 from Nicholas-Ho-arm:3.4_RowVec_8u32f 3 years ago
Amir Tulegenov 86a51015b1
Merge pull request #19554 from amirtu:OCV-215_cvtColorTwoPlane_wrong_output_when_Y_Plane_Mat_has_step 3 years ago
Alexander Panov 1618c963e4
Merge pull request #20676 from AleksandrPanov:delete_createConvexHull_convertTo 3 years ago
AleksandrPanov 25cd7c7c50 add note about Python's dsize to doc 3 years ago
AleksandrPanov 8199967b31 fix choose minimum angle in rotatingCalipers 3 years ago
AleksandrPanov 992b47b991 add 19769 and 19769_lightweight tests 3 years ago
AleksandrPanov d773691848 add note about hierarchy in python version 3 years ago
Tiago De Gaspari 3cf4375387
Merge pull request #19842 from gasparitiago:3.4 3 years ago
yo1990 d3be58b6d7
Merge pull request #20102 from yo1990:master 4 years ago
Jonathan Deakin 8ecfbdb4ff
Merge pull request #19883 from jondea:arm-neon-optimised-color-lab-3.4 4 years ago
Xinguang Bian 7499a15c92 fix data overflow problem in GaussianBlur 4 years ago
thezane c0162a64d1
Merge pull request #20103 from thezane:make-div-spectrums-public 4 years ago
danielenricocahall 402bce1a31 address template matching sqdiff bug 4 years ago
Stefano Allegretti 1b64851fa8
Merge pull request #19951 from stal12:3.4 4 years ago
Suleyman TURKMEN ec8b7c933a Update Documentation 4 years ago
Aaron Greig f3f46096d6 Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 4 years ago
103yiran 6e6c0f31f7
delete unused variable 4 years ago
Aaron Greig 53652a6194 Relax accuracy requirement on OpenCL MinEigenVal corner kernel test. 4 years ago
Federico Bolelli 9695165877
Merge pull request #19631 from prittt:sota-ccl 4 years ago
LaurentBerger 84080c12fd python binding blendLinear 4 years ago
Alexander Alekhin fadb25baf8 imgproc(warpAffine): avoid buffer indexes overflow in SIMD code 4 years ago
Liangda-w b08d67c4e1
Merge pull request #19419 from Liangda-w:patch-1 4 years ago
Rachel A f98e567f49 Solution to documentation issue https://github.com/opencv/opencv/issues/18836 4 years ago
Alexander Alekhin 17faee5d81 imgproc: add rotatedRectangleIntersection empty input handling 4 years ago
Anastasia Murzova 3bc1b53962 Added YUV conversion fix 4 years ago
Vincent Rabaud ec3ef520e6 Move big objects (>20k) from stack to heap. 4 years ago