搜索资源列表
opencv 图像的二值化
- opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
Bernsen.rar
- 实现一种局部二值化功能,并能进行参数修改。,To achieve a partial binary function, and parameters can be modified.
Niblack-arithmetic.rar
- 局部二值化算法Niblack的C++实现,VC2005开发环境,可以直接嵌入到自己的项目中使用(要使用ATL中的CImage类),niblack arithmetic
H_th
- 自已编写的求二值化阈值的函数.用5*5模板求局部灰值的平方各,然后求3*3邻域内的灰度熵,通过求熵的最大值对应的灰度值,来求阈值.-Prepared for their own binary threshold function. 5* 5 template partial gray value for each square, and then for 3* 3 gray neighborhood entropy, by seeking the maximum entropy of the g
imagesegmenttheroyandapplication
- 1.图像分割方法研究综述;2.基于边缘检测算子的双阈值二值化方法;3.结合形状统计信息的水平集图像分割 4.基于方向局部方差的快速主动纹理分割 5.基于目标轮廓的运动跟踪 6.左心室核磁共振图像的分割-1. Methods of image segmentation 2. Based on Edge Detection Operator of dual-threshold binarization methods 3. Combined with the shape of the level
BinarizationAlgorithm
- 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm
Wellner
- Wellner 算法的原文文章,它是一种局部二值化方法,wellner以其高效,高质,广泛应用 于图像处理领域,通过测试它能处理高噪声的图像。-the paper for Wellner algorithom, it is the adaptive thresholding method, it work efficiently on the image with high noise. so it was used widly.
two_valuable
- 灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。-Gray image binarization more classic algorithms, including methods and local otsu threshold.
lbppdf
- 几篇关于局部二值化模式(LBP)的文章,LBP是检测图像纹理的算法-Several articles on Local Binary Patterns (LBP) of the article, LBP texture detection algorithm is
binarization
- 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
LBP(matlab-code)pqs
- 有关LBP的,局部二值化的一个非常好的例程,对于初学者是很有益的。-Relevant LBP, local binary of a very good routines for beginners is very beneficial.
lbpverygood
- 有关LBP的,局部二值化的一个非常好的例程,对于初学者是很有益的。-Relevant LBP, local binary of a very good routines for beginners is very beneficial.
lbpchenliang
- 是局部二值化的一个非常好的例程,对于初学者是很有益的,他是一个非常经典的算法。-Binary is local of a very good routines for beginners is very useful, he is a very classical algorithm.
lbpxiaocong
- lbp是一个非常经典的算法,用局部二值化的方法,对于初学者是很有效的,希望大家喜欢。-LBP is a very classic algorithm, with local binary method for beginners is very effective, hope you like them.
LBPchenda
- lbp是一个图象处理中非常经典的算法,基于局部二值化处理,对于初学者是很有效的,希望大家喜欢。-LBP is a very classic of image processing algorithm, based on local binary treatment for beginners is very effective, hope you like them
LBP-face-recongnition-system
- 局部二值化是一种新型的纹理描述算子,能很好地对图像的局部纹理特征进行描述,使运算的速度提高-Local binarization is a new texture descr iption operator, can be a good part of the image texture features to describe the computing speed
niblackbinarization
- niblack是一种局部二值化方法,对于光照不均的图像有较好的二值化效果。-niblack is a local binarization method.Compare with other global binarization method,it can get better result when illumination uneven.
Bernsen1
- bernsen算法实现图像的二值化出理,是一种局部二值化算法-bernsen algorithm for image binarization of science, is a local binarization algorithm
图像二值化处理的算法
- 一些常用的图像二值化处理算法,包括局部二值化和全局二值化。
二值化-MATLAB
- 常用的几个图像二值化算法,包括全局的二值化和局部的二值化算法(This program contains Several commonly used image binary algorithms including global and local binary algorithms.if you want ,just download)