-
3Ddistancetransform
自写的3D欧几里德距离空间变换源码,参考Distance Transform of Sampled Functions,优点速度快(附相应的参考文章)(Since writing space 3D Euclidean distance transform source, reference Distance Transform of Sampled Functions, the advantages of speed (with the corresponding reference article))
- 2007-09-20 12:49: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
-
wireless_com_simulation
无线通信中对多种基本调制方式在三种不同信道下的差错概率仿真(Wireless communication modulation of the plurality of basic channels on three different simulation error probability)
- 2013-10-22 16:34:41下载
- 积分:1
-
Matlab-runcode
A new method for analysing nonlinear and non-stationary data has been developed.
The key part of the method is the `empirical mode decomposition method
with which any complicated data set can be decomposed into a nite and often
small number of `intrinsic mode functions that admit well-behaved Hilbert transforms.
This decomposition method is adaptive, and, therefore, highly ecient.
- 2014-11-29 22:18:46下载
- 积分:1
-
绘制误码率与信噪比关系曲线
绘制误码率与信噪比关系曲线,可以把gmsk、msk等一些调制解调技术的误码率和信噪比的关系曲线画出来(Plotting the error rate curve)
- 2020-06-27 04:40:01下载
- 积分:1
-
hts_code
histogram based code for image retrival
- 2009-03-19 17:21:07下载
- 积分:1
-
Generator_COPT
可以用来实现常规发电系统停运容量表的生成(Can be used for the generation of conventional power generation system outage capacity table
)
- 2012-03-31 18:42:13下载
- 积分:1
-
EYE-MATLAB
EYE BLINK DETECTION USING MATLAB
- 2016-05-04 10:24:13下载
- 积分:1
-
Txiaobo
该程序(基于matlab)为小波变换在数据压缩方面的应用。原理:数据可分为高频部分和低频部分,高频部分反映了细节,而低频部分则反映概貌,故压缩部分应为高频部分。数据经此程序变换后将压缩为原来的一半。(This program (based on matlab) for the wavelet transform applications in data compression. Principle: Data can be divided into high-frequency part and low frequency, high frequency part of the reflection of the details, partly reflecting the profile of low frequency, it should be for the high frequency part of the compression part. Data will be compressed by this program change to the original half.)
- 2010-06-10 09:28:13下载
- 积分:1
-
chessboard
Demo of Hough Transform for straight lines
This assumes that the Sussex vision library is in your Matlab path.
- 2010-02-12 20:22:22下载
- 积分:1