搜索资源列表
open cv直方图 二值化
- opencv图像处理二值化分析,直方图
数字图像处理算法源程序
- 图像处理的常用程序,包括图像的增加、图像的复原、图像的分割、二值化处理、对角镜像处理等-common image processing procedures, including images, image restoration, image segmentation, binary, right angle image processing
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can on
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
pingjiesuanfa
- 相当 简单的二值化算法 相当相当简单的二值化算法-quite simple binary algorithm quite simple binary algorithm
PreImage1111111111111111
- 图像的二值化算法,传了几次都没成功,晕 希望给大家些帮助-image binary algorithm, a number of no-success, we want to give the halo some help
ImgViewer1107
- 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
pbin
- 在系统地分析高精度图像处理的分割算法的基础上,对黑白的图像二值化算法进行了改进 -systematic analysis of the high-precision image processing segmentation algorithm on the basis of The black and white images of two binary algorithm improvements
newnewf
- 一种基于边缘特征的二值化算法,效果较好,里面还有ppt,讲解算法的主要思想 还有matlab源码。-based on the characteristics of two marginal value of the algorithm, the result is better and there is also ppt. Algorithm on the main ideas are still Matlab source.
imagethresholdmatlab
- 图象二值化算法matlab实现。 图象二值化算法matlab实现。英文的-image binarization algorithm Matlab achieve. Binary Image Algorithm Implementation of Matlab. English
binarization_Algorithm
- 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method.
BinarizationAlgorithm
- 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the
erzhihua
- 几篇不错的二值化文章,供大家一起学习。车牌图像二值化算法、多阈值动态二值化算法等。-Binarization several good articles for all to learn together. License plate image binarization algorithm, dynamic multi-threshold binarization algorithm.
89437157bc4e
- 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
二值化摄像头 - 副本
- 飞思卡尔二值化摄像头,野火底层库,代算法(Flying thinking Carle two value camera)
二值图像中拐点的实时检测算法
- 数字图像中的拐点通常成为重要的信息载体,因此准确、稳定和实时地检测出拐点便成为拐点检测算法面l临的主要问题,针对该问题,提出了一种新的二值图像中拐点的实时检测算法。该算法与传统基于边界链码的拐点检测算法不同,其是首先构建像素的k(k>8)邻域,并将图像中物体的边界表示为k邻域链码;然后根据曲率定义的差分形式计算各边界点处的曲率;最后通过检测曲率直方图的局部峰值精确定位出拐点,并利用拐角内部像素的颜色统计信息迅速判断出拐点的凸凹性。
二值化-MATLAB
- 常用的几个图像二值化算法,包括全局的二值化和局部的二值化算法(This program contains Several commonly used image binary algorithms including global and local binary algorithms.if you want ,just download)
opencv 基本全局阈值法--二值化
- 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)
matlab 二值化算法
- matlab二值化算法,主要用于对图片进行二值化处理(Matlab two value algorithm)
二值化阈值的选取
- 尽管人们在图像分割方面做了许多研究工作,但由于尚无通用的分割理论,现已提出的分割算法大都是针对具体问题的,并没有一种适合于所有图像的通用的分割算法。另一方面,给定一个实际图像分割问题要选择合用的分割算法也还没有标准的方法。为解决这些问题需要研究对图像分割的评价问题。分割评价是改进和提高现有算法性能、改善分割质量和指导新算法研究的重要手段。 然而,如同所有的图像分割方法一样,阈值化结果的评价是一个比较困难的问题。事实上对图像分割本身还缺