搜索资源列表
RepairImage
- (基于MFC)读取一幅有缺损的图像,针对不同图像设置阈值获得Mask,在通过OpenCV的cvInpaint函数修复图像,修复时间短,修复效果较好。(包含测试图像)-(Based on MFC) read a defect image, set the threshold for different images to obtain the Mask, repair image through of OpenCV cvInpaint function, short time to repair,
canny
- 基于Canny函数的轮廓识别 可以调整阈值-image matching with canny function
adaptive
- 在Opencv平台下,利用其中cvadaptivethreshold函数实现阈值的自适应获取,并且进行图像分割。-Opencv cvadaptivethreshold
yuanma
- 源码是Otsu的函数,这个函数是一个对图像进行取阈值的手段,内容不包含main函数。-Source code is a function of Otsu, a function is a means of threshold image, the content does not contain the main function.
MinAreaFilter
- 用OPENCV中的序列实现将低于设定阈值面积的连通域从图像中去除的函数,输入输出图像需为二值图像.-With OPENCV in sequence implements will be lower than the set threshold value of the communication area removed the image domain function, for an input-output image is a binary image.
THRESOLD
- 基于OPENCV的阈值分割算法,• 这个函数有5种阈值化类型。-Segmentation algorithm based OPENCV threshold.
harris
- 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
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.
Demo1
- 图像的阈值分割(要求自行编写代码实现基本全局阈值方法,代替cvThreshold函数)-Image thresholding (basic requirements to write code to achieve global threshold method, instead of cvThreshold function)