photo

akram


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
199,948
of 301,440

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


I have 3d image of 128x128x128, and i want to apply radon transform on it, it works with me with 2d image, but 3d it doesn't work
I=phantom3d(128); R=radon(I,theta); R=iradon(I,theta,1,size(I,1));

11 years ago | 0 answers | 0

0

answers

Question


radon transform for 3d image of 128x128x128!! i don't know why the output concatenated image is 128x128x2??
f=phantom3d(128); theta=0:179; C=mat2cell(f,[64,64],[64,64],[64,64]); tic; matlabpool(2) parfor i=1:8 ...

11 years ago | 0 answers | 0

0

answers

Question


can anyone tell me where is the error?? i have a 3d image 128x128x128 and i want to divide it into [64,64],[64,64],[64,64] i wonder if this code is correct??
because when i use cell2mat function to concatenate the submatrix conct=128x128x2??? i don't know exactly where is the problem??...

11 years ago | 0 answers | 0

0

answers

Question


"Radon Transform": why the output image is (N,NxNumber of processors) despite the input image is NxN?? in the parallel computing on matlab?? thank you
if true % clc,clear,close all; f=phantom(256); theta=0:179; tic; matlabpool(4) x=distributed(f); spmd wx=getLocalP...

11 years ago | 1 answer | 0

1

answer