搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
自适应阈值法分割图像
- 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
opencv 自适应阈值处理图像
- 自学opencv时编的小程序 希望对初学者有帮助
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
w24e2323
- 2维Otsu自适应阈值的快速算法 --文章-two-dimensional adaptive threshold of two-dimensional fast algorithm Otsu adaptive threshold of rapid algorithm-- article
xiaobofenxi
- 基于小波分析的图像自适应阈值选取,zhangzhengwei所做。-based on wavelet analysis of images adaptive threshold selection, zhangzhengwei done.
OpenCVFindContoursByAdaptiveThreshold
- 在VC6下基于OpenCV的轮廓检测程序,其中图像的二值化操作基于Canny和自适应阈值。通过trackbar来实现不同情况下的轮廓检测。-in VC6 OpenCV Based on the outline of testing procedures, these two images based on the value of operating Canny and adaptive threshold. Through the t
zhishiyingyuzhihua
- 图象的自适应阈值化图象处理,计算出迭代次数.-image adaptive threshold of image processing, the calculated number of iteration.
C++.netImage2Processing
- 固定阈值分割原 自适应阈值分割 边界跟踪-fixed threshold segmentation original adaptive thresholding segmentation border tracking
f_threshold
- 国外网上找的自适应阈值分割的源程序,测试过,好用。 可以下载-abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s
AdaptiveThresholdSegmentation
- 自适应阈值分割算法,图像处理里面的算法之一,实现对于图像的分割-adaptive thresholding segmentation algorithm, image processing algorithm inside the one for the realization of image segmentation
ImageEdgeProcessing
- matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synth
OTSUway
- OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images
jiasusan
- 改进的 SUSAN 算法,用于自适应阈值的边缘检测-improved algorithm for the adaptive thresholding edge detection
zishiyingyuzhi
- 自适应阈值分割代码,比较完整。C++builder编写,可运行/
imagesegment
- 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
adaptivethresholdandtestprogram
- 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold pr
work
- 用自适应阈值法二值化图像,首先将图像分为几个子图像,在每个子图像中求得均值,用此均值二值化本子图-err
自适应阈值生成后进行图像分割
- 自适应阈值生成后进行阈值分割,内部含有测试图片,与全局阈值进行图像分割不同的另一种方法(After the adaptive threshold is generated, the threshold segmentation is carried out. Another method is different from the global threshold for image segmentation)
自适应阈值
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。因此,使类间方差最大的分割意味着错分概率最小。(The largest between-class variance metho