how to calculate area of a feature in a gray scale image

I am having an Ultrasonic C-Scan gray scale image of a steel billet. I need to find the area of a feature in it by using intensity difference or texture difference or pattern recognition or any other suitable method. The main problem is that the boundries of feature are not demarkated clearly and intensity variation is very less compared to the surrounding area. Will be thankful if anybody is able to give some clues

Answers (1)

Image Analyst
Image Analyst on 30 Nov 2012
Edited: Image Analyst on 30 Nov 2012
Other than how to upload an image about all I can say is that you can use image processing. You might also see my Image Segmentation Tutorial if you're a novice at image processing.

3 Comments

I am uploading a diagramatic representation ( http://imageshack.us/photo/my-images/197/diagramaticrepresentati.jpg/) along with original C-Scan image in gray (<http://imageshack.us/photo/my-images/7/cscanimageingrayscale.jpg/>) aswell as colour images (<http://imageshack.us/photo/my-images/442/45886590.jpg/)>. please go through the images a suggest a method for calculating area of equiaxed zone from either grey or colour scale
I'd probably start with an edge detector and look at the direction of the gradients.
I have tried with edge detectors it will show multiple no pf edges in columnar zone, and there is not much difference in gradient, moreover some of the gray scale intensities in equiaxed zone are simmilar to that of columnar zone. Ref: http://imageshack.us/photo/my-images/7/cscanimageingrayscale.jpg/, http://imageshack.us/photo/my-images/442/45886590.jpg/

Sign in to comment.

Asked:

on 30 Nov 2012

Community Treasure Hunt

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

Start Hunting!