文件名称:1.2图像的矩特征
介绍说明--下载内容来自于网络,使用问题请自行百度
例程1.2-1
in_image=imread('qingdao.jpg');
inv_m7 = invariable_moment(in_image);
注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image);
例程1.2-2
img=imread('qingdao.jpg');
img=rgb2gray(img);
[A_nm,zmlist,cidx,V_nm] = zernike(img);
注:输入图像应为灰度图像;(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;)
in_image=imread('qingdao.jpg');
inv_m7 = invariable_moment(in_image);
注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image);
例程1.2-2
img=imread('qingdao.jpg');
img=rgb2gray(img);
[A_nm,zmlist,cidx,V_nm] = zernike(img);
注:输入图像应为灰度图像;(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;)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.2图像的矩特征\1.2 运行说明.doc
1.2图像的矩特征\invariable_moment.m
1.2图像的矩特征\qingdao.JPG
1.2图像的矩特征\zernike.m
1.2图像的矩特征
1.2图像的矩特征\invariable_moment.m
1.2图像的矩特征\qingdao.JPG
1.2图像的矩特征\zernike.m
1.2图像的矩特征
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.