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

搜索资源列表

  1. opencv_test

    1下载:
  2. 图像处理中的CenSurE方法的源程序,很实用。可以参考,-CenSurE method in computer vision..source code which is quite convenient to use
  3. 所属分类:Special Effects

    • 发布日期:2015-10-09
    • 文件大小:129023
    • 提供者:seavan
  1. convert

    0下载:
  2. OpenCV程序 功能:图像格式的转换,支持JPG,BMP,TIF,PNG,PPM-OpenCV program funtion: Image format convertion, support JPG,BMP,TIF,PNG,PPM
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:92358
    • 提供者:
  1. threshold

    0下载:
  2. 调用opencv库,实现自适应阈值的图像二值化功能-Call opencv library to achieve adaptive threshold image binarization function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:26603
    • 提供者:leon
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. CVMFC

    1下载:
  2. 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4277283
    • 提供者:陆宗骐
  1. Save_All_Frames

    0下载:
  2. opencv 实现了将一个视频的所有帧分解,并将图像依序保存,效果非常好。 -opencv realized the decomposition of a video of all the frames, and save the image sequence, the effect is very good.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10356417
    • 提供者:he
  1. imageStitching

    1下载:
  2. opencv图像拼接代码,可以把n张图片合并到一张图片-opencv image mosaic code n pictures can be merged into one picture
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7420997
    • 提供者:pencauto
  1. imagestitch

    1下载:
  2. 自己利用opencv和vc++6.0开发的图像SIFT特征点提取以及两张图像的拼接演示过程,最后完成2-5张图像的自动拼接。-Their use opencv, and vc++6.0 development of the SIFT feature extraction and image two image mosaic shows the process of finalizing the automatic stitching of images 2-5.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4135703
    • 提供者:蒋江军
  1. niw-iphone_opencv_test-5809b40

    0下载:
  2. 在iphone上利用openac对图像进行处理,实现各种特效-In the iphone on the use of openac image processing to achieve a variety of special effects
  3. 所属分类:iPhone

    • 发布日期:2017-06-13
    • 文件大小:20522274
    • 提供者:falcon
  1. save_pic

    0下载:
  2. 提取图像的每一帧,并保存下来。使用OpenCV,算法较好。-Extraction of the image each frame, and preserved. The use of OpenCV, a better algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1344758
    • 提供者:王旋
  1. QtOpenCV2

    0下载:
  2. This show how to combine opencv with qt
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:251783
    • 提供者:Casper2004
  1. zhao

    1下载:
  2. 基于opencv的图像处理程序,包括读入视频,在视频流中找到一个同心圆并识别,在圆心标记绿色圆圈-Opencv-based image processing procedures, including the read video, the video stream to find and identify a concentric circle, green circle in the center of the circle marked
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6541036
    • 提供者:echo
  1. 2

    0下载:
  2. opencv图像线条检测,学习opencv必看-opencv image line detection, learning opencv must see
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1333593
    • 提供者:zhanghaike
  1. matching

    0下载:
  2. opencv 图像匹配,利用焦点检测进行匹配的源代码。安装了opencv的可以直接使用-opencv image matching, the focus detection to the source code to match. Installed opencv can be used directly
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6565137
    • 提供者:xuexiaojun
  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. copyandmerge

    1下载:
  2. 利用opencv将一幅图拷贝到另一幅图的指定区域,使得两幅图合并,使用了cvSetImageROI和cvCopy函数,在图像匹配中可能会用到这个方面的功能-Opencv will use a chart to another copy of a drawing of the designated area, making the merger of two plans, the use of the cvSetImageROI and cvCopy function, in the image
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:2632334
    • 提供者:肖琼
  1. Homework(1213)

    0下载:
  2. VC++2005 OPENCV 应用于图像处理,课程作业-VC++2005 OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5449599
    • 提供者:步晓亮
  1. newopencv2

    0下载:
  2. delphi与opencv的接口,delphi可以利用opencv进行图像处理了。-opencv interface with delphi, delphi can be processed using the image opencv.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-21
    • 文件大小:39135
    • 提供者:周一峰
  1. linesearch

    1下载:
  2. 基于图像边缘检测实现了图像的纠偏处理,Opencv,附参考文献-Image edge detection based on the image correction processing to achieve, Opencv, with references
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:110282
    • 提供者:孙骁
  1. Labeling

    0下载:
  2. 对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等-labeling for bianry image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14851591
    • 提供者:mumu
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com