How to reconstructs orthogonal slices through my image volume
7 ビュー (過去 30 日間)
古いコメントを表示
Hello i do have a 3D binary volume with dimensions 280x3072x4000:
My objective is to reconstruct its orthogonal slices from TOP. There's a function on ImageJ called 'Reslice' that does this but I dont know how to implement it in Matlab. I attach some info of resize that might be helpful. This function reconstruct the volume as if you were slicing it from the TOP view instead of the front view of the original image
Command info: https://imagej.nih.gov/ij/docs/menus/image.html#reslice
Code source (Java): https://imagej.nih.gov/ij/source/ij/plugin/Slicer.java
These are the parametres that I use with ImageJ :
My final volume must have these dimensions 4000x3072x280 and the following appareance:
I tried with imresize3 with all the interpolation methods , but the result is not even close to my goal.
Thanks a lot.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!