Community Profile

photo

mima zebouchi


Active since 2016

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 2 answers | 0

2

answers