搜索资源列表
image
- OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割
基于OPENCV的图像分割
- 在OPENCV 下用blob分割图像
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
rice.rar
- 一个检测米粒的小程序,主要用到图像分割算法,需要加载opencv库才能使用,A detection of a small grain of rice programs, mainly used in image segmentation algorithms need to load in order to use opencv library
pyramid_segmentation.rar
- 此代码可以在Visual C++和OpenCV开发环境下,采用金字塔方法进行图像分割,This code can be Visual C++ And OpenCV development environment, using the pyramid method of image segmentation
QQzhaocha
- QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before the subroutine can be deleted fr
pyramid_segmentation(2)
- OpenCV种子填充实现彩色图像分割的代码-OpenCV
sss_source
- 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
DigitalImageProc
- 数字图像与处理 运用opencv作为类库 开发的数字图像处理小系统 包括图像锐化平滑 图像数据编码压缩 图像增强复原 图像分割 图像滤波处理 小波分析 beizer曲线等-Digital image processing use opencv as a class library development, digital image processing system includes image sharpening smooth image data compression coding i
OpenCV-examples
- opencv的很多实例程序,包括图像增强,图像分割,压缩,以及各种图像变换等-opencv many instances of the program, including image enhancement, image segmentation, compression, as well as a variety of image transformation
source
- 用opencv函数写的图像分割程序,程序操作步骤:在主函数中载入源图像正确路径,执行后点击源图像中所需分割的目标的位置,拖动位于图像窗口上部的两个滑块值,即可实时看到分割结果-Opencv function to write the image segmentation procedures, the program steps: in the main function to load the correct path of the source image, the location of
MeanShift-segmentation
- 基于meanshift算法的图像分割,非opencv库函数,自己实现算法!-Based on the meanshift algorithm of image segmentation 。
otsu
- 应用Opencv中的函数来实现大津算法,实现阈值的自适应获取,从而进行图像分割。-Otsu,image segmentation
smooth
- 文件主要融合了opencv的一些基本算法,如:平滑处理、图像分割、canny边缘检测以及ROI区域提取-The paper mainly combines some of the basic opencv algorithm, such as: smooth processing, image segmentation, Canny edge detection and ROI region extraction
yichuansuanfa
- 利用遗传算法进行图像分割。图像处理,利用c++。opencv -Using genetic algorithms for image segmentation. Image Processing
pyrMeanShiftFiltering
- 使用opencv进行MeanShift图像分割算法实验。-MeanShift image segmentation algorithm performed experiments by using opencv .
图像分块处理1
- 通过opencv将图片分割为256*256像素大小的图片,可对图片再进行后续处理。
image-text-segmentation
- opencv 图像文字分割,摄像头抓取后 作为O字符识别前一部 将字符分割开-opencv text image segmentation, after the camera as front crawl O character recognition a character separated
Cut_image
- Opencv将一张图像分割为多个区域,这样便于更快速的处理图像-Opencv divides an image into multiple areas, making it easier to process images more quickly
颜色直方图C++ opencv代码
- 把图像转换为直方图显示到桌面上(Convert the image to a histogram to display on the desktop)