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

搜索资源列表

  1. HaarTraining-search

    0下载:
  2. 介绍基于Opencv这个图像处理库环境下的HaarTraining算法,里面有对这个算法的深入剖析-Introduced based on the Opencv image processing library environment HaarTraining algorithm, which has in-depth analysis of this algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:263101
    • 提供者:xue
  1. DDBTestDlg

    0下载:
  2. 常见的经典的数字图像处理算法用opencv、mfc来实现-Classic digital image processing algorithms opencv, mfc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11573938
    • 提供者:刘芝麻
  1. opencv-iplimage

    0下载:
  2. opencv对于图像增强的处理算法,快捷好用-opencv for image enhancement processing algorithms, quick and easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1337
    • 提供者:王景山
  1. FullScreen

    0下载:
  2. 数字图像处理技术的经典算法实现opencv与mfc-A classical algorithm for digital image processing technology to achieve opencv with mfc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11902049
    • 提供者:刘芝麻
  1. Line

    0下载:
  2. 数字图像处理技术的经典算法实现opencv与mfc-A classical algorithm for digital image processing technology to achieve opencv with mfc
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2921090
    • 提供者:刘芝麻
  1. CImageProcess

    0下载:
  2. 数字图像处理小程序,opencv写的,可实现各种格式图像的读入和线性变换-Digital image processing procedures opencv written can be read in the image of a variety of formats and linear transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:92104
    • 提供者:lixiang
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. GGAUSSIANPYRAa

    0下载:
  2. 高斯金字塔算法程序,在OpenCV开发环境下能实现多分辨辨率多多尺度的高斯金字塔的图像处理。,已通过测试。 -Gaussian pyramid algorithm program in OpenCV development environment multiresolution a lot of scale of the resolution Gaussian pyramid of image processing. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1725527
    • 提供者:口音
  1. dbts

    0下载:
  2. OPENCV 在进行图像处理之前,单步调试代码-OPENCV
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:746
    • 提供者:lixuexian
  1. ljf

    0下载:
  2. 基于opencv的数字图像处理 手型识别 模板匹配-Based on the hand type of digital image processing opencv recognition template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:34438144
    • 提供者:frank
  1. cv_image_processing

    0下载:
  2. 这是我自学windows下opencv后自己写的几个有关图像处理的例子,都在一个文件里,对初学者有一定的引导作用,里面自带lib和dll,VS2008下编译-I taught myself the windows opencv written several image processing example, in a file, a guiding role for beginners, which comes with lib and the DLL VS2008 compiled unde
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:11316293
    • 提供者:庞龙
  1. yongdongmubiaoguangliufangzhen

    0下载:
  2. 提出一种基于OpenCV图像库的运动目标处理算法仿真方法-OpenCV library is proposed based on the moving target image processing algorithm simulation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:179273
    • 提供者:唐浩
  1. 201011-634

    0下载:
  2. 基于DirectShow 和OpenCV 的视频图像处理 系统,包括系统设计的整体流程-DirectShow and OpenCV based on video image processing system, including overall system design process
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:338247
    • 提供者:喵喵
  1. Intel_openCV_Library_2007-09-02

    0下载:
  2. 此电子书为opencv函数的极好的参考书,在编程序的时候可以随时查阅,为做图像处理,计算机视觉的有效武器。-This book is an excellent reference opencv function in programmed when you can access at any time, in order to do image processing, computer vision and effective weapons.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2679675
    • 提供者:李宁
  1. opencv_text

    0下载:
  2. 参考别人用opencv写的一个图像处理程序,包括简单的灰度处理和二值化,希望对初学者有所帮助。-Reference other people use opencv written by one of the image processing program, including simple gray processing and binarization, and I hope to help beginners.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:184282
    • 提供者:谢小辉
  1. opencv--fudiao

    0下载:
  2. 对图像进行浮雕处理,效果显著,可用于一图像算法预处理操作-Significant effect, can be used in an algorithm image preprocessing operation to be embossed on the image processing,
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:3241
    • 提供者:琪琪
  1. opencv--diaoke

    0下载:
  2. 图像雕刻处理,特别适合于满水处理算法,鲁棒性强-The image engraving process, particularly suitable for the full-water treatment algorithm, robustness
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3061
    • 提供者:琪琪
  1. GSLmath--computer--fuction--lab

    0下载:
  2. 这是一个opencv函数库,能够在vc环境下进行图像处理,匹配,显示等-This is a opencv library, image processing, vc environment match the display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:33302528
    • 提供者:张海鸥
  1. PartLineTran

    0下载:
  2. 通过Opencv和MFC相结合进行图像处理,实现图像的局部线性变化,使用时可以根据用户需求更改参数,对感兴趣的部分进行局部变化,人机交互,值得下载-Opencv and MFC combination for image processing, image of the local linear change, using the parameters can be changed according to user needs, local changes in the part of int
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:3457638
    • 提供者:张保
  1. Threshold

    0下载:
  2. 通过Opencv和MFC相结合进行图像处理,实现图像的阈值分割,通过人机交互选择阈值或者自适应阈值处理。可以支持用户交互修改阈值,便于使用-Opencv and MFC combination for image processing, image threshold segmentation, select the threshold of human-computer interaction, adaptive threshold processing. Modify the thresho
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:3461327
    • 提供者:张保
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com