搜索资源列表
yuzhishuanfa
- 图像分割中的阈值选取算法研究,wangyi所作。-Segmentation threshold selection algorithm, wangyi made.
cell_algorithm
- 源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充等-source contains common morphological image algorithms, such as images basic logic operations, thresholding segmentation, edge, openings fill in the blanks
houghostu
- matlab平台下的一个车道线检测算法 其中主要包括了HOUGH变换方法和大津自动阈值分割方法,在打包文件中详细说明了每个函数的作用,其中包括了验证图片-Matlab platform under a lane line detection algorithm which includes mainly the transformation methods and HOUGH big-automatic thresholding methods, the packing paper deta
erzhihua
- 一个简单的二值算法的代码,阈值为122,就是最大阈值的一半,里面有测试图片
carnumberdistinguish
- 车牌定位算法及实现,先阈值分割,边缘提取,最后识别!
yuzhisuanfa
- 用VC实现的图像阈值算法 已经调试过 可以调节阈值 显示图像变化
图像分割迭代、峰谷、半阈值算法的vc代码
- 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm - trough, semi-threshold algorithm vc code
OTSU-code
- 国外经典OTSU代码,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-classic otsu code
matlab
- 本文重点研究了面积法对车流量进行统计。在研究算法过程中主要用到了车辆图像检测相关的灰度化、滤波、图像增强、锐化等图像处理基础知识,并将这些知识的算法进行了比较研究。进而用到了阈值分割、边缘检测、以及形态学操作等图像分割技术以及车辆的检测和提取算法。最后设计了一种实时可靠的统计算法。-This paper focuses on the area method for traffic statistics. In the study of algorithms used in the vehicle
tuxiangchuli
- 用于截取图像中心点,边缘检测,阈值处理,图像滤波,中心点截取。病毒算法-this is for tuxiang chuli
lizifenge
- 一种能够利用粒子群算法来快速寻求图像分割的最佳阈值的c代码-A way to make use of particle swarm optimization to quickly seek the optimal image segmentation threshold c code
熵阈值max-2d
- 用于图像分割,基于renyi熵阈值分割算法的最大熵阈值分割算法
Demoimagesegment
- 该代码实现了图像分割算法中的最佳阈值分割算法-The code to achieve the optimal image segmentation algorithm in threshold segmentation algorithm
BP-and-SOM
- BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。 BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。 通过对信息的提取以及