09-02-2016 06:05 PM
Good day everyone.
I have a semester project related to edge detection of two pieces of fabrics. I need to detect the edges of following two images and respective manner.
I have tried a few steps as follow
So basically I have to find the x/y cordinates of the given edges of the fabrics. But after doing above mentioned procedures, I wasn't able to completely extract all the x/y cordinates for the edges. since even after processing the image the edges were not very clean for contour analysis. is there is something else I could do for pre-processing the image. I've read a book named "Image acquisition and image processing using Labview" by Christopher G. Relf. It provides a few tips on basic image processing methods. But I can't actually find anything specific that can help me solve this problem.
I would really appreciate if anyone can share any ideas or methods of achieving the above task.
Thanks for your help.
09-02-2016 06:28 PM
You can remove the vertical lines of fabric in the area were you want to find the edge with gray level morphological functions.
You need horizontal line as kernal for the gray level morphology function.
After that step it will be easy to find the edges.
If you want example you need to post the images.
Amit,
09-02-2016 06:32 PM
09-03-2016 01:16 AM