Ask Your Question
0

Feret diameter

asked 2017-10-11 15:28:18 -0600

Hello.

I know there is no already implemented function for calculating Feret diameter in OpenCV.

Can i implement it for OpenCV and send it as pull request?

Is there anyone from OpenCV dev team, who is interested in it?

edit retag flag offensive close merge delete

Comments

1

imho, minAreaRect is already covering this

berak gravatar imageberak ( 2017-10-12 01:02:34 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-10-11 18:07:32 -0600

Tetragramm gravatar image

You can indeed submit it as a pull-request, but make sure it does something more than already exists in functions like boundingRect. That calculates the X and Y Feret diameter.

Of course, the Contribution Guidelines are here, with more details about what to do.

edit flag offensive delete link more

Comments

It is important to notice that minAreaRect() won't return the feret diameter. It is similar but not equal. For more details: https://blogs.mathworks.com/steve/201...

dudigl@gmail.com gravatar image[email protected] ( 2018-11-06 00:11:32 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-10-11 15:28:18 -0600

Seen: 1,841 times

Last updated: Oct 11 '17

Related questions