peaks and valley of image

1 view (last 30 days)
vikas madineni
vikas madineni on 30 Jun 2014
Commented: vikas madineni on 7 Jul 2014
1. Determine peaks and valleys of the image
2. Determine probabilistic frequency vs intensity of the image with intensity at Y axis and
Frequency at X axis
3. Regions with low intensity and high intensities in the image.

Accepted Answer

Image Analyst
Image Analyst on 30 Jun 2014
What is the object? It looks like the surface of a rock. And it looks like intensity does not necessarily directly indicate depth or height. Anyway, take a look at imhist(), imregionalmin(), and imregionalmax(), and fft2(). You could also try thresholding and use morphological operations like imopen() and imclose() to identify larger regions of bright and dark areas.
  1 Comment
vikas madineni
vikas madineni on 7 Jul 2014
Hello, It is the image of steel material when scanned using laser microscope. Can we find any relation between two phases of the material. When I used operation finddepressions() it is showing an error 'unable to use function'. In order to use such commands do we need to predefine those commands. Can you suggest me with any analysis approach to solve the issue. Waiting for response and thank you for your time.
Regards,
Bhargav Elchuri Bhargav.elas@gmail.com Ph.no - (617)775-9441

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!