Clear Filters
Clear Filters

how to convert an image to topography image?

4 views (last 30 days)
may
may on 14 May 2011
I have a 2D C.T image. I would like (in some way) to calculate roughness of the image. I need to translate each pixel to its height and later to calculate the variance. It's important to mention that I don't have the height information for each pixel.
  1 Comment
Walter Roberson
Walter Roberson on 14 May 2011
What does the intensity value of each pixel correspond to?

Sign in to comment.

Answers (1)

Sean de Wolski
Sean de Wolski on 16 May 2011
To calculate the variance, take the square of the output of stdfilt
doc stdfilt

Categories

Find more on Modify Image Colors in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!