-
h-k-means
用MATLAB编写的层次-K-MEANS算法,简单实用,希望对您有帮助(Written using MATLAB level-K-MEANS algorithm is simple, practical, hope you find this helpful)
- 2009-09-21 19:50:13下载
- 积分:1
-
rameshrudra
it contains all the matlab m-files regrding the basic programs, surf and all the basic m-files
- 2010-08-04 18:46:21下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
lsb_embed
lsb embedding for invisible image watermarking
- 2009-05-09 21:39:22下载
- 积分:1
-
CircleFit
circular fit for example in circular noise in reticle this code used
- 2011-10-20 06:12:14下载
- 积分:1
-
OFDM
this matlab code about the ofdm
- 2011-11-04 00:54:36下载
- 积分:1
-
Compressed-Sensing
压感感知的第一本书籍,还未出版完全,却四章,希望对你有用处(Pressure sensitive perception of the first books, not yet published in full, but the chapters, you want to use)
- 2012-10-16 11:09:29下载
- 积分:1
-
image_registr_MI
image registration
Voxel similarity based registration algorithms generally consist in the calculation of the geometrical transformation which, when applied to the source image, maximizes a similarity function. This similarity function estimates how similar the images are once the transformation has been applied.
(image registration)
- 2015-03-23 04:39:50下载
- 积分:1
-
imageMorphology
Thresholding is used to segment an image by setting all pixels whose intensity values are above a threshold to a foreground value and all the remaining pixels to a background value.
Whereas the conventional thresholding operator uses a global threshold for all pixels, adaptive thresholding changes the threshold dynamically over the image. This more sophisticated version of thresholding can accommodate changing lighting conditions in the image, e.g. those occurring as a result of a strong illumination gradient or shadows.
- 2015-02-25 17:43:06下载
- 积分:1
-
Time_domain_method
Time Domain Method for Calculating Difference on Arrival of Sound.
- 2009-11-01 22:01:50下载
- 积分:1