4 Questions 5 Answers 0 Followers
Questions related from Leena Silvoster
I= imread('coins.png');I = bwareaopen(bwmorph(im2bw(I), 'close'), 50);s = regionprops(I, 'Orientation', 'MajorAxisLength', ... 'MinorAxisLength',...
31 July 2015 1,713 2 View
I have an image that I would like to use to make a graph. Pixels are the nodes and edges represents 8-neighbourhood. I tried this I=imread('cameraman.tif');[X Y]=size(I);CONNECTED = 8; %# 4-/8-...
01 June 2015 3,110 3 View
After applying my algorithm,I got a segmented image which contains small unwanted regions.I just need the vetebrae and disc (portion with blue in the middle).Can you suggest any method to...
20 April 2015 9,494 16 View
have a file with .nii extension. I don't know how to convert a .nii file into 2D format.My question is while converting .nii file into 2D, am I losing some information about the file.Which format...
15 April 2015 1,703 14 View