Edge Detection, Image Manipulation, and Data Extractio
Posted: 2014-07-26T14:02:15-07:00
I'm new to this community, and to image processing, but not new to programming (C, VB, Matlab, APDL etc). I'm creating an engineering evaluation tool for a product, that needs to quantify the quality of the edge of a vane. I'll be evaluating hundreds of such vanes using an automated platform with a webcam in exactly the same place each time - thus will be performing statistical image analysis.
Currently, I'm trying this in R, but I'm open to suggestions if it'll make life easier.
An original image is shown here: http://i.imgur.com/q0udvCG.jpg
A hi pass filter later, I get this: http://i.imgur.com/9FoiXe6.jpg
What I need to do:
1. Get the X,Y coordinates of all points on 'Edge 2', that lie between 'Edge 1' and 'Edge 3'. The X,Y origin can be assumed to be the lower left corner of the photo, although, ideally I'd like it to be the intersection of Edge 1 and Edge 2.
2. Store X,Y coordinates in a matrix with an identifier for the vane number. ("Vane 1", "Vane 2", or just 1,2,... )
I'm quite lost on how I proceed from where I am. Since I have no technical education or experience in image processing....
Appreciate any pointers.
Thanks folks
Currently, I'm trying this in R, but I'm open to suggestions if it'll make life easier.
An original image is shown here: http://i.imgur.com/q0udvCG.jpg
A hi pass filter later, I get this: http://i.imgur.com/9FoiXe6.jpg
What I need to do:
1. Get the X,Y coordinates of all points on 'Edge 2', that lie between 'Edge 1' and 'Edge 3'. The X,Y origin can be assumed to be the lower left corner of the photo, although, ideally I'd like it to be the intersection of Edge 1 and Edge 2.
2. Store X,Y coordinates in a matrix with an identifier for the vane number. ("Vane 1", "Vane 2", or just 1,2,... )
I'm quite lost on how I proceed from where I am. Since I have no technical education or experience in image processing....
Appreciate any pointers.
Thanks folks