Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

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

casi 8 años hace | 0

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
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

casi 8 años hace | 0

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

casi 8 años hace | 0

Pregunta


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

casi 8 años hace | 3 respuestas | 0

3

respuestas

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

casi 8 años hace | 0

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 4 respuestas | 0

4

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

Cargar más