-
radonLikeFeaturesDemo
该演示中包含的代码演示如何氡相似的功能,可以用来提高(以及部分)在Connectome电磁图像单元格边界。
请举出下列文件如果您发现此代码有用:
Ritwik库马尔,阿梅里奥五雷纳和Hanspeter Pfister说“氡样的特点及其应用Connectomics”,接受,IEEE计算机学会研讨会在生物医学图像分析(MMBIA)2010年数学方法
http://seas.harvard.edu/〜 rkkumar
radonLikeFeaturesDemo.m:演示边缘增强用氡相似的功能,
getEdgeFeatures.m:助手为高斯函数的二阶导数滤波器
makeBarFilters.m:助手为高斯函数的二阶导数滤波器
sample.png:示例图像在此演示使用(The demo included in the code demonstrates how Radon-Like Features can be used to enhance (and segment) cell boundaries in Connectome EM images.
Please cite the following paper if you find this code useful:
Ritwik Kumar, Amelio V. Reina & Hanspeter Pfister, “Radon-Like Features and their Application to Connectomics”, accepted, IEEE Computer Society Workshop on Mathematical Methods in Biomedical Image Analysis (MMBIA) 2010
http://seas.harvard.edu/~rkkumar
radonLikeFeaturesDemo.m : Demonstrates edge enhancement using Radon-Like Features
getEdgeFeatures.m : Helper function for Gaussian Second Derivative Filters
makeBarFilters.m : Helper function for Gaussian Second Derivative Filters
sample.png : Sample image for use in this demo
)
- 2010-07-05 12:09:03下载
- 积分:1
-
ImageEnhancement
提供了图像增强技术在医学方面的应用及算法,并实现了普通中值及自适应中值图像增强的不同效果,有Matlab代码(Provides image enhancement in medical applications and algorithms, and to achieve the common value and the adaptive value of different image enhancement effect has Matlab code)
- 2010-07-20 11:34:49下载
- 积分:1
-
ofdm
完美的ofdm仿真程序,交织,编码,调制和解调,等很全(Perfect ofdm simulation program, interleaving, coding, modulation and demodulation, and so is the whole)
- 2010-08-03 15:22:42下载
- 积分:1
-
inter_floor_teltcommunication
本实验的内容是无线楼宇数据传输仿真,分析915M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,依据其性能参数来判断楼宇内两点能否进行数据传输(the contents of this experiment is building wireless data transmission simulation, analysis 915M communications characteristics of the buildings, establishing building data communications system simulation models, the use of wireless transceiver chip NRF905. based on its performance parameters to judge whether two buildings for data transmission)
- 2007-04-16 00:15:07下载
- 积分:1
-
adrc
SIMULINK中自抗扰控制技术自定义模块库的创建。包括模块创建,程序等。(SIMULINK ADRC control create custom module library. Module creates procedures.)
- 2013-04-05 00:31:33下载
- 积分:1
-
plss
PLSS基于样条基函数变换的偏最小二乘法(Plss spline based on function transformation PLS)
- 2008-03-10 13:50:14下载
- 积分:1
-
FaceDetectionSystem
face detection system
- 2010-10-30 05:23:18下载
- 积分:1
-
BP_model
BP神经网络预测数据,matlab实现。(BP(ANN)relize forecasts data,matlab.)
- 2009-05-10 09:15:53下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
matlaB
matlaB通信工程书籍配套演示源代码,第五版()
- 2012-11-24 21:31:55下载
- 积分:1