![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12191531_1522139940025_DEF.jpg)
Madhava Teja Munagala
2018 年からアクティブ
Followers: 0 Following: 0
Feeds
質問
wat is function of scale and size?
if size(i,3)>1 i=rgb2gray(i); wat is size(i,3),here i is image and 3 is what scale=2; if scale>0 her...
7年弱 前 | 1 件の回答 | 0
1
回答回答済み
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...
As by using thresholding image is dividded into object and backgroung
respected image analyst, as by using threshold value to differentiate object and background, i received thresholding tuturial ...
7年弱 前 | 0
質問
As by using thresholding image is dividded into object and backgroung
As per bimodal histogram threshold is clearly differentiate between object and background. For example i want to separate cam...
7年弱 前 | 1 件の回答 | 0
1
回答質問
How to divide image into background and object?
Respected img analyst, how Image is divided into foreground and background,how to implement as code
7年弱 前 | 1 件の回答 | 0
1
回答回答済み
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies
Mask unwanted data with zeros
mask = zeros(size(i)); mask(25:end-25;25:end-25)=1; imshow(mask); May i know wat exactly 25:end-25 specifies
7年弱 前 | 0