Feeds
提问
Error when using imshow()
Hi, I'm trying use imshow to display a colormap image, however I get the following error: ??? Error using ==> checkDisplay...
11 years 前 | 1 个回答 | 0
1
个回答提问
how to display an image's colormap onto its grayscale map?
Hi everyone, I have biomedical images (.dcm) and I need to display the colormap of each image onto its grayscale map. I.e: ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Image is too big to fit on screen!!
Hi, I'm currently working on a project; and I have some uint16 dicom images. But when I try to display these images by using ...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Finding the dimensions of an image
You can use the size command. Say you have read the document by imread and named it as X, just use size(X). The result will be t...
Finding the dimensions of an image
You can use the size command. Say you have read the document by imread and named it as X, just use size(X). The result will be t...
11 years 前 | 1
提问
How can I take snapshots of an image viewed from different angles and how can I load them to a matrix?
Hi everyone, I have a 3D-visualized image and I am trying to view it from different angles by using view(a, b) and simultaneo...
11 years 前 | 0 个回答 | 0
0
个回答提问
How to choose an appropriate value for isovalue?
Hi everyone, I am currently trying to do 3D visualization of dicom images (they are CT data feet images) packed in a 3D matri...
11 years 前 | 1 个回答 | 1