I wanna apply image processing method to find these defect.

3 次查看(过去 30 天)
I have many image of same part.The aim is to find defected parts. For big defects, I can detect them. But for small defect such as shown in below images, I can't etect them. Do you have any idea that which should I implement and which variable I can consider to detect them?

回答(2 个)

Parsa
Parsa 2022-6-8
编辑:Parsa 2022-6-8
Hi Omid
It's a kind of crack detection problem. According to your question, you have many images of the same parts with different types of cracks. So, employing machine learning techniques could be a good solution, in order to detect the cracks automatically. Based on inspections and also your knowledge about the types and form of the defects, you can specify tiny ROIs around each crack. These defects are different in size and orientation, so you will have a good dataset of ROIs with different shape of cracks, which are training dataset for learning procedure. Here is a nice open access article about applying machine learning to detect cracks :
There is another solution comes to my mind. Specially for your images, it's obvious that if a crack exist, there will be a connection line between circles. It means that, at least, there is one non-circular feature in an image with the defect. So segmentation techniques could be employed. Please take a look at these links:
Although the same question has been asked before as in the links below, for the cases, craks are on a flat surface without special patterns. But your images have a circular pattern. Any way, these links also could be helpful :
  3 个评论
Parsa
Parsa 2022-6-9
Thanks for your comment,you're right. So most the blobs are in ellipse form,in different lengths and orientations, but there is at least one different feature or area, contains the defect.
Walter Roberson
Walter Roberson 2022-6-9
When I look at the second one, it is not clear to me that the cut goes all the way to join the two circles. I think the "area" of the cut might be less than the adjustment for perspective. It might be necessary to check the ferret distance or something similar, carefully checking for "hair"

请先登录,再进行评论。


Image Analyst
Image Analyst 2022-6-9
Have you tried just subtracting the image from a perfect one? If they're not perfectly aligned you might have to call imregister first before subtracting.

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by