Community Profile

photo

noor


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Hello.. I am working on detecting lung nodules and I would like to know how to convert the lung nodule extracted from a CT image into a 3D image.
clear clc I=imread('lung1.jpg'); %I= imresize(J,[512 512]); a=graythresh(I); j2=im2bw(I,a); figure;imshow(I) figure;ims...

mer än ett år ago | 1 answer | 0

1

answer

Question


Hello, I want to know how to add and modify this code to get 3D mass_spring models for lung cancer detection
clear clc I=imread('rtr.jpg'); %I= imresize(J,[512 512]); a=graythresh(I); j2=im2bw(I,a); figure;imshow(I) figure;imshow(...

mer än ett år ago | 0 answers | 0

0

answers