搜索资源列表
zuidafangcha
- 最大方差法计算灰度分割门限,是用于灰度处理的十分基本的方法,其中源代码简洁,易于读懂 是我在资料书中下载的 提供给大家理解-largest variance method segmentation threshold gray, gray is for the very basic approach which the source code is simple and easy to read is the book I downloaded the information provided
thresh_md
- 图像分割,实现最大实现最大方差法计算分割门限-image segmentation, the highest maximum variance method segmentation Threshold
Graythresholdthresholdmethod
- 本程序是灰度门限阈值法,用最大方差法计算灰度分割门限代码。
tuxiangchuli
- fengeyuzhi:最大方差计算分割阈值 huidubianhuan:灰度变换 jiazaosheng:加噪声 zuilingjinfa:最邻近法 otsu2:分割算法 zhi:直方图均衡法 zhong:中值滤波法 segment:分割算法
fanqieHSI
- :为实现番茄收获机械自动化,提出了利用计算机视觉代替人眼对成熟番茄进行自动识别的方法。首先对番茄图像进 行了各种去除噪声方法的比较,提出用HSI 颜色系统的H 色调分量作为识别的颜色特征参数。利用最大方差自动取阈法及 数学形态运算等构成的识别算法对采集的番茄图像进行自动识别.
Untitled
- 该函数用最大方差法对灰度图象计算分割门限
contour-extract
- 采用最大方差法对前景图像进行二值分割 ,并通过扫描提取轮廓,最后对目标进行跟踪-using the maximum variance method for binary image segmentation and contour extraction by scanning , finally track on the target by rectangle
leijian
- 基于类间最大方差法,对灰度图像进行阈值分割-Based on the largest variance between-class, the gray-scale image threshold segmentation
tuxiangqiege
- 基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法-Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum ent
SingleThresholdImageSegmentation
- 单阈值图像分割,实现最大方差法计算分割阈值。-single-threshold image segmentation
1
- 最大方差法计算灰度分割门限的代码,从1到L改变k-最大方差法计算灰度分割门限
chap07
- 这个程序的主要是实现hough 变换实现直线检测最大方差法计算灰度分割门限 各种边缘检测算子 相位编组 -This program is primarily to achieve hough transform line detection method to calculate the maximum variance threshold gray level segmentation of various edge detection operator Phase Group
suzituxiang
- 图像分割阈值的两种方法:双峰法和类间最大方差法-Segmentation threshold of two ways: bimodal method and the largest variance between-class
001
- 对子图像进行局部直方图计算,由最大方差比例阈 值确定方法计算出子图像的最佳阈值。根据局部直方图中波峰数决定是否增强子图像中被最佳 阈值划分出的低灰度区域和高灰度区的对比度。然后对已经选择性对比增强的图像进行边缘检 测。实验证明图像的区域层次更清楚,提取的边缘细节也更丰富。自适应算法则最大限度地突 出了边缘而同时保持了图像中相近灰度级的平滑性和连续性。-Image pairs local histogram calculation by the maximum variance r
threshOtus
- 利用最大方差准则对BMP格式的图像进行的阈值分割处理!-Using the maximum variance criterion BMP format image threshold segmentation!
CellDetection
- 本程序在VC++2005的环境下编译,本程序使用最大方差阈值分割法实现指纹的提取-The program in VC++2005 compile environment, the program uses the maximum variance threshold segmentation method to achieve the extraction of the fingerprint
programs
- 最大方差自动取阈法和分段线性变换的MATLAB程序-Automatic thresholding the maximum variance method MATLAB program, th is the final return value in [0,1]
yuzhihuafenge
- 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
Maximum-variance_grey-threshold
- 阈值分割的一种方法,通过计算最大方差的方法,附带文字步骤原理-A threshold segmentation method, the method for calculating the maximum variance, with the text note
类间最大方差(Otsu)阈值法分割图像
- 类间最大方差(Otsu)阈值法分割图像,阈值产生,通过阈值进行判断(Inter class maximum variance (Otsu) thresholding method for image segmentation)