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

搜索资源列表

  1. OpenCV_t

    0下载:
  2. 在windows下利用vs结合C++和OpenCV做的图像处理的示例程序,OpenCV的入门者可以参考-Under windows use vs combination C++ do image processing and OpenCV sample program, OpenCV beginners can refer
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5883956
    • 提供者:切维奇
  1. ImageStiching

    0下载:
  2. 此程序是利用Opencv库编写的一个三幅图像拼接程序,内有测试图像,此程序生成拼接图之后,先写入硬盘,再显示处理,对于学习opencv 图像拼接的人很有帮助!-this is a three image stiching program which is based on the opencv library. With the test image, The File first generate the mosaic image ,and then write to the hard dis
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5199425
    • 提供者:Juan
  1. basic_image_process

    0下载:
  2. 使用opencv进行基本图像处理操作的例子程序。-basic image process using opencv
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1755
    • 提供者:tom tea
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
  1. vc-imageprocessing

    0下载:
  2. 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22037069
    • 提供者:白色恋人
  1. a

    0下载:
  2. 基于opencv的图像处理源码,包含基本的图像处理方法-Based on image processing opencv source, contains the basic image processing method
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:20588
    • 提供者:杜明成
  1. OpenCVcankaowenxian

    0下载:
  2. OpenCV于1999年由Intel建立,如今由Willow Garage提供支持。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法-OpenCV was founded in 1999 by Intel, by Willow Garage provides su
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:21437547
    • 提供者:liebing
  1. qmdzy

    0下载:
  2. vc6.0用MFC制作opencv简单的图像处理-MFC make opencv simple image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4836934
    • 提供者:asd
  1. ImgProcess

    0下载:
  2. 具备基本的图像处理功能,是源码,可在vc6上运行,可以提供初学者理解图像处理和opencv的具体例程。-Have the basic image processing functions, is the source code, can be run on vc6, can provide a beginner to understand specific routines and opencv image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4907272
    • 提供者:arthur
  1. canny_edge

    0下载:
  2. opencv结合MFC,打开图片并进行图像处理-opencv combined with MFC, open the picture and image processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16594113
    • 提供者:zhao
  1. opencv

    1下载:
  2. 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
  3. 所属分类:OpenCV

    • 发布日期:2015-11-24
    • 文件大小:1024
    • 提供者:何朝杰
  1. shif

    0下载:
  2. 图像处理shif算法(用vc++和opencv编程)-Shif image processing algorithms (with vc++ and opencv Programming)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2076620
    • 提供者:李建伟
  1. ImageProcess

    0下载:
  2. 公司里面的框架 关于图像处理的 图像缩放的框架 Opencv 2.4.8搭建的-Frame inside the company about image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4987792
    • 提供者:叶茫
  1. mfcv

    0下载:
  2. 使用opencv2.3.1在MFC中打开图片、另存图片、进行简单的图像处理,并集成了opencv的相机标定算法-Use opencv2.3.1 to open the picture, in the MFC save picture, image processing, and integrated the opencv camera calibration algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14373941
    • 提供者:李超林
  1. picture-reads

    0下载:
  2. 图像处理中图片读入相关代码,使用OPencv的相关知识-Image processing, picture reads the relevant code, using the relevant knowledge OPencv
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-18
    • 文件大小:4779241
    • 提供者:闫志浩
  1. Image-format-conversion

    0下载:
  2. 图片格式转换,使用C++编写,给予OPencv,应用在图像处理中-Image format conversion, use C++ writing, giving OPencv, applications in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4648093
    • 提供者:闫志浩
  1. Contour-extraction

    0下载:
  2. 图像处理中使用的轮廓提取,采用opencv,c++编写-Contour extraction using image processing using opencv, c++ write
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9456179
    • 提供者:闫志浩
  1. cvCanny

    0下载:
  2. 图像处理中的边缘检测算法代码,使用的是cvCanny算子,使用c++和opencv编写-Image processing edge detection algorithm code, using cvCanny operator, using opencv c++ and write
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5197640
    • 提供者:闫志浩
  1. opencv

    0下载:
  2. 此程序使用OpenCv函数,完成了对图像的一些基本处理和变换,可供初学者学习。-This program uses OpenCv function, completed some basic image processing and conversion, for beginners to learn.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6681687
    • 提供者:郭文县
  1. Video-Demo

    0下载:
  2. VC++数字图像处理,谢凤英版第九章视频处理框架源代码,vc++6.0实现-Learning opencv Chinese version of the after-school exercise answers
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3077474
    • 提供者:周杰
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com