Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the return type of detectEllipses. #3622

Open
amarnathreddy0201 opened this issue Jan 18, 2024 · 1 comment
Open

What are the return type of detectEllipses. #3622

amarnathreddy0201 opened this issue Jan 18, 2024 · 1 comment
Labels
question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org/

Comments

@amarnathreddy0201
Copy link

Dear sir,
I studied your article and i understand. I am unable to get knowledge of detectellipses.
detectEllipses output parameters. I am getting 6 parameters. I don't know why it is 6 and how can it will indicate ellipses.

Example : [ 2180.9, 2752, 0, 38.877, 32.04, 25.823],

6 parameters why.

Please help me what are this 6 parameters.

Thanks,
Amarnath Reddy.

@opencv-alalek opencv-alalek added the question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org/ label Jan 18, 2024
@MDSALMANSHAMS
Copy link

Hi @amarnathreddy0201,

Ellipse Parameters:
Center (x, y): (2180.9, 2752)
Angle: 0 degrees (the ellipse is not rotated)
Major Axis: 38.877
Minor Axis: 32.04
Additional Parameter: The meaning of the final value (25.823) is unclear without more context.

I hope this was helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org/
Projects
None yet
Development

No branches or pull requests

3 participants