搜索资源列表
code
- OpenCV一些代码的实现,包括轮廓的提取,图像的复制-OpenCV implementation of some code, including contour extraction, image replication
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.
lunkuotiqu
- 使用opencv编写,可以实现图像的轮廓提取,效果很好。-Using opencv written outline of the image can be extracted to achieve good results.
Imagefft
- 轮廓提取,实现数字图像的轮廓提取,二值化,腐蚀膨胀等等,用到opencv-contour extraction
opencv-pipei
- opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
tbb
- 基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片-Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image
5556
- 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
contour_extraction
- 用OPenCV提取图像轮廓,代码简单易懂,很实用,非常适合初学者-With OPenCV extracted image contours, the code is simple to understand, very practical, very suitable for beginners
FaceDetection
- 图像预处理包括图像平滑、图像分割、二值化、图像形态学处理和轮廓提取。轮廓提取是使用八邻域边界跟踪算法。在手势的特征提取部分,使用边界傅立叶描绘子的手势特征提取算法。针对手势的识别,采用了基于 BP 神经网络的识别方法-Image pre-processing, including image smoothing, image segmentation, binarization, morphological image processing and contour extraction.
lunduo
- 画出图像的轮廓,但是没有对图像轮廓特征进行提取。-Draw the outline of the image, but no image outline feature extraction.
drawcontours
- 轮廓提取,通过函数可以将一副图像的外轮廓准确的提取出来-Contour extraction
watershed
- 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
JRL
- 通过控制量Control,在Opencv环境下实现图像不同算子下的轮廓提取-By controlling the amount of extraction of Control, to achieve the outline of the image under a different operator in Opencv environment
Image-Segmentation
- 图像轮廓提取程序,将图像轮廓信息存储在一个txt文档里-image segmentation
Laser-spot
- 激光光斑图像处理,二值化 ,形态开关,腐蚀,轮廓提取 计算光斑中心坐标 并输出面积、周长、半径等。用于机器视觉前期处理。-Robot vision image processing
lunkuotiqu
- 利用opencv进行图像的轮廓提取,很好的视频讲解,值得学习。-Use opencv image contour extraction, very good video to explain.
Contour-extraction
- 对不同的轮廓提取,了解变换,解决图像处理基础-Different contour extraction, conversion to understand and solve basic image processing
daima
- 本代码提供了如何利用opencv调用摄像头,直方图均值化,对图像轮廓提取等代码。-This code provides how to use the opencv call camera, average histogram, the image contour extraction and other code.
提取图像轮廓质心
- 提取图形轮廓 以及轮廓所在的质心。用外接矩形包围其所在的轮廓(Extract the graphic outline,and the centroid of the contour .Encircling the outline with a rectangle)
Contours_extraction&drawing_based_on_OpenCV
- 基于OpenCV利用canny算子的图像轮廓提取与绘制(Contours extraction and drawing based on OpenCV, using canny operator.)