-
06637146
Abstract— In the area of image processing, several methods of
edge detection have been proposed till now like Sobel, Robert,
Prewitt, Canny, Marr-Hildreth etc. All these methods are having
their own advantages and disadvantages. In this paper a new
method has been proposed for edge detection using Cellular
Automata. Different rules have been applied for edge detection.
The outputs are better in terms of clarity and computation time.
Finally, the edge detection has been applied for detecting
cancerous cells in brain. Using Cellular Automata rules helps in
determining the exact location and size of tumor as edges
detected using Cellular Automata are fine, continuous and clear.
The results
- 2014-09-12 17:46:12下载
- 积分:1
-
Simulation-Of-a-Cognitive-Radio-System-In-Matlab
simulation of cognitive radio using matlab
- 2013-05-22 20:52:42下载
- 积分:1
-
batterysoc
一个matlab/simulink平台搭建的SOC估算模型,对于从事锂离子电池建模和算法开发的人员很有帮助!(A matlab/simulink platform to build SOC estimation model for lithium-ion batteries in the modeling and algorithm development staff very helpful!)
- 2016-06-30 22:14:27下载
- 积分:1
-
xwdock2.02beta
matlab coding for developing image fusion toolkit
- 2011-01-19 20:50:32下载
- 积分:1
-
Video-signal-compression
说明: 视频信号的压缩处理,包括帧分类,冗余的去除等(Video signal compression, including frame classification, redundancy removal, etc.)
- 2011-03-16 06:50:58下载
- 积分:1
-
Camera-Interface-Overview
主要讲述了数码相机MIPI接口协议说明,工作模式及信号传输原理等(Camera Interface Overview)
- 2014-01-20 22:19:32下载
- 积分:1
-
BUCK-BOOST
DC-DC 中升压 减压 用matlab 仿真buck boost buck-boost各个图形(buck boost buck-boost)
- 2021-04-21 16:18:49下载
- 积分:1
-
果蝇优化算法
根据果蝇优化算法得到极速学习机隐层神经元的数目依据得到的隐层神经元数目和极限学习机的方法对训练样本和测试样本进行训练学习。(According to the fruit flies optimization algorithm to get extreme learning machine based on the number of hidden layer neurons of hidden layer neurons number and extreme learning machine method of training samples and testing samples to carry on the training study.)
- 2016-11-02 15:01:12下载
- 积分:1
-
Project2LPF
Create a 512-length signal then low-pass filter the signal with the filter
- 2009-04-11 12:02:34下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1