Welcome![Sign In][Sign Up]
Location:
Search - 自适应阈值

Search list

[Graph programOTSU方法计算图像二值化的自适应阈值

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
Platform: | Size: 1814 | Author: 陈其星 | Hits:

[SourceCode自适应阈值法分割图像

Description: 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
Platform: | Size: 105456 | Author: 208zwl@163.com | Hits:

[SourceCodeopencv 自适应阈值处理图像

Description: 自学opencv时编的小程序 希望对初学者有帮助
Platform: | Size: 1472183 | Author: 251845121 | Hits:

[Graph programOTSU方法计算图像二值化的自适应阈值

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
Platform: | Size: 2048 | Author: 陈其星 | Hits:

[Bio-Recognizew24e2323

Description: 2维Otsu自适应阈值的快速算法 --文章-two-dimensional adaptive threshold of two-dimensional fast algorithm Otsu adaptive threshold of rapid algorithm-- article
Platform: | Size: 314368 | Author: Yuan | Hits:

[GDI-Bitmapxiaobofenxi

Description: 基于小波分析的图像自适应阈值选取,zhangzhengwei所做。-based on wavelet analysis of images adaptive threshold selection, zhangzhengwei done.
Platform: | Size: 54272 | Author: fay | Hits:

[Graph RecognizeOpenCVFindContoursByAdaptiveThreshold

Description: 在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 trackbar to achieve under different circumstances the contour detection.
Platform: | Size: 2048 | Author: - | Hits:

[Graph programzhishiyingyuzhihua

Description: 图象的自适应阈值化图象处理,计算出迭代次数.-image adaptive threshold of image processing, the calculated number of iteration.
Platform: | Size: 20480 | Author: 吴佰斌 | Hits:

[Special EffectsC++.netImage2Processing

Description: 固定阈值分割原 自适应阈值分割 边界跟踪-fixed threshold segmentation original adaptive thresholding segmentation border tracking
Platform: | Size: 188416 | Author: xiaolong | Hits:

[Special Effectsf_threshold

Description: 国外网上找的自适应阈值分割的源程序,测试过,好用。 可以下载-abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s
Platform: | Size: 3072 | Author: 江南书虫 | Hits:

[Special EffectsAdaptiveThresholdSegmentation

Description: 自适应阈值分割算法,图像处理里面的算法之一,实现对于图像的分割-adaptive thresholding segmentation algorithm, image processing algorithm inside the one for the realization of image segmentation
Platform: | Size: 105472 | Author: 郭家驹 | Hits:

[Special EffectsImageEdgeProcessing

Description: 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 synthesis and modulus maxima, the right matrix for adaptive threshold value
Platform: | Size: 9216 | Author: Jimmy Yen | Hits:

[assembly languageOTSUway

Description: 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 to gray scale image 2) simple and efficient method
Platform: | Size: 1024 | Author: 叶芸芸 | Hits:

[Special Effectsjiasusan

Description: 改进的 SUSAN 算法,用于自适应阈值的边缘检测-improved algorithm for the adaptive thresholding edge detection
Platform: | Size: 54272 | Author: chinese | Hits:

[2D Graphiczishiyingyuzhi

Description: 自适应阈值分割代码,比较完整。C++builder编写,可运行/
Platform: | Size: 633856 | Author: hanjiandong | Hits:

[Special Effectsimagesegment

Description: 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
Platform: | Size: 81920 | Author: 刘伟 | Hits:

[Special Effectsadaptivethresholdandtestprogram

Description: 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold process, the field of image segmentation is a difficult problem to deal with the direction of the effect of the method was not bad An adaptive thresholding algorithm that seperates the background with nonuniform illumination. Foreground from the background with nonuniform illumination.
Platform: | Size: 147456 | Author: yemaoqiu | Hits:

[Special Effectswork

Description: 用自适应阈值法二值化图像,首先将图像分为几个子图像,在每个子图像中求得均值,用此均值二值化本子图-err
Platform: | Size: 22528 | Author: 张清伟 | Hits:

[Other自适应阈值生成后进行图像分割

Description: 自适应阈值生成后进行阈值分割,内部含有测试图片,与全局阈值进行图像分割不同的另一种方法(After the adaptive threshold is generated, the threshold segmentation is carried out. Another method is different from the global threshold for image segmentation)
Platform: | Size: 216064 | Author: 小啰啰 | Hits:

[Special Effects自适应阈值

Description: 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。因此,使类间方差最大的分割意味着错分概率最小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu in 1979. It is an adaptive threshold determination method, also known as the Otsu method, or OTSU for short. It is based on the grayscale characteristics of the image and divides the image into two parts: the background and the target. The larger the variance between the background and the target, the greater the difference between the two parts that make up the image. When the part of the target is wrongly divided into backgrounds or part of the background is mis-divided into goals, the difference between the two parts will be smaller. Therefore, the segmentation that maximizes the variance between classes means that the probability of wrong division is the smallest.)
Platform: | Size: 459776 | Author: EMC | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net