-
Automatic--OSTU--new
说明: 自动寻找阈值,实现图像分割。很好用啊!Matlab 编写!(Automatic find threshold, realize image segmentation. Very good! Matlab! )
- 2011-04-06 20:56:11下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
rxasytiaosu
基于matlab的异步电机矢量控制,2010b版本下运行良好,初学有帮助。(Matlab-based induction motor vector control, 2010b versions running well, beginner help.)
- 2013-10-08 16:54:53下载
- 积分:1
-
Kalman_filter_Study
Basic kalman filter structure
- 2011-01-01 01:29:55下载
- 积分:1
-
eo
说明: 边界方向直方图直方图的源码,对于提取图像的形状一定作用(Boundary direction histogram histogram of source code, extract the image for a certain role in the shape of the)
- 2009-09-03 13:28:23下载
- 积分:1
-
regionpros
matlab的regionpros函数的具体用法及相关例程(matlab' s regionpros function of specific usage and related routines)
- 2010-05-17 12:57:33下载
- 积分:1
-
zhangzhengyou
相机坐标变换标定矩阵的张正友算法,用于标定相机图像坐标与世界坐标的关系(Coordinate transformation matrix camera Zhengyou calibration algorithm used to calibrate the camera image coordinates and world coordinates relations)
- 2014-01-02 17:40:16下载
- 积分:1
-
for_pdn
These are MATLAB codes for implementing Chebyshev-Type 1 Bandpass and Bandstop filters.
- 2013-11-15 18:07:41下载
- 积分:1
-
Matlab-code
时间序列分析(ARIMA)建模预测的matlab代码(The matlab code of Time series analysis (ARIMA) model to predict )
- 2013-11-23 15:57:29下载
- 积分:1
-
Average-filtering
用matlab编写的程序,实现图像的3*3、7*7、9*9算术均值滤波和几何均值滤波,文档中有matlab源码以及运行结果截图(Programs written with matlab, image 3* 3,7* 7,9* 9 arithmetic mean filter and geometric mean filter, documentation and operating results have matlab source screenshot)
- 2013-12-03 18:57:30下载
- 积分:1