1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

8 Commits

Author SHA1 Message Date
Suleyman TURKMEN
b8d6f196d3 Added EDColor support to EdgeDrawing class.
Fixed a bug where params.PFmode = true caused incorrect edge detection results.
Updated edge_drawing.py to support the new EDColor feature.
Created a new edge_drawing_demo.cpp for demonstrating the EDColor feature.
Updated ximgproc.bib to include references for EDColor.
Added tests for PFmode and EDColor in test_fld.cpp.
Added CV_WRAP to Params::read and Params::write functions to expose them to Python bindings.
the class NFALUT uses the code from original ED code
2024-09-28 23:07:42 +03:00
Suleyman TURKMEN
5e2b53d022 bug-fix EdgeDrawing 2022-02-26 03:47:50 +03:00
Tomoaki Teshima
7a916886d4 tolerate the rounding error
* edge drawing is NOT bit-exact
2021-10-12 05:16:42 +09:00
Suleyman TURKMEN
390dc84a5b EdgeDrawing Improvements 2 2021-05-13 02:50:09 +03:00
TT
930eca198d 3.4/ximgproc: Added edge input feature to fast_line_detector
backport of commit: d8197c6ad6
2021-04-06 20:19:12 +00:00
Suleyman TURKMEN
f7efcbab61 Merge pull request #2313 from sturkmen72:test_Edge_Drawing_Algos
* EdgeDrawing algorithms (ED EDPF EDLines EDCircles)

* eliminate build warning
2021-04-02 01:38:00 +00:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
Jinhan Lee
a7dada153e Fast line detector described in @Lee14.
This simple detector runs up to two times faster than LSD while achieving
competitive results. Please evaluate the algorithm with samples/fld_lines.cpp
2016-12-12 11:00:50 +09:00