Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

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

quasi 6 anni fa | 0

Domanda


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 ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
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

quasi 6 anni fa | 0

Risposto
GriddedInterpolant and GridVectors turn image to binary?
Nobody can help me on this?

quasi 6 anni fa | 0

Domanda


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...

quasi 6 anni fa | 3 risposte | 0

3

risposte

Risposto
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 ...

quasi 6 anni fa | 0

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 4 risposte | 0

4

risposte

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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') ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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); ...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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,'...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Carica altro