-
YCbCrGaussian_Sun
说明: 这个程序用来统计被训练的肤色在YCbCr空间的聚类情况,从而建立一维高斯模型,进行肤色分割。(Statistics and observe various color space of 1-d gaussian clustering including Y Cb Cr。)
- 2010-04-23 15:35:36下载
- 积分:1
-
my-fish-tank
matlab实现一个鱼箱的功能,可以添加鲨鱼和小鱼,小鱼随机移动,鲨鱼通过直线追上小鱼,追上以后吃掉(即小鱼消失)。(matlab the function of a fish tank, you can add the sharks and fish, the fish moves randomly, sharks through a straight line to catch up with the fish, catch up later, eat (ie, fish disappear).)
- 2012-08-12 19:20:37下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
PAPER5
基于电平交叉率的多普勒频移估计方法.PDF(Based on the level of cross-rate of Doppler shift estimation methods)
- 2015-02-01 12:44:18下载
- 积分:1
-
Array-signal-processing--
与阵列信号处理理论和应用相对应的MATLAB编程,涵盖了阵列信号处理的一些采用的方法,对初学者的学习有很大的帮助。(Array signal theory and the application of the corresponding MATLAB algorithm, describes the array signal processing used in method. For beginners have a good reference value.)
- 2011-09-06 14:53:23下载
- 积分:1
-
juxingxinhao2
产生周期矩形信号的matlab源程序,希望对大家有帮助(Produce periodic rectangular signal matlab source, we want to help)
- 2012-10-19 01:19:34下载
- 积分:1
-
bala
dc regulator for distorted load
- 2011-12-12 14:33:47下载
- 积分:1
-
quntie_v88
D-S证据理论数据融合,包括压缩比、运行时间和计算复原图像的峰值信噪比,合成孔径雷达(SAR)目标成像仿真。( D-S evidence theory data fusion, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Synthetic Aperture Radar (SAR) imaging simulation target.)
- 2017-01-22 10:01:58下载
- 积分:1
-
CCHP-for-summer-typical-day
冷热电三联供在冬季典型日时的发电量、天然气耗量、产热量、天然气流量、出口燃气温度等参数及分析计算,并包含加入补燃时情形的分析,经典实用。(CCHP, natural gas flow, export gas temperature and other parameters and analysis and calculation, and includes the case of adding fuel to the analysis of the situation, the classic practical.)
- 2021-03-09 23:59:27下载
- 积分:1
-
MUSIC111
MUSIC算法的仿真,对于分辨空间多目标可以有何不错的效果(MUSIC algorithm simulation, the spatial resolution multi-objective what good results can be)
- 2010-11-30 14:44:07下载
- 积分:1