Description: Routine 1.2 1
In_image = imread (' x.jpg ');
Inv_m7 = _table_moment (in_image);
Note: the input image should be an RGB image. If the image is a gray image, the image = rgb2gray (in_image) should be removed.
Routine 1.2 2
Img = imread (' x.jpg ');
Img = rgb2gray (img);
[A_nm, zmlist, cidx, V_nm] = zernike (img);
Note: the input image should be grayscale image;
To Search:
File list (Check if you may need any files):
1.2图像的矩特征\1.2 运行说明.doc
1.2图像的矩特征\invariable_moment.m
1.2图像的矩特征\qingdao.JPG
1.2图像的矩特征\zernike.m
1.2图像的矩特征