Defect in chip image.

回答 (1 件)

Image Analyst
Image Analyst 2014 年 6 月 25 日

0 投票

What is the defect? That it's less wiggly than the others? Assuming they are aligned with the edges of the image, just sum teh image horizontally and look at the spread in y values (lines).

4 件のコメント

Eric Nunes
Eric Nunes 2014 年 6 月 25 日
Hi, thank you for your reply. Could you explain what do you mean by looking at the spread in y values?
Image Analyst
Image Analyst 2014 年 6 月 25 日
verticalProfile = sum(grayImage, 2);
Then threshold at some value and measure the spread. Let's say a line hits at line 130. Well a straight line might go from 128 - 132, but a wiggly one will go from 122 - 138. It wiggles in a range of 16 rather than 4.
Eric Nunes
Eric Nunes 2014 年 6 月 26 日
I tired it , all the lines have a spread of 11 rows, so it did not help much.
Image Analyst
Image Analyst 2014 年 6 月 30 日
You removed your image so now no one can help you anymore.

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

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

2014 年 6 月 25 日

コメント済み:

2014 年 6 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by