搜索资源列表
opencv 图像的二值化
- opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
基于opencv2.2的大津法分割
- 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
AdaptiveThreshold
- 固定阈值二值化和自适应局部阈值二值化对比分析,opencv实现-Fixed threshold value and adaptive threshold binarization comparative analysis, opencv implementation
erzhihua
- 在进行图像处理时,要对图像二值化时自适应选取合适的阈值。-During image processing, binary image to adaptive selection when the appropriate threshold.
Adative-contour-extraction
- 在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.
improvedBinarization
- 改进的图像二值化工程文件,自适应的二值化阈值调整,opencv-Improved binarization project file, opencv
moving-object-detection-method-
- 针对视频监控系统的运动目标检测部分,介绍了以OpenCV为平台,以背景减法与帧差法为基础的检测方法。它以背景减法建立和更新背景模型,利用感兴趣区域的设置提高实时性,引入修正的大津法自适应阈值改善二值化效果,并以帧差法为补充降低虚报率及光照变化的影响。实验表明,该方法可以快速有效地对运动目标实施报警。-OpenCV-based moving object detection method and application of some of the articles I read, I feel
yuzhibijiao
- 集中常用阈值方法的比较 自适应阈值法 最大阈值法 等的简单比较-Centralized common threshold comparison of adaptive threshold method maximum threshold method simple comparison
adaptive_threshold
- opencv实现的自适应阈值分割 平台是VS2010 已经编译成功-opencv achieve adaptive threshold segmentation platform is the VS2010 has been compiled successfully
cannyPostu
- canny算子结合ostu自适应阈值调整,用于边缘提取,-ostu canny operator combines adaptive threshold adjustment for edge detection,
adaptive
- 在Opencv平台下,利用其中cvadaptivethreshold函数实现阈值的自适应获取,并且进行图像分割。-Opencv cvadaptivethreshold
FIRE
- 一种基于自适应阈值的先进火焰颜色算法,根据不同亮度情况选取不同模型,效果非常好。-An algorithm based on advanced adaptive threshold flame color, depending on the brightness select a different model, the effect is very good.
Thresholding
- 使用opencv实现对图像的阈值化,包含单一阈值化与自适应阈值化-Use opencv to achieve image thresholding, containing a single thresholding and adaptive thresholding
HandDetector
- 这是一个人手识别程序,基于OpenCV,环境VisualStudio2013。 首先通过图片采集手势图像,而后进行减小噪声的滤波处理,根据肤色在YCrCb色彩空间中的自适应阈值对图像进行二值化处理,提取图像中所有的肤色以及类肤色像点,而后经过膨胀、腐蚀处理后,祛除小块的类肤色区域干扰,得到若干块面积较大的肤色区域;此时根据各个肤色区域轮廓特征进行甄选,获取目标手势区域,而后根据目标区域的特征进行识别,定位手心。-This is a staff recognition program, bas
erzhihua
- 基于OpenCV的图像二值化程序,可自适应阈值-OpenCV based on the image of the two value of the program, the adaptive threshold
kuaisuzishiyuzhifangfa2
- 这是对上次自适应阈值方法的改进,这是后来找到的-This is the last time adaptive threshold method of improvement, which is later found
cvThresholdOtsu
- 自己写的有关OpenCV中图像阈值处理Otsu法的函数,可以帮助初学者更好理解自适应阈值分割的原理。(写成了头文件形式可以直接调用)-Write my own functions related to the image OpenCV Otsu thresholding method can help beginners to better understand the principles of adaptive thresholding.
adapativethreshold-vehicle-detection
- 运用自适应阈值的车型识别代码,非常简单实用,经过验证可以使用-Using an adaptive threshold model identification code, very simple and practical, it can be verified using
opencv
- opencv图片先灰度化,然后自适应阈值把图片变为黑白双色(二值化)。输出纯黑白图片(opencv The image is grayscale first, and then the adaptive threshold turns the picture into black and white (two value). Output pure black and white pictures)
二值化的几种方法
- 包含了如大津法,自适应阈值法等多种二值化图像的方法,可直接看到效果,且有注释,具有入门作用