フィルターのクリア

Best possible technique to extract dimensions of a box from an image.

2 ビュー (過去 30 日間)
Maheen
Maheen 2015 年 5 月 26 日
コメント済み: Maheen 2015 年 5 月 28 日
Hi, I am working on a project in which I have extract out dimensions(length, width and height) of a box from its picture. For that I applied edge detection filter (sobel filter using edge command), But it gives too much disconnected lines at the edges. I apply imdilate to remove those discontinuities but with that I am afraid it wont give the correct dimensions. So I needed guidance what would be a good starting point i.e which process would result in better extraction of dimensions. Thanks you.
  3 件のコメント
Image Analyst
Image Analyst 2015 年 5 月 26 日
You forgot to attach your image. Everyone, for some reason, thinks that edge detection is always the first step in image segmentation, when often/mostly it's not. Perhaps simple thresholding will work fine, but I don't know because I haven't seen your image.
Maheen
Maheen 2015 年 5 月 28 日
Here is the picture

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 5 月 26 日
The best possible technique starts with creating customized universes, and evolves from there. Are you certain that you have the resources to implement the best possible technique?
  1 件のコメント
Maheen
Maheen 2015 年 5 月 28 日
I certainly don't intend to introduce one, I am trying apply any of the available techniques/methods. So I want to have an idea what would be the best starting point.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by