Ask Your Question
0

Detect a half complete ellipse in opencv

asked 2020-03-03 10:39:39 -0600

Tharaka_92 gravatar image

I am trying to measure the min and max radius of an ellipse using opencv. But this ellipse is not fully complete as shown in the image

image description I have tried hough circles method. But it doesn't give me the output which I need.

This is the output I expect to get. image description

edit retag flag offensive close merge delete

Comments

we probably cannot help with c#/emgu, but have a look at fitEllipse()

berak gravatar imageberak ( 2020-03-03 12:43:32 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
3

answered 2020-03-03 12:45:22 -0600

updated 2020-03-03 12:49:04 -0600

take a look at https://github.com/opencv/opencv/blob...

the actual output is like below. try to modify the code.

image description

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-03-03 10:39:39 -0600

Seen: 1,284 times

Last updated: Mar 03 '20