Feeds
回答済み
binary image mean and SD
the lecturer told me that the answer should me similar to that rand('seed', 123456789); F = rand(100, 100); c = (F>=0.5) ; v...
binary image mean and SD
the lecturer told me that the answer should me similar to that rand('seed', 123456789); F = rand(100, 100); c = (F>=0.5) ; v...
約11年 前 | 0
回答済み
binary image mean and SD
img=imread('phantom.png'); imshow(img); x_ray=im2bw(img,0.65); imshow(x_ray); v=(~x_ray); imshow(v); se=strel('disk',10);...
binary image mean and SD
img=imread('phantom.png'); imshow(img); x_ray=im2bw(img,0.65); imshow(x_ray); v=(~x_ray); imshow(v); se=strel('disk',10);...
約11年 前 | 0
質問
binary image mean and SD
Hello; I need to calculate the mean and SD of a binary image and the result should to be as the following: a sample result: ...
約11年 前 | 4 件の回答 | 0
4
回答質問
please I need help with this question
2. Load the DICOM image file ‘CR-MONO1-10-chest.dcm’ from the previous tutorial, and carry out the standard preparation steps ...
約11年 前 | 0 件の回答 | 0