Scaled Colormap Tiff Export
9 ビュー (過去 30 日間)
古いコメントを表示
Hi there,
So I have a 3D matrix (x,y,z) with varying signal intensity across the matrix. The matrix has been normalised (all values are now between 0 & 1). I have code that takes a single slice z slice from the matrix and exports a tiff file with a colormap.
Even though the signal intensity changes across the matrix, the slices where signal is weak look the same as the high intensity slices. This is due to the way imwrite applies the colormap. Currently I manually a defined point outside the region of interest with a value of 1 and this fixes the problem but isn't that elegant a solution. Does anyone have any experience with this and is there a way to scale the colormap like you can with caxis during tiff export?
Thanks!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Color and Styling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!