how to convert an image to topography image?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sean de Wolski
2011 年 5 月 16 日
To calculate the variance, take the square of the output of stdfilt
doc stdfilt
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!