CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv filter

搜索资源列表

  1. filter

    0下载:
  2. 基于OPENCV的,vc++ 图象处理程序,用不同的核进行图象的二维滤波.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:94783
    • 提供者:朱晨
  1. filter

    0下载:
  2. 一个非常完成的图像滤波的例程,包含了常用的各种滤波方法,结合openCV使用,对于初学者很有帮助。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:98159
    • 提供者:zachary chao
  1. 给予opencv的VIS视频跟踪

    4下载:
  2. 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。
  3. 所属分类:源码下载

    • 发布日期:2010-12-15
    • 文件大小:7500205
    • 提供者:harleych
  1. opencv_gaussian filter median filter

    0下载:
  2. opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-05-06
    • 文件大小:1430310
    • 提供者:lulvyanfeng
  1. 把图片在OPENCV中进行滤镜处理

    0下载:
  2. 把图片在OPENCV中进行滤镜处理,浮雕,雾化,有详细的算法,The picture in the filter in OPENCV treatment, relief, atomization, the algorithm in detail
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:2110553
    • 提供者:余林枫
  1. openCV图像处理,内含边缘检测

    0下载:
  2. openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
  3. 所属分类:GDI/图象编程

    • 发布日期:2016-01-25
    • 文件大小:1039360
    • 提供者:bodysen
  1. kalman.rar

    0下载:
  2. opencv 使用卡尔曼滤波器跟踪一个旋转的点,opencv using the Kalman filter to track a rotating point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:46041
    • 提供者:zhang
  1. opencv

    0下载:
  2. opencv使用中值滤波器简单处理图像-opencv median filter using a simple image processing。。。
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8562885
    • 提供者:cd
  1. kalmandlg

    0下载:
  2. 采用卡尔曼滤波进行背景建模再作差分的方法的车辆检测程序,用到了opencv库-Kalman filter for background modeling method further differential vehicle testing procedures, use the opencv library
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3159825
    • 提供者:宋天明
  1. Filter

    0下载:
  2. OPENCV下的中值滤波,均值滤波,高斯滤波程序-OPENCV the median filter, mean filter, Gaussian filter procedure
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:308033
    • 提供者:何迪
  1. opencvske

    0下载:
  2. 基于opencv的距离变换程序,并进行去噪滤波,可用于求取物体几何骨架-Opencv-based distance transform processes and de-noising filter can be used to extract a geometric skeleton of an object
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3149761
    • 提供者:李涵露
  1. filter

    3下载:
  2. 频域低通滤波(理想低通滤波器、梯形低通滤波器、巴特沃斯低通滤波器、指数低通滤波器),频域高通滤波(理想高通滤波器、梯形高通滤波器、巴特沃斯高通滤波器、指数高通滤波器)-Frequency-domain low-pass filter (ideal low-pass filter, ladder low-pass filter, Butterworth low-pass filter, the index low-pass filter), frequency-domain high-pass f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:295639
    • 提供者:zhaojie
  1. meanFilter

    0下载:
  2. Mean filter to get rid of salt and pepper noise in images using openCV library for VC-Mean filter to get rid of salt and pepper noise in images using openCV library for VC++
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3309126
    • 提供者:mariam
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. pftracking-opencv

    1下载:
  2. 牛人写的opencv下实现的particle filter 单物体跟踪,代码量较少,特贡献出来-particle filter tracking, implemented in C, you have to make sure that opencv installed in your computer.
  3. 所属分类:Graph program

    • 发布日期:2017-05-26
    • 文件大小:9653915
    • 提供者:李凡
  1. filter

    0下载:
  2. 用opencv实现通道分离的滤波,对RGB通道进行分离滤波,值得初学者参考。-Separation channel with opencv filter, the RGB channel separation filter, it is reference for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2933
    • 提供者:哥琴
  1. Opencv-filter

    0下载:
  2. 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:4184094
    • 提供者:hwd
  1. Lee filter C++ source code

    0下载:
  2. Lee filter implemented by C++ with OpenCV
  3. 所属分类:2D图形编程

  1. openCV-Practicefh

    0下载:
  2. 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:31098880
    • 提供者:fangs
  1. opencv识别特定颜色区域

    1下载:
  2. 在opencv图像处理中,需要计算出某个颜色的区域,进行相应的滤波或者是其它操作。这个程序就是用来识别特定的颜色区域,方便修改。(In opencv image processing, you need to calculate a color of the region, the corresponding filter or other operations. This procedure is used to identify a specific color area, easy to
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:11962368
    • 提供者:豆豆1890
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com