76 Commits (515f119a599d537076c532cacd743b41917ebcb3)

Author SHA1 Message Date
Suleyman TURKMEN 22eb91a7e0 Update hough.cpp 2 years ago
lamm45 1f0bfc8d83 Fix angle discretization in Hough transforms 2 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
tv3141 cb286a66be
Merge pull request #21030 from tv3141:fix_seg_fault_houghlinespointset 3 years ago
berak a6f5717567 resolves #20913 3 years ago
Cavendish-Koo 2f83c3b689 fix the bug of HoughlinesSDIV 3 years ago
Alexander Panov 6f4160c014
Merge pull request #20584 from AleksandrPanov:fix_HoughCircles_ALT_dimensions 4 years ago
Vadim Pisarevsky cc259e49f6
Merge pull request #16561 from vpisarev:better_hough_circles 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 6 years ago
luz.paz ec43292e1e Fix modules/ typos 6 years ago
Vitaly Tuzov 9befb7a1d7 Merge pull request #14916 from terfendail:wsignmask_deprecated 6 years ago
Alexander Alekhin 1c180f4c7f imgproc: fix RemoveOverlaps() with empty input vector 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
yuki takehara ed207d79e7 Merge pull request #11108 from take1014:hough_4303 7 years ago
Alexander Alekhin 15837b43ca imgproc: don't call .unlock() on non-holded mutex in houghCircles() 7 years ago
Alexander Alekhin 5d36ee2fe7 imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
take1014 03407a9da0 Merge pull request #10646 from take1014:master 7 years ago
Tom Becker 592f8d8c1b Merge pull request #10232 from TomBecker-BD:hough-many-circles 7 years ago
Rostislav Vasilikhin 397b57dd72 Merge pull request #10041 from savuor:RevHoughWorks 7 years ago
Peter Fischer 332588fcee Fix bug: non-maximum suppression for hough circle 7 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 9 years ago
Pavel Vlasov 2b27f7dbb3 Fixed warnings for IPP9+ build; 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 10 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Scott Graybill 3d2c0ed97f Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks. 10 years ago
HelenWong e88bf2bc30 Updated Documentation (HoughCircles) 10 years ago
Yan Wang 0692bf5f34 Fix HoughLines crashes (Bug #3959). 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 10 years ago
Alexander Karsakov 66a8acfd3d Optimization for HoughLinesP 11 years ago
Alexander Karsakov eaf5a163b1 Added HoughLinesP OCL implementation 11 years ago
Alexander Karsakov 39b27a19be Refactoring and optimization 11 years ago
Alexander Karsakov d59a6fa518 Optimization for getLines 11 years ago
Alexander Karsakov fee8f29f48 Refactoring, minor optimization 11 years ago
Alexander Karsakov f7aadd07f6 Added getLines, fill_accum_local kernels 11 years ago
Alexander Karsakov 038bfb98ec Added fill_accum kernel 11 years ago
Alexander Karsakov 5c1f71de51 Added make_point_list kernel 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Karsakov dc91be86b2 Disabled ippiHoughLine_Region for cv::HoughLines 11 years ago
Alexander Karsakov 1909978f7d Added ippiHoughProbLine to cv::HoughLinesP 11 years ago
Alexander Karsakov f3d1001c5d Changed tests for support intersection between expected and actual lists of lines. 11 years ago
Alexander Karsakov 751264f88a Added ippiHoughLine_Region to cv::HoughLines 11 years ago
Scott Breyfogle b074c67a56 Add static cast to hough lines 11 years ago
Scott Breyfogle 0ea454301f Added optional constraints to non-probablistic hough lines functions 11 years ago