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

搜索资源列表

  1. opencv-Polargeometry

    0下载:
  2. 依据极线几何原理,用opencv实现对两幅图像检测特征点后计算基本矩阵。在其中任意一幅图像中选点,在另一幅图中显示极点和极线。-Based on the principles of epipolar geometry, with opencv after two images to detect feature points to calculate the basic matrix. In either an image point, poles and lines displayed in
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:273394
    • 提供者:杨洁
  1. opencv-psnr-nc-and-ssim

    0下载:
  2. opencv 图像性能分析,包括纹理识别,psnr,nc和ssim算法-opencv,psnr,nc and ssim
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25802340
    • 提供者:邓卓健
  1. OPENCV---VB6

    0下载:
  2. vb6 版本的OPEN CV 图像识别例子 -vb6 version of the OPEN CV example image recognition
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4255670
    • 提供者:徐阳
  1. Canny获取边缘

    1下载:
  2. 运用Cnny方法获取图像边缘,即根据图像的梯度进行边缘提取。程序中设置了滑块,可设置提取的程度
  3. 所属分类:OpenCV

  1. Cut_image

    0下载:
  2. Opencv将一张图像分割为多个区域,这样便于更快速的处理图像-Opencv divides an image into multiple areas, making it easier to process images more quickly
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:t
  1. OpenCV

    0下载:
  2. OpenCV模块介绍整理,图像的载入函数详细说明-introduce the modules of OpenCV and describe in details the functions of loading images
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:122025
    • 提供者:肖飞
  1. ConsoleApplication2

    0下载:
  2. 将原始图像的像素坐标进行变换成桶状投影,改变图像外形,不改变图像其他属性(The pixel coordinates of the original image is transformed into a barrel shaped projection)
  3. 所属分类:其他

    • 发布日期:2017-08-18
    • 文件大小:6174720
    • 提供者:majic1123
  1. 点聚类

    0下载:
  2. 对图像中的检测点进行聚类,生成图像框,基于opencv(Clustering the image detection points to generate rect based on OpenCV)
  3. 所属分类:图形图象

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:dareng
  1. 角度识别-OPENCV

    0下载:
  2. vc++ 及OpenCV实现图像中原件的角度识别(Vc++ and OpenCV to achieve the image of the original angle recognition)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2420736
    • 提供者:飞飞鱼儿
  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 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com