搜索资源列表
opencv 图像的二值化
- opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
AdaptiveThreshold
- 固定阈值二值化和自适应局部阈值二值化对比分析,opencv实现-Fixed threshold value and adaptive threshold binarization comparative analysis, opencv implementation
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
adaptive_threshold
- opencv实现的自适应阈值分割 平台是VS2010 已经编译成功-opencv achieve adaptive threshold segmentation platform is the VS2010 has been compiled successfully
adaptive
- 在Opencv平台下,利用其中cvadaptivethreshold函数实现阈值的自适应获取,并且进行图像分割。-Opencv cvadaptivethreshold
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
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.
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)