CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - image filtering

搜索资源列表

  1. Digital-Image-Processing

    1下载:
  2. MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6865993
    • 提供者:young
  1. filter

    0下载:
  2. 用不同的核进行图像的二维滤波。直接用cvFilter2D得到的结果与cvLaplace得到的结果有所不同-With different two-dimensional nuclear for image filtering. The results obtained directly cvFilter2D the results obtained with different cvLaplace
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1068
    • 提供者:方莉
  1. MCU_1524

    0下载:
  2. 基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪-VC environment based Opencv video capture and image filtering and corner detection motion tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:260453
    • 提供者:linxijing
  1. opencv

    0下载:
  2. 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序-A good VC environment based Opencv and video capture image filtering and corner detection vc motion tracking program. Opencv image filtering can be achieved, opencv fa
  3. 所属分类:OpenCV

    • 发布日期:2017-03-21
    • 文件大小:247417
    • 提供者:王志亮
  1. 2011__opencvFilter2D_Test

    0下载:
  2. 这个是在刚学opencv时候的测试小代码。主要是卷积方面的,对图像进行滤波处理。同时,里面含有自编了一个简单函数滤波函数。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Is the convolution of the main aspects of image filtering. At the same time, which contains a sim
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3155
    • 提供者:tanfenfly
  1. face-tect

    0下载:
  2. 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序-A good environment with VC Opencv based video capture image filtering and corner detection motion tracking vc procedures can be achieved opencv image filtering 2Copencv face corner detection 2Copencv motion
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:252406
    • 提供者:ldcr
  1. cvFilter2D

    0下载:
  2. 本代码使用OpenCV对图像进行滤波,只需要修改一下掩膜模板,就可以采用高斯,PREWITT算子及二维滤波。-This code uses OpenCV for image filtering, only need to modify the mask template, you can use Gaussian, PREWITT operator and two-dimensional filtering.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1401771
    • 提供者:haona
  1. Opencv-ref-man-2.3.1

    0下载:
  2. opencv 2.3 英文详解 比较新 目录如下 Introduction 1 1.1 API Concepts 12 core. The Core Functionality 7 2.1 Basic Structures .7 2.2 Basic C Structures and Operations 45 2.3 Dynamic Structures 77 2.4 Operations on Arrays104 2.5 Drawing Functions
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:2426962
    • 提供者:quan
  1. include

    0下载:
  2. 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:3960
    • 提供者:史润强
  1. Filter

    0下载:
  2. 用C++语言写的图像过滤,实现了中值过滤、最大值最小值过滤、均值过滤等,扩展性较好,能实现不同通道-With C++ language image filtering, to achieve a median filtering, maximum minimum filtering, mean filtering, scalability, better able to achieve different channels
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:102396
    • 提供者:Juangshen
  1. guidedfilter

    0下载:
  2. kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。-C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-08
    • 文件大小:4342002
    • 提供者:jj
  1. smooth

    0下载:
  2. 将一副图像进行多种的滤波效果,并显示出来-Will be a variety of image filtering effect, and displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1165
    • 提供者:蔡细敏
  1. guidedfilter_vc

    1下载:
  2. 本文件为引导滤波算法的程序文件,为VC++编码,根据何凯明博士的文章《Guided Image Filtering》讲述的原理编写而成,具有很好的边缘保持特性,是作为作者在前一篇讲解去污算法的文章《Single Image Haze Removal Using Dark Channel Prior》的补充,当然也可以用于其他的滤波算法中-This document is a boot file filtering algorithm for VC++ coding, according to D
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2361
    • 提供者:
  1. tuxiangDlg

    0下载:
  2. 自己编写的图像处理MFC程序,包括图像显示、图像锐化、图像滤波等基础操作。-MFC write your own image processing procedures, including image display, image enhancement, image filtering and other basic operations.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7089
    • 提供者:deng
  1. median-filtering

    0下载:
  2. 对图像进行中值滤波操作,实现图像的去除噪声的功能。-Of the image median filtering operation, to achieve the function of removing the noise image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:855
    • 提供者:ljc
  1. Homomorphic-filtering

    1下载:
  2. 同态滤波去噪,把频率过滤和灰度变换结合起来的一种图像处理方法,它依靠图像的照度/ 反射率模型作为频域处理的基础,利用压缩亮度范围和增强对比度来改善图像的质量。使用这种方法可以使图像处理符合人眼对于亮度响应的非线性特性,避免了直接对图像进行傅立叶变换处理的失真。-Homomorphic filtering noise, the frequency filter and the gradation conversion processing method combining an image, wh
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:1380065
    • 提供者:王芬
  1. Image-Denoising-based-on-opencv

    0下载:
  2. 这是一段利用中值滤波、均值滤波与加权(高斯)滤波算法进行图像去噪的程序,比较基础,供初学者阅读。-This is a median filter, with a weighted mean filter (Gaussian) filtering algorithm for image denoising procedures, more basic, for beginners to read.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4452739
    • 提供者:xiaohai
  1. 417gaosi

    0下载:
  2. 图像的滤波计算新的高斯算法 图像的滤波计算新的高斯算法 -Image filtering algorithm for calculating a new Gaussian Image filtering algorithm for calculating a new Gaussian
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2598499
    • 提供者:melody
  1. Gaussian

    0下载:
  2. 高斯滤波程序,分别采用5*5模板,一维高斯滤波,二维高斯滤波等方法对图像进行滤波处理-Gaussian filtering procedures were used to 5* 5 templates, one-dimensional Gaussian filter, two-dimensional Gaussian filtering methods for image filtering process
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:291785
    • 提供者:贾明
  1. picEmbel

    0下载:
  2. 给定一张图片能够对其执行灰度图 滤波 二值化 形态学腐蚀膨胀 寻找轮廓,主要用于调试图片识别方面 可以作为工具类软件使用-Given a picture can be used to perform grayscale image filtering two value of morphological erosion and expansion to find the outline, mainly used for debugging image recognition can be use
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:136253
    • 提供者:yyg
« 12 3 4 »
搜珍网 www.dssz.com