Welcome![Sign In][Sign Up]
Location:
Search - histogram threshold

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: 2048 | Author: 陈其星 | Hits:

[Special Effectscodesforimageprocessing

Description: 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.
Platform: | Size: 3359744 | Author: | Hits:

[Special EffectsMulti_threshold

Description: 先对灰阶直方图做平滑后 找出三个峰值 然后在对三个峰值可以找出两个谷值 可以找出两个阈值-first pair of gray histogram so smoothing then identify three peaks in the three peaks can find two Valley can find value two threshold
Platform: | Size: 1024 | Author: 孟辑 | Hits:

[Special Effectsduoyuzhifenge

Description: 基于直方图的多阈值分割可以求出三个阈值,适合CT图像分割-Histogram-based multi-threshold segmentation can be obtained three threshold for CT image segmentation
Platform: | Size: 1024 | Author: 余波 | Hits:

[Special Effectstwo

Description: 双峰法是一种简单的阈值分割方法,即如果灰度级直方图呈现明显的双峰状,则选双峰之间的谷底所对应的灰度级作为阈值分割。-Two peaks is a simple threshold segmentation method, that is, if the gray level histogram showed a clear bimodal shape, then choose between the two peaks corresponding to the bottom of the gray level as threshold segmentation.
Platform: | Size: 2048 | Author: 刘波 | Hits:

[Special Effectsmatlab

Description: 应用matlab进行图像的边缘检测和基于直方图的阈值分割的简单程序及分析过程-Application matlab for image edge detection and histogram-based threshold segmentation of simple procedures and analytical process
Platform: | Size: 50176 | Author: 邓辉 | Hits:

[Special EffectsTouch_exe

Description: 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Robert算子;Prewit算子;Sobel算子;Kirsch算子 6. 图像Huffman编码。 7. 调色板、屏幕捕捉、屏幕取色、屏幕上任意两点距离的测量。 -The software supports jpg, gif, png image format, generally have the following functions: V 0.1 version: 1. The image to enlarge, shrink, copy, print, anywhere access to the current image color information. 2. Histogram display images. 3. Grayscale statistics: image width, height, minimum gray level, the largest gray, gray Mean Mean, gray variance Variance, standard deviation, skewness Skewness, kurtosis coefficient of Kurtosis, entropy (Entropy). 4. RGB RGB Separation, RGB to grayscale map, gray balance, adjustable threshold image binarization, image anti-color. 5. Image adjustable threshold edge detection: Robert operator Prewit operator Sobel operator Kirsch operator 6. Image Huffman coding. 7. Palettes, screen capture, get color screen, the screen distance between any two measurements.
Platform: | Size: 1034240 | Author: 郑一一 | Hits:

[Special Effectscell

Description: 基于区域分割的细胞形态处理,包括图像各个颜色直方图的阈值分割-Based on the regional segmentation of cell morphology, including images of various color histogram threshold segmentation
Platform: | Size: 5226496 | Author: 王剑 | Hits:

[Special Effectscell

Description: 环境:vc2005 功能:识别图片中细胞数量 算法:图像预处理,直方图阈值分割,种子点填充,轮廓提取,最后计算细胞数量及最大细胞面积-Environment: vc2005 functions: to identify pictures of cell number algorithm: image preprocessing, histogram threshold segmentation, seed point of filling, contour extraction, the final calculation of cell number and the largest cell area
Platform: | Size: 683008 | Author: 林文 | Hits:

[OtherboundCheck

Description: 该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。-This method is the use of anti-symmetric biorthogonal wavelet decomposition coefficients video frame the direction of gradient vector, and then statistics from the gradient vector angle and modulus values constitute the joint space of two-dimensional histogram, and then calculating the histogram for the distance between frames, by the two frames between the consecutive values, the final adaptive threshold segmentation, shot boundary detected.
Platform: | Size: 144384 | Author: 韩瑞冬 | Hits:

[Special Effectsyzfg

Description: 基于阀值的阈值分割:由灰度直方图可以看出谷值即是阀值,然后分割出来目标图像。-Based on the threshold of the threshold segmentation: histogram can be seen from the valley that is, threshold, and then divided by the target image.
Platform: | Size: 13312 | Author: tdw | Hits:

[Special Effectsbinary_history_connectedComponent.tar

Description: a binary image (threshold at 128) a histogram connected components
Platform: | Size: 2048 | Author: brian | Hits:

[Special EffectsYuzhifenge

Description: 图像阈值分割,包括:直方图门限选择、半阈值选择和迭代阈值。图像边缘提取,包括:轮廓提取、边界跟踪和区域增长-Image threshold segmentation, including: histogram threshold selection, quasi-threshold selection and iterative thresholds. Image Edge Detection, including: contour extraction, boundary tracking and region growing
Platform: | Size: 223232 | Author: yutao | Hits:

[Graph Drawingtuxiangfenge

Description: 图像的分割技术,对图像采用多种方法进行分割直方图、阈值和迭代阈值的方法-Image segmentation techniques, using a variety of methods for image segmentation histogram, threshold and iterative threshold method
Platform: | Size: 367616 | Author: 李丽 | Hits:

[Special EffectsOTSUMultiThre

Description: 1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。-1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.
Platform: | Size: 310272 | Author: 李成 | Hits:

[Special Effectscvi

Description: cvi图像分割技术的应用,通过基于均方错分误差最小的阀值选择方法,基于灰度差直方图的阀值选择方法,以及基于类间方差的阀值选择方法确定其分割的阀值。-cvi image segmentation techniques, through the mistake based on mean square error of the smallest sub-threshold selection method, based on the bad gray histogram threshold selection method and the between-class variance-based threshold selection method to determine the threshold of its partition .
Platform: | Size: 7168 | Author: 林立夫 | Hits:

[Special Effectsex

Description: 基于matlab的自适应分段阈值分割,根据直方图自动寻峰自动分割-Matlab based on adaptive sub-threshold segmentation, according to the histogram peak automatic automatic segmentation
Platform: | Size: 2048 | Author: cicy | Hits:

[Special EffectsOptimal-threshold-value

Description: 本文介绍了两种图像区域分割方法,讨论了关于分割时最佳闽值选择的问题,除利用直方图确定阈值外,还介绍了利用方差确定阈值的途径。 关键词:图-This paper introduces two kind of image area segmentation method, talked about the best value selection fujian segmentation, besides the histogram threshold value determined outside, but also introduced the use of variance sure threshold way.
Platform: | Size: 222208 | Author: lvxin | Hits:

[matlabAutomatic-Histogram-Threshold

Description: Automatic Histogram Threshold Using Fuzzy Measures This is the IEEE paper of image processing useful for further research
Platform: | Size: 1188864 | Author: talkbuzz | Hits:

[Special EffectsHistogram

Description: 用MATLAB实现直方图阈值法 matlab实现-Histogram threshold method matlab realize in MATLAB
Platform: | Size: 6144 | Author: 张艾瑞 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net