Feeds
回答済み
how to convert image to binary based on histogram
there are several means of automatic thresholding. kmeans, ostu are the most popular if you want to do the thresholding manual...
how to convert image to binary based on histogram
there are several means of automatic thresholding. kmeans, ostu are the most popular if you want to do the thresholding manual...
14年以上 前 | 0
質問
normal distribution
i have a 2D matrix whose values depends upon two axis A=zeros(5,5); A=[ 1 1 1 1 1; 2 6 7 6 2; 3 7 9 7 3; 2 ...
14年以上 前 | 1 件の回答 | 0
1
回答回答済み
Why isn't min working for me?
be sure to use this lines of codes in all script files that u write clear all% to clear all the variables clc; % cle...
Why isn't min working for me?
be sure to use this lines of codes in all script files that u write clear all% to clear all the variables clc; % cle...
14年以上 前 | 0
質問
normal distribution in image data(matrix)
i want to plot the distribution curve for an image data. suppose im(r,c)=[1 2 3 4 ; 2 3 4 5 ; ...
14年以上 前 | 0 件の回答 | 0
0
回答質問
fft source code
hi every body, i am new to matlab> i am working in a project so i am in need of the matlab source code for fft/dft, without us...
15年弱 前 | 1 件の回答 | 0
