Measuring eccentricity or aspect ratio of elliptical objects in an image using deep learning

6 ビュー (過去 30 日間)
Varun Katiyar
Varun Katiyar 2020 年 9 月 7 日
回答済み: Raynier Suresh 2021 年 1 月 20 日
Hi, Is it possible to detect the aspect ratio or eccentricity of an ellipse in an image by using a deep learning method? Which deep learning method should I look into. I have figured out how to do it by regionprops but my images vary so I have to write different codes.

回答 (1 件)

Raynier Suresh
Raynier Suresh 2021 年 1 月 20 日
You can use a regression model to measure the eccentricity, where the input is an image and the regression output will be the eccentricity. You can refer the below link on how to train a CNN for regression.

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by