文件名称:work
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-03-21
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- raza_*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
these are function, you can find adjacent pixels of any pixel in a given image. three function are here in this attachment: "D adjacent", "4 adjacent" and "*8 adjacent".
format:"find_adjescent(matric,set,x,y)".
matric = image
set = set which you wanna check for adjacency
x,y = coordinates of pixel who s neighbors you wanna find out.
all other functions take the same input
format:"find_adjescent(matric,set,x,y)".
matric = image
set = set which you wanna check for adjacency
x,y = coordinates of pixel who s neighbors you wanna find out.
all other functions take the same input
(系统自动生成,下载前可以参看下载内容)
下载文件列表
find_adjescentD.m
check_in_array.m
find_adjescent4.m
find_adjescent8.m