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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
