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

搜索资源列表

  1. 模板匹配

    0下载:
  2. 基于opencv的模板匹配算法,可以从一副大图中搜索出与模板相似度最高的部分(Template matching algorithm based on OpenCV, you can search from a large image of the highest similarity with the template part)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:270336
    • 提供者:秋白
  1. opencv_panorama_detail

    1下载:
  2. 可以直接应用的opencv全景拼接详细代码可运行工程(Can be applied directly to the opencv panorama stitching detailed code, you can run the project)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:8040448
    • 提供者:ysysys
  1. openCVImageCut

    0下载:
  2. 利用opencv3在visual studio2013实现图像的截图操作(Using OpenCV to achieve screenshot of the image)
  3. 所属分类:图形图象

    • 发布日期:2017-12-23
    • 文件大小:7586816
    • 提供者:Huisine Adamz
  1. Opencv_test_4

    0下载:
  2. 利用opencv函数写入视频,将多幅图像合成一个视频并播放。(Use opencv function to write video, multiple images will be synthesized a video and play.)
  3. 所属分类:Windows编程

  1. mirror_horizontally_image

    0下载:
  2. 利用Opencv,对输入图像进行水平镜像翻转操作,输出镜像后的图像。(mirror_horizontally_image)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:6699008
    • 提供者:MisterGunner
  1. 彩色目标跟踪

    0下载:
  2. 将采集的图像进行处理,通过圈画目标,来对移动目标实现跟踪。(The collected image is processed, and the moving target is tracked by circle painting target)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:4343808
    • 提供者:zjk1233zjk
  1. caijian_program

    0下载:
  2. 将图片裁剪想要大小的图像块。可以继续拓展为自动裁剪多张,压缩包内有说明,可以继续添加功能。(Cut the image to the size of the image block.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:20859904
    • 提供者:Tim-king
  1. imagestitching

    1下载:
  2. 实现了图像的简单拼接。首先寻找特征点,然后计算描述子(特征向量),对寻找到的特征点进行匹配,并塞选匹配结果,然后计算透视 矩阵,将其中一幅图进行透视变换,然后将图片合成。对一些简单的图片比较有效。仅供参考学习。(Realize the simple stitching of the image. First, find the feature point, and then calculate the descr iptor (eigenvector), match the feature po
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:70070272
    • 提供者:具体
  1. 数学建模程序218-226

    0下载:
  2. 人脸老化的程序,包括图像处理,器官识别等等(Facial aging procedures)
  3. 所属分类:OpenCV

  1. ConsoleApplication1

    0下载:
  2. 使用c++调用opencv对图像进行加杂讯处理,在visual studio中实现(Call OpenCV to add noise to the image processing)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:19634176
    • 提供者:闪电zz
  1. 极限约束

    0下载:
  2. 能实现出来的极限约束,用来计算机视觉中的双目标定的下一步。在MATLAB中进行标定并且读取摄像机参数,然后进行图像处理,再极限约束(A limit that can be achieved)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:丫丫625
  1. thinning_test02

    0下载:
  2. 通过ZHANG并行细化算法,实现图像的细化处理。(By the ZHANG parallel thinning algorithm,we realize the purpose of thinning image.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:笑男
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. src - 双目

    0下载:
  2. 通过socket协议将服务器的摄像头采集的图像经过稳像算法后传给客户端。(Through the socket protocol, the image collected by the server's camera is transmitted to the client through the image stabilization algorithm.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:16136192
    • 提供者:Leo_Fitz
  1. skeleton

    0下载:
  2. 图像处理中,基于opencv的骨架化处理(Skeletonization based on OpenCV)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:1019904
    • 提供者:Tung
  1. PINJIE

    0下载:
  2. 不使用opencv自带的stitcher函数实现图像拼接!!(to realize stitch two images)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:summer99
  1. BMPSubJPG

    0下载:
  2. BMP与JPG图像比较,可以直接运行,压缩包内有图像(compare BMP and JPG. The function can be run directly, compressed images inside the package)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:12727296
    • 提供者:HSM
  1. ZDCB

    1下载:
  2. 利用OpenCV,将水表图像中的水表示数识别出来。(OpenCV is used to identify the water meters in the water meter image.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:12681216
    • 提供者:Sheldon
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:2819072
    • 提供者:WUluWUlu
  1. 颜色识别 运动检测

    1下载:
  2. 本程序主要使到了OpenCV的特征训练库和最基本的图像处理的知识,包括肤色检测等等。 废话不多,先看一下基本的界面设计,以及主要功能:(This procedure mainly to the OpenCV features, training libraries and the most basic knowledge of image processing, including skin color detection and so on.)
  3. 所属分类:图形图象

    • 发布日期:2017-08-07
    • 文件大小:11327488
    • 提供者:WUluWUlu
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com