Feeds
提问
implementation for iterative wiener filter
This is my implementation in the iterative wiener filter in this paper : <http://www.tsc.uc3m.es/~navia/LATDS07/IterativeWiener...
13 years 前 | 0 个回答 | 0
0
个回答提问
this is an implementation for "how to use maximum likelihood in segmentation in image processing "
function ML() image=zeros(256,256); image(256/4:3*(256/4),256/4:3*(256/4))=200; %object1=image(256/4:...
13 years 前 | 0 个回答 | 0
0
个回答提问
convolution matrix
Say i have image with size m*m , and convert it to a vector with size m^2*1 and i have an average filter , f=imread('lena.jpg...
13 years 前 | 0 个回答 | 0