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
