当前位置:
首页 资源下载
搜索资源 - adaptive threshold opencv
搜索资源列表
-
0下载:
在VC6下基于OpenCV的轮廓检测程序,其中图像的二值化操作基于Canny和自适应阈值。通过trackbar来实现不同情况下的轮廓检测。-in VC6 OpenCV Based on the outline of testing procedures, these two images based on the value of operating Canny and adaptive threshold. Through the trackbar to achieve under diffe
-
-
0下载:
opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
-
-
0下载:
调用opencv库,实现自适应阈值的图像二值化功能-Call opencv library to achieve adaptive threshold image binarization function
-
-
0下载:
固定阈值二值化和自适应局部阈值二值化对比分析,opencv实现-Fixed threshold value and adaptive threshold binarization comparative analysis, opencv implementation
-
-
0下载:
基于opencv的自适应阈值法,应用时必须先装有opencv库。-adaptive threshold method based on Opencv library
-
-
0下载:
OPENCV做的自适阀值车牌定位完整源代码-Adaptive threshold OPENCV do full source code license plate location
-
-
0下载:
通过Opencv和MFC相结合进行图像处理,实现图像的阈值分割,通过人机交互选择阈值或者自适应阈值处理。可以支持用户交互修改阈值,便于使用-Opencv and MFC combination for image processing, image threshold segmentation, select the threshold of human-computer interaction, adaptive threshold processing. Modify the thresho
-
-
0下载:
opencv下canny算法的自适应阈值的确定-adaptive threshold determination opencv under the canny algorithm
-
-
0下载:
opencv中Canny算法阈值的自适应求解-Solving opencv Canny algorithm adaptive threshold
-
-
0下载:
opencv实现的自适应阈值分割 平台是VS2010 已经编译成功-opencv achieve adaptive threshold segmentation platform is the VS2010 has been compiled successfully
-
-
0下载:
基于openCV的C++自适应阈值分割程序,能运用自适应阈值达到效果比较理想的二值化图像-The C++ openCV based adaptive threshold segmentation procedures, can achieve the desired effect using adaptive threshold ideal binary image
-
-
0下载:
OpenCV基于局部自适应阈值的图像二值化
-OpenCV based on local adaptive threshold binarization
-
-
0下载:
这是一个人手识别程序,基于OpenCV,环境VisualStudio2013。
首先通过图片采集手势图像,而后进行减小噪声的滤波处理,根据肤色在YCrCb色彩空间中的自适应阈值对图像进行二值化处理,提取图像中所有的肤色以及类肤色像点,而后经过膨胀、腐蚀处理后,祛除小块的类肤色区域干扰,得到若干块面积较大的肤色区域;此时根据各个肤色区域轮廓特征进行甄选,获取目标手势区域,而后根据目标区域的特征进行识别,定位手心。-This is a staff recognition program, bas
-
-
0下载:
使用opencv对图像进行阈值化处理,实现单一阈值(全局阈值)与自适应阈值的比较-Using opencv image thresholding processing, a single threshold (global threshold) compared with Adaptive Threshold
-
-
0下载:
基于OpenCV的图像二值化程序,可自适应阈值-OpenCV based on the image of the two value of the program, the adaptive threshold
-
-
1下载:
Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
-
-
0下载:
Opencv自适应阈值函数与规定阈值函数源码,可以通过滑动框调节,直观可靠-Opencv adaptive threshold function with a predetermined threshold value function source, by adjusting the sliding block, intuitive and reliable
-
-
0下载:
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)
-