mima zebouchi - MATLAB Central
photo

mima zebouchi


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/16 to 04/25Use left and right arrows to move selectionFrom 04/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
0 个回答

排名
67,077
of 298,264

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


hi plz i wont to find Blobs .identify Blobs and dispay them for a single frame in dicom images i use the programme below
L=bwlabeln(bw); stats=regionprops(L,'Area','Centroid'); LL=L(:,:,1)+1; cmap=hsv(length(stats));cmap=[1 1 1;cmap]; LL...

9 years 前 | 0 个回答 | 0

0

个回答

提问


hi plz i need code matlab for reconstruction 3d of brain tumor i use the code below but give me just a visialisation of tumor
s=650 t=zeros(512,512,9); for i=8:16 t(:,:,i-7)=v(:,:,i)>s; imshow(t(:,:,i-7),[]); m(...

9 years 前 | 1 个回答 | 0

1

个回答

提问


hi plz help me in this probleme i wont to créate a montage of dicom image with 26 images
s = dicomread('SE000005\IM00000.dcm'); [r c] = size(s); X = repmat(int16(0), [256 256 0 25]) for i=1:26 filename ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


hi i have some paramettres in my principal programme this paramettres changed when i change the image i need to do a fonction and to extraire the paramettres from the principle paramettres to the fonction
lb=100%lower threshold(ignore CSF,air) % % nhood=ones([8 8 6]); so ib=100 for im1 and ib=150 for next image i need to c...

9 years 前 | 0 个回答 | 0

0

个回答

提问


hi i have a programme matlab of region growing but it work just for png i need the same programme but for dicom images
clc;close all;clear all; %croissance de region a=imread('2.PNG'); a=rgb2gray(a); b=im2double(a); [n,m]=size(a);...

9 years 前 | 2 个回答 | 0

2

个回答