搜索资源列表
OTSU
- OTSU 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。
GrayToWhiteBlack
- C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
DSP
- 毕业设计 局部平均阈值改进法 局部自适应阈值法 局部平均阈值法 指纹采集演示程序.exe-histeq hilditch otsu.c pavlidis.c rosenfeld.c
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
otsu
- 以背景色提取为基础的一个车牌识别程序,识别率很高-Extraction of the background color based on a license plate recognition program, a high recognition rate
depthofimagegenerati
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
image-recongnition-for-rice
- 提供了一种图像识别的otsu二元算法;可有效检测出质量高低的大米-An image recognition the otsu two yuan algorithm can effectively detect the level of quality rice
mypgm
- Library for Otsu Method in image segmentation
Otsu-a-Library
- Otsu method with the library
cellprocess4
- 使用mathematics 編寫的數字圖像處理程序,測試圖片是顯微鏡下細胞圖片,有區域生長算法 大津算法等,此程序中是細胞計數,病變細胞識別并標記病變細胞的程序。-Digital image processing procedures, using mathematics written test image cells under a microscope images, region growing algorithm Otsu algorithm, this program is the
otsu_cv
- Otsu算法(大律法或最大类间方差法)的C语言实现,可以直接使用,写的很好-Otsu algorithm (the large Torah or the maximum between-class variance method), C language, can be used directly, write well
Tire-mark-Pattern-recognition
- 使用大恒图像采集卡进行轮胎图像采集,利用VC++2005 采用WTL界面框架开发一个简单的轮胎表面标记的采集与识别系统。首先采用灰度化和直方图均衡化方法实现图像预处理,然后采用OTSU阈值分割方法实现图像的二值化,在二值图像基础上,采用阈值面积消去法(空穴检出)实现图像去噪处理,并采用径向投影方法实现字符分割,最后采用模板匹配方法实现轮胎表面标记的识别。-This research uses DaHeng image gathering card to carry on tire image g
3zhongerzhihua
- 效果最好的三种二值化的方法 otsu niblack等 是自适应阈值方法-The best effect of three kinds of binarization methods otsu niblack, etc Is the adaptive threshold value method。