提问


Subscripted assignment dimension mismatch.
I use this code referenceImage = 'test1.dcm'; overlapImage = 'test3.dcm'; % Create blank new canvass the same...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Why imregister is not performing well?
I get this code fixed = dicomread('test1.dcm') moving = dicomread('test3.dcm') imshowpair(fixed,moving,'Scaling'...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to use imregister
Hi lovely members of Mathworks. I am so grateful for your help so far. Need more help since I am kind new to image processing w...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
How to position images (x,y) based on a txt file?
Anyone answer please?

6 years 前 | 0

已回答
Read x,y coordinates from txt file and orient images
Anyone answer please?

6 years 前 | 0

提问


Error using fseek Invalid file identifier. Use fopen to generate a valid file identifier.
Anybody knows why it comes up with this error at I = dicomread(fullFileName); line? Here is my code: filePatternu = fullfi...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Read x,y coordinates from txt file and orient images
Hi I have a txt file with rowsxcolumns of x,y values. It's 15x2, for 15 images. I want to read from that txt file the x,y posit...

6 years 前 | 1 个回答 | 0

1

个回答

提问


why not moving??
I had a series of files named S0009, S0010, etc and turned them dicom images with dicomwrite, renaming them to test1.dcm, test2,...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Why imshow is not working?
I try to read a txt with rows and columns as many as dicom images are and align the images in accordance to x,y values that are ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to automatically Crop images in a folder and save them in an other folder?
I have a sequence of dicom images named S000009.dcm S0000010.dcm etc. I want to crop them with known values and save them in ano...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Move files to another folder.
I cropped a few dicom images and placed test on the cropped images (test1.dcm, test2.dcm,....). Now I want to grab them altog...

6 years 前 | 1 个回答 | 0

1

个回答

提问


IMCROP does not support 'XData' or 'YData' specified in [max,min] order.
I use this script and I get error line in imcrop for indx=3:m listing(indx).name A = dicomread(strcat( 'C:\Echo Ima...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to state a while condition to prevent an action?
Hi I have a code that adds the .dcm extension to files they don't have .dcm extension. The problem is that whenever I run the s...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to get all files with a specific name in a folder?
Hi. I have a sequence of images (without extension) named S000009, S0000010, S0000011,.... There is no extension. They are just...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to position images (x,y) based on a txt file?
Hi. I got a sequence of images. Need to position them according to x,y values that I have written to a txt files. There are sl...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Struct contents reference from a non-struct array object.
folder = 'C:\Echo Images\Stelios\FDB'; file_temp = sprintf('%s\\*.bmp', folder); filearray = dir(file_temp); s = max(...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to determine x,y positions of images through a .txt file?
I am trying to give Matlab the x,y positions of a stack of images. If those images are hundred and each one of those have differ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Any idea of how to solve misalignments?
I got two images to blend together with imfuse. The one is a mask (binary image) and the other is a grayscale dicom one. As you ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Non-singleton dimensions of the two input arrays must match each other.
I cannot understand what's the problem. This code works for other jpg images but for my dicom stack of images it comes up with a...

6 years 前 | 1 个回答 | 0

1

个回答

提问


VideoReader is not working with Dicom Images?
I am trying to fix a video sequence out of dicom images. I get the following error. 'Unable to determine the codec required' ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


why false function comes up with duotone image?
Hi I have a dicom image from ultrasound. I applied a manual segmentation mask using imageSegmenter. I pressed generate function...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to find out mm on dicom images
I want a tool like a ruler to measure distances in dicom images. In mm, not in px. Or at least, how to find out dicom resolu...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert a stack of dicom images to grayscale
My ultrasound images are truecolor type. I need to make them grayscale. They are multiple. How do I do that? im2uint8 is not wor...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Error is appearing without explanation
Error in final/DicomReader (line 13) dicom_header = dicominfo(filename); E.g. I got this error line but no further explanati...

6 years 前 | 0 个回答 | 0

0

个回答

提问


interchange contour plot among segmentations
Hi I want to make a contour plot, associated with a segmentation contour, that changes in between slices of a stack of 2d image...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to rotate a contour plot 180 degrees?
Hi I have a contour plot (2d) and I need to just rotate it 180 degrees (upside down) without nothing else to change. Can y...

6 years 前 | 1 个回答 | 0

1

个回答

提问


link plot graph with contour of segmentation
I need to associate a plot graph with the contour of a segmentation. So the graph will automatically take the shape of the conto...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Functions definitions are not permitted in this context
function sbr() clc; close all; N=118; img_dir ='D:\Stelios PhD files\Foot Images'; Img=DicomReader(...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Too many input arguments error
set(get(gca,'children'),'cdata',squeeze(Img(:,:,S,:),ImgSg(:,:,Si,:),ImgCr(:,:,S1,:))) If I don't put ImgSg(:,:,Si,:),Img...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to synchronize three planes on the same figure to run simultaneously
I have three planes (axial, sagittal, coronal) on the same figure. I want them to simultaneously operate under scrolling my mous...

7 years 前 | 2 个回答 | 0

2

个回答

加载更多