搜索资源列表
细胞图像阈值分割源代码
- 细胞图像阈值分割源代码
Ostu图像阈值分割算法IDL程序
- Ostu图像阈值分割算法IDL程序
图像阈值分割
- 阈值分割,图像处理
matlab实现自适应图像阈值分割
- matlab实现自适应图像阈值分割
阈值分割和轮廓提取
- 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
图像的阈值分析
- 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
图像分割迭代峰谷半阈值
- 图像的阈值分割算法,包括常用的迭代分割,半阈值分割,半阈值分割等-image thresholding segmentation algorithm, used in the iterative separate, semi-thresholding segmentation, semi-threshold segmentation
自动多阈值分割
- 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing
yuzhi
- 本代码是关于数字图像阈值分割的源代码,它包括:文件的重新打开与图像的灰度处理,其中灰度处理又包括:灰度二值化处理、r分量直方图、g分量值方图、b分量直方图等。-the code is on the threshold of digital image segmentation of the source code, including : File with the reopening of gray image processing,
sanple3
- 此文件使用C语言编写,用于彩色图像阈值分割,并捡出目标-this document using C language for color image thresholding segmentation and target house
test42251
- 图像阈值分割算法 请指教 -image thresholding segmentation algorithm please enlighten ha ha ha ha
otsu_1d
- 用于实现灰度图像阈值分割的一维otsu方法,matlab源程序-Used to achieve gray image threshold segmentation of the one-dimensional Otsu method, matlab source
AutomaticImageSegmentationAlgorithmThreshold
- 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计
division
- 用Matlab编写的两种灰度图像阈值分割算法,挺好用的,效果不错-Matlab prepared using two kinds of gray image threshold segmentation algorithm, very good use, good results
Direct
- 图像阈值分割是图像理解的关键一步,做好了阈值分割,才能更好的实现图像特征提取和特征匹配。-Image Threshold Segmentation is a key step in image understanding, good threshold segmentation in order to better realize image feature extraction and feature matching.
Yuzhifenge
- 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour e
thresholdsegmentation
- matlab用于图像阈值分割的源码,希望能有帮助-matlab for image threshold segmentation of the source, hoping to have help
基于matlab的阈值分割
- 基于matlab的图像二值化、阈值分割算法以及区域标记算法(Image two value, threshold segmentation)
双峰法阈值分割
- 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素
基于阈值分割的车牌定位识别MatLab实现
- 本设计基于阈值分割的方法实现车牌号码的定位与识别。利用Matlab仿真平台给出仿真例程及结果。(This design realizes the location and recognition of license plate number based on threshold segmentation method. The simulation routine and results are given by using the