搜索资源列表
OPENCV写的一个小程序
- OPENCV写的一个小程序 包括将彩色图片转成灰度图以及做阈值分割和主成分分析的功能-OPENCV write a small program, including a color picture converted to grayscale and make thresholding and principal component analysis of functional
基于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
opencv16
- opencv图像处理实现图像的阈值化,并进行显示-opencv image processing of image thresholding, and display
thresholding
- version 2, 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.
11_29Mor_threshold
- 在opencv的环境下,测试图像预处理结果,亮点是测试了对灰度图先进行形态学处理再阈值分割和先阈值分割再形态学的区别。-Opencv environment in the test image pre-processing the results, highlight the first test for morphological processing of gray-scale thresholding and then thresholding again before morpholog
segment_objects
- 基于OpenCV1.0,阈值方法的背景分割,单个文件,请自行编译-Based on OpenCV1.0, background thresholding segmentation
PicSegment
- MFC图像的读取显示,直方图的在PIC上显示,以及手动阀值化,opencv-MFC image to read display, histogram display on the PIC, and manual thresholding, opencv
thr_glh
- OPENCV 源码,对图像进行阈值操作,基本的入门程序-OPENCV source, the image thresholding operation
Thresholding
- 使用opencv实现对图像的阈值化,包含单一阈值化与自适应阈值化-Use opencv to achieve image thresholding, containing a single thresholding and adaptive thresholding
image_inpaiting
- Image conversion, preprocessing, thresholding, inpaiting
Threshold
- 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
kuaisuzishiyingyuzhifangfa
- 一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细-A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method
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.
1
- 图像分割是图像识别的基础,最大熵阈值分割可以很好的将图像分割出来-Image segmentation is the basis of image recognition, maximum entropy thresholding segmentation can be a very good out
Demo1
- 图像的阈值分割(要求自行编写代码实现基本全局阈值方法,代替cvThreshold函数)-Image thresholding (basic requirements to write code to achieve global threshold method, instead of cvThreshold function)