搜索资源列表
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
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
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
pyrMeanShiftFiltering
- 使用opencv进行MeanShift图像分割算法实验。-MeanShift image segmentation algorithm performed experiments by using opencv .
图像分块处理1
- 通过opencv将图片分割为256*256像素大小的图片,可对图片再进行后续处理。