質問


How to close the gaps?
As you can see from the picture I've uploaded, <<https://www.mathworks.com/matlabcentral/answers/uploaded_files/131479/sofar...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Chan Vese Segmentation mask is not working Properly
I cropped my DICOM image so the active contour be faster and segment between the black area and soft tissue. Instead, I got a...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there a way to use imfuse in 4d images?
I am trying to imfuse 2 4D images. But I get error that it needs to be MxN or MxNx3 numeric arrays. I use squeeze before imfu...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


From ImageJ to Matlab Conversion
HI. Can someone translate this ImageJ piece of code to MATLAB equivalent. If not, is there an app for automated conversion be...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Does anyone know why the images appear that way?
I wonder, do I have to pay to get a solution?

6年弱 前 | 0

質問


How do I apply translation vector to a 4D image?
I need some examples of ways to apply a translation matrix deriving from a txt file, of 2 columns and 15 rows, to a 4D stack of ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


Can imtranslate and squeeze be combined to one code line?
Can you combine squeeze and imtranslate to one line? If so, how?

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
GriddedInterpolant and GridVectors turn image to binary?
I gave all my resources and explanations. Anyone help? It is urgent. I don’t think it is so difficult. Come on

6年弱 前 | 0

回答済み
GriddedInterpolant and GridVectors turn image to binary?
Nobody can help me on this?

6年弱 前 | 0

質問


GriddedInterpolant and GridVectors turn image to binary?
Can someone please tell me if GriddedInterpolant and or GridVectors turn an image to binary format. Why is this happening and ho...

6年弱 前 | 3 件の回答 | 0

3

回答

回答済み
Does anyone know why the images appear that way?
But it does. Before I apply the double() it is a normal grayscale pic. After double(), it becomes white with shapes. And the ...

6年弱 前 | 0

質問


How do I convert a 4D image to a scalar one?
I have a 4D stack of images and need to convert it to scalar so I can multiply every each individual slice with a vector. Any id...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Does anyone know why the images appear that way?
The shifted slight translation you'll see in the three plots is correct but why do they appear black and white (duotone)? Th...

6年弱 前 | 4 件の回答 | 0

4

回答

質問


Why I get this error message? How figure can be corrupt?
I try to open a figure and I get the following error Error using load Unable to read MAT-file D:\stelios phd files\DesM...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Displace images from a txt file
Hi. I have a stack of images (4D images). I have a txt file that has 2 columns and 15 rows, same number as the images. Now for ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Can I apply imtranslate to a 4D image?
Can you please give me examples of imtranslate code lines that is being applied to a 4D DICOM image? I get the errors that im...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Unable to determine the file format
I use both imread and imtool to read my image wich is like this imread('name.bmp') OR imtool('name.bmp') ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How do I create an axes on a figure?
I use this line handles.axes7 = axes('Units','normalized','Position',[5.2 11.923 19.2 7.769]); But it doesn't seem to wo...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


What those permute numbers mean?
I have seen by research that in order to permute the image the command is as follows: im = flip(permute(Img, [3 2 1 4]),1); ...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


When I maximize the figure some elements positions are messed
I have a figure consisted of 4 axes and three sliders. When I maximize the figure the position of the sliders are messed. They a...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I find the area (the position) below an axes?
Is there any way to find the area below an axes? In position parameters [pixels preferably] Thanks

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I handle images?
I have three images displaying in three axes on a figure. I want to get them handles so I can browse them using a slider. Ho...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


A slider control 3 axes in synchronization
I want to alter images in three axes and alter them by using a slider at the same time. One slider will alter the images in 3 ax...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I control two axes over a single slider?
I have the above code: handles.SliderFrame = uicontrol('Style','slider','Position',[60 20 400 50],'Min',1,'Max',NumFrames,'...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to depict an image in an axes?
Let's assume I have a 4D image called 'im2'. I want to imshow a new image called 'im3' which is equal: im3 = permute(im2...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How do I make a GUI created by guide a single united function
I notice the GUIs created by Guide comes with multiple different and individual functions (opening, output, create, callbacks, u...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Why slider is not working in my GUI?
I have created a GUI consisted of 4 axes, a push button and a slider. Although, the slider commands (callbacks, uicontrols, guid...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


WindowScrollwheelFcn in a GUI
I have a GUI consisted of a slider, a press button and 4 axes. I have placed the WindowScrollWheelFcn and I get the following er...

6年弱 前 | 2 件の回答 | 0

2

回答

質問


Can a single slider control 3 or 4 axes?
I have done a figure controlled by a slider so images can run on the axes. Is it possible, somehow, to use the same single slide...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


3d handle object?
I need the part of code that makes a 3d reconstructed model to rotate into the 3d space. Any idea, source, example? Thanks...

6年弱 前 | 0 件の回答 | 0

0

回答

さらに読み込む