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

搜索资源列表

  1. TMS320C64xImage_VideoProcessingLibrary(IMGLIB)Exam

    1下载:
  2. 基于TI公司DSP64x的图像处理程序库-TI 64x-based image processing library
  3. 所属分类:DSP program

    • 发布日期:2017-03-23
    • 文件大小:853939
    • 提供者:张振
  1. examples

    0下载:
  2. 基于opencv图像处理应用实例,包括读入显示图像等一系列源代码-image processing
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:1058855
    • 提供者:李琳
  1. PreProcessor

    0下载:
  2. 基于OPencvr开发环境的图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。--Image Pre-processing algorithm based on OPENCV. Including median filtering, morphological filtering, binarization image processing and background correction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:96017
    • 提供者:panhan
  1. opencv_manual_reference

    0下载:
  2. 视觉处理和图像处理的一个开源库 opencv 的类,函数的中文参考手册-Visual processing and image processing of an open-source opencv library class, function reference manual in Chinese
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:573411
    • 提供者:li yan
  1. CalibrationandUndistoration

    0下载:
  2. 实现通过摄像机获取或者手动选择图像进行摄像机标定。并可以计算单应矩阵,实现去畸变等处理。-To do camera calibration on video images or exist images including homography matrics and undistoration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:12261576
    • 提供者:杨恒
  1. rotate

    0下载:
  2. 以Microsoft Visual C++ 6.0为平台,基于opencv来实现图像的旋转,-With Microsoft Visual C++ 6.0 as a platform, to achieve opencv-based image rotation,
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1453492
    • 提供者:左加阔
  1. HELLO

    0下载:
  2. 利用OPENCV从磁盘中读入图像文件,并将图像显示在屏幕上-The use of OPENCV read from the disk image file, and image display on the screen
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:248209
    • 提供者:王鹤
  1. tuxiang_duqu

    0下载:
  2. Visual C++ 和 OpenCV搭建的,用于读取.bmp 文件 可以作为图像处理的入门级参考资料-Visual C++ and OpenCV built for reading. Bmp file can be used as the entry-level image processing reference
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:267355
    • 提供者:liujiafei
  1. OTSU

    0下载:
  2. 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2042
    • 提供者:shaohu
  1. FIRFilter

    0下载:
  2. 利用FIR 滤波器对图像进行采样,平滑。使用vc++ 6.0 和 opencv-using FIR filter to sample and smooth the image, based on VC++ 6.0 and openCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:271088
    • 提供者:shaohu
  1. MultiLog

    0下载:
  2. 基于opencv进行编写的多尺度Log特征区域求取方法,其中还包括灰度图像膨胀的程序(多尺度Log也用到)。代码简单易懂,可结合相关资料进行分析。-Opencv be prepared based on the multi-scale characteristics of the region to strike a Log method, which also includes the expansion of gray-scale image of the program (also use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:46036
    • 提供者:任桢
  1. logpolar

    0下载:
  2. 图像的LOG变换例子,在很多需要图像增强的场合可以使用,开发环境VC+OPENCV-LOG transform the image example, in many occasions the need for image enhancement can be used to develop the environment VC+ OPENCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92519
    • 提供者:zhou
  1. openCV-contours

    0下载:
  2. 基于openCV.VC2005 图像处理。 边缘检测。 错误检查-finds defects of convexity of biggest detected contour
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1741
    • 提供者:MR
  1. paint

    0下载:
  2. 本人基于OpenCV写的一个图像Inpainting工程,可以作为后续研究学习使用,也可以直接使用。-I write based on the OpenCV Image Inpainting of a project, you can use as a follow-up research study can also be used directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1998536
    • 提供者:alan ren
  1. OpenCV_to_obtain_images_from_the_video

    0下载:
  2. VC++ 使用OpenCV从视频获取图像-VC++ using OpenCV to obtain images from the video
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:47034
    • 提供者:李少东
  1. pictureTransform

    0下载:
  2. 不使用opencv等工具实现的图像翻转程序,经测试效果不错-Do not use such tools opencv image reversal process, good results have been tested
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2018
    • 提供者:王飞
  1. shipinCam

    0下载:
  2. OpenCV视频读入与保存程序,从摄像机读入视频并保存到指定的文件夹。 如果保存后的图像不能打开,推荐安装视频解码器K-Lite CodePack-A programme for reading video from a camera and save it to an aimed folder.Developed with OpenCV.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-04
    • 文件大小:1422755
    • 提供者:sss
  1. DosImage

    0下载:
  2. C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:187535
    • 提供者:qiuqiu
  1. opencv

    0下载:
  2. 数字图像处理 opencv 一些基本例子和源码-opencv code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3619990
    • 提供者:jimmy Wood
  1. OpenCV

    0下载:
  2. OPENCV很有用的文件.包含了图像处理的一些类库.-OPENCV very useful document. Contains a number of image processing library.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:301065
    • 提供者:
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com