Rotate a 3D wave
daggaz
Lets say I have a wave that has dimensions (2048,512,512). How do I rearrange it so I am looking down at (512,512,2048) without actually rearranging the data points in relation to each other?
ImageTransform /G=3 transposeVol yourMatrix
It will put p,q,r to r,q,p
March 17, 2016 at 04:28 am - Permalink
March 17, 2016 at 04:32 am - Permalink