Community Profile

photo

Rami


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


How to write .his file
Hi, I manage to read .his file with following commands function [buf]= ReadHis(filename) fid= fopen(filename, 'r'); ...

12 years ago | 0 answers | 0

0

answers

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

12 years ago | 0

Question


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

12 years ago | 2 answers | 0

2

answers