ED_Lib icon indicating copy to clipboard operation
ED_Lib copied to clipboard

Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle and low eccentric ellipse (EDCircles) detection algorithms.

Results 17 ED_Lib issues
Sort by recently updated
recently updated
newest added

hello CihanTopal,EDColor detect line cost time to expensive.Do you have idea to decrease time when deal with color image

I got the circle from Ytup_Det_Ed_Cricles testEDCircles = Ytup_Det_Ed_Cricles(testED) I got the outline from testED.getSegments() but i also want get the circle's outline match No. of the segmentPoints

enhancement

When use the camera to detect the circle, some errors will occur after the program runs for a period of time. I found that the following three errors will be...

Thanks for great job for line and circle detection. After run test_ED, opencv(4.5.2) & EDLIB show different run time but same results(no diff between pixel), as follows: testED.getEdgeImage() (Original) :...

`/home/amov/LineDetector/ED_Lib/video_test.cpp: In function ‘int main(int, const char**)’: /home/amov/LineDetector/ED_Lib/video_test.cpp:35:13: error: ‘EdgeDrawing’ was not declared in this scope Ptr ed = createEdgeDrawing(); ^~~~~~~~~~~ /home/amov/LineDetector/ED_Lib/video_test.cpp:35:24: error: template argument 1 is invalid Ptr ed...

prevent crash on iOS, tested work fine. (macOS maybe, no test)

In an earlier issue, I've said that I solved an issue by adding ` + 1.0` to these lines: ``` // semimajor axis a = sqrt(F3 / A2) + 1.0;...

https://github.com/CihanTopal/ED_Lib/blob/7f171db0321de67b12ee3d0558b0b1d60122000d/EDPF.cpp#L219 My fork is getting so refactored that it's a bit hard to translate back to original ED_Lib now, but I think the referenced line is in error. I think...