Feeds
提问
how to write matlab code for moments?
i have this code for calculating moments function [M]= moments(I) [r c]=size(I); m=zeros(r,c); % geometric moments for i=0:...
13 years 前 | 1 个回答 | 0
1
个回答提问
How to write code for moments?
How to write code for moments i.e 0th order(M00),1st order (M10,M01), i wrote it by using for loop for i=0:1:1 for ...
13 years 前 | 1 个回答 | 0
