Feeds
질문
Expand the contour of structure
Hi, I would like to create contour of structure in image and need to expand the contour in all directions by 10 pixels. I use...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
How to normalize image scale?
Hi, I have image in 512x512 pixel. I would like to show this image in 40cm x 40cm. What would be the best option for this nor...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to fuse three images?
I have three images of three object. Object C covers the physical dimensions of objects A and B. I need to show all objects on a...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
Read filenames from folder A and rename files from folder B as filenames if folder A
Hi, I would like to rename files (more than 600) in a folder. Particularly read the file names from folder A and rename the fil...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
reading header line from text file
Hi, I have text file with 2 header lines and data (7 columns). I can read the data using textscan, but not able to read head...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
how to read/write usf (Universal Subtitle Format) file?
Hi, I need help to open usf files as I would like to do some image processing on these files and rewrite usf files again. ...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to write file in userdefined directors using fopen/fwrite/fclose
Hi, I want to write file in user defined folder but not in matlab current directory. I tried to use following commands but no s...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to write .his file
Hi, I manage to read .his file with following commands function [buf]= ReadHis(filename) fid= fopen(filename, 'r'); ...
12년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
How can speed up the program while reshaping 600 projections
Please find following as command lines as in original question it was not clear format for N_proj = 1:600 proj(N_proj).se...
How can speed up the program while reshaping 600 projections
Please find following as command lines as in original question it was not clear format for N_proj = 1:600 proj(N_proj).se...
대략 13년 전 | 0
질문
How can speed up the program while reshaping 600 projections
Hi, For CT reconstruction, I am reshaping each projection (600 projections) as row matrices. The program is really slow as I a...
대략 13년 전 | 답변 수: 2 | 0