文件名称:Techniques-of-matching-images
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2014-05-04
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- Rites*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Variance map of an image is calculated by taking a square window of a set size around a center pixel, and calculating the variance of the values of the pixels.
Census Transform is a form of non-parametric local transform (i.e. relies on the relative ordering of local intensity values, and not on the intensity values themselves) used in image processing to map the intensity values of the pixels within a square window to a bit string, thereby capturing the image structure [1]. The centre pixel’s intensity value is replaced by the bit string composed of set of boolean comparisons such that in a square window, moving left to right,
Census Transform is a form of non-parametric local transform (i.e. relies on the relative ordering of local intensity values, and not on the intensity values themselves) used in image processing to map the intensity values of the pixels within a square window to a bit string, thereby capturing the image structure [1]. The centre pixel’s intensity value is replaced by the bit string composed of set of boolean comparisons such that in a square window, moving left to right,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Techniques of matching images\Census Transform in Image Processing.m
.............................\Compute Variance Map of an Image.m
.............................\MATLAB Code-NCC Right to Left Matching.m
.............................\MATLAB Code-SHD Right to Left Matching.m
.............................\MATLAB Code-SSD Right to Left Matching.m
Techniques of matching images