求matlab图像处理函数的详细介绍,包括参数的介绍,越详细越好

RT,像filter2函数,其语法为B=filter2(h,A),B=filter2(h,A,shape),却没有介绍参数的类型和作用。... RT,像filter2函数,其语法为B=filter2(h,A),B=filter2(h,A,shape),却没有介绍参数的类型和作用。 展开
 我来答
menggulongg
2009-11-12 · TA获得超过1333个赞
知道小有建树答主
回答量:309
采纳率:0%
帮助的人:223万
展开全部
Matlab Version 7.1.0.246 (R14)里面的Help:

filter2

Two-dimensional digital filtering

Syntax

Y = filter2(h,X)
Y = filter2(h,X,shape)

Description

Y = filter2(h,X) filters the data in X with the two-dimensional FIR filter in the matrix h. It computes the result, Y, using two-dimensional correlation, and returns the central part of the correlation that is the same size as X.

Y = filter2(h,X,shape) returns the part of Y specified by the shape parameter. shape is a string with one of these values:

'full'Returns the full two-dimensional correlation. In this case, Y is larger than X.'same'(default) Returns the central part of the correlation. In this case, Y is the same size as X.'valid'Returns only those parts of the correlation that are computed without zero-padded edges. In this case, Y is smaller than X.

Remarks

Two-dimensional correlation is equivalent to two-dimensional convolution with the filter matrix rotated 180 degrees. See the Algorithm section for more information about how filter2 performs linear filtering.

Algorithm

Given a matrix X and a two-dimensional FIR filter h, filter2 rotates your filter matrix 180 degrees to create a convolution kernel. It then calls conv2, the two-dimensional convolution function, to implement the filtering operation.

filter2 uses conv2 to compute the full two-dimensional convolution of the FIR filter with the input matrix. By default, filter2 then extracts the central part of the convolution that is the same size as the input matrix, and returns this as the result. If the shape parameter specifies an alternate part of the convolution for the result, filter2 returns the appropriate part.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
光点科技
2023-08-15 广告
通常情况下,我们会按照结构模型把系统产生的数据分为三种类型:结构化数据、半结构化数据和非结构化数据。结构化数据,即行数据,是存储在数据库里,可以用二维表结构来逻辑表达实现的数据。最常见的就是数字数据和文本数据,它们可以某种标准格式存在于文件... 点击进入详情页
本回答由光点科技提供
52xenos
2009-11-08 · TA获得超过3032个赞
知道小有建树答主
回答量:1154
采纳率:0%
帮助的人:0
展开全部
我告诉你一秘密,matlab中最好用的函数

help

你help filter2试试看
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
kevin_6603
2009-11-09 · TA获得超过1116个赞
知道小有建树答主
回答量:388
采纳率:0%
帮助的人:243万
展开全部
可以去看看一本书:
图像处理方面比较经典的:
<<数字图像处理>>和配套的matlab教学<<数字图像处理(matlab版)>>
尤其后者对图像处理方面的matlab都有很详细的介绍和教学

作者是: Gonzalez

前者中英文的Ebook版本都有, 后者只有英文的Ebook
不过两本在书店都有中文书卖的~~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式