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

搜索资源列表

  1. jiaozhun1

    1下载:
  2. 通过surf匹配特征点然后进行仿射变换实现图像配准。(using surf to match the two images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:nkhgl
  1. 2D-interpolation

    0下载:
  2. G++和opencv实现图像的双线性插值(G++ code for Bilinear interpolation of images with opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:小王 123
  1. Image stitching

    0下载:
  2. 通过opencv将两幅图片进行图像拼接,可以较好的矫正位置偏移,图像形变(The two images are spliced by opencv, and the position offset can be corrected well and the image deformation can be deformed.)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-18
    • 文件大小:35861504
    • 提供者:unicorn_plus
  1. cut_test

    0下载:
  2. 对图像进行多个框选,使用鼠标可以对多个物体进行标记(could rectangle the image,you could use mouse to select the object and mark it)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:2968576
    • 提供者:小鱼2018
  1. FingerTip

    0下载:
  2. 基于深度相机的手势识别,利用深度信息设置包围盒分割手,然后使用SVM分类器对训练数据集进行训练。在静态手势测试时,我们先计算测试图像的HOG特征,然后经SVM分类得到测试结果(Based on the gesture recognition of the depth camera, the depth information is used to set the bounding box to divide the hand, and then the training data set is
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:4458496
    • 提供者:程序员飞宇
  1. common

    0下载:
  2. 解决opencv imread中文路径乱码问题(Solving the problem of OpenCV imread Chinese path random code)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:斯June
  1. tupianfanzhuan

    0下载:
  2. 来是实现图像的反转,不过此代码是基于灰色图,通过反转可以清晰分析一些病例(By opencv, it is the inversion of the image.By opencv it is the inversion of the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3996672
    • 提供者:wei77
  1. opencvpython

    1下载:
  2. 图像处理python表代码。其中有一部分是基于深度学习的。(Image processing Python table code. Some of them are based on deep learning.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:11640832
    • 提供者:星辰满天
  1. 【1】第一章

    0下载:
  2. 图像显示,opencv的开发配置环境,图像腐蚀,播放视频,调用摄像头(picture show and opencv surrounding and picture explode and watch video)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:7954432
    • 提供者:xiaokeai1999
  1. GCApplication

    0下载:
  2. 简单地对图像进行图像切割,图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程。它是由图像处理到图像分析的关键步骤。现有的图像分割方法主要分以下几类:基于阈值的分割方法、基于区域的分割方法、基于边缘的分割方法以及基于特定理论的分割方法等。从数学角度来看,图像分割是将数字图像划分成互不相交的区域的过程。图像分割的过程也是一个标记过程,即把属于同一区域的像索赋予相同的编号。(Simple image cutting)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:louietj
  1. PIXEL

    0下载:
  2. 灰度变换是指根据某种目标条件按一定变换关系逐点改变源图像中每一个像素灰度值的方法。目的是为了改善画质,使图像的显示效果更加清晰。 图像的灰度变换处理是图像增强处理技术中的一种非常基础、直接的空间域图像处理方法,也是图像数字化软件和图像显示软件的一个重要组成部分。提取像素进行变化(Grayscale transformation is a method of changing the gray value of each pixel in a source image according to c
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:louietj
  1. test_edge_detection

    0下载:
  2. 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:9398272
    • 提供者:水里一条猫
  1. 亮度和对比度调整

    0下载:
  2. 读取一张图像,通过鼠标调节图像的亮度和对比度。(Read an image and adjust the brightness and contrast of the image with the mouse.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:12426240
    • 提供者:一棵竖柳
  1. main

    0下载:
  2. 该程序完成了图像视觉显著的itti算法在c++语言的实现(The program completes the ITTI algorithm of image and visual, and realizes in c++ language.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:罗文龙
  1. 15861255-1-80

    0下载:
  2. OPEN CV 配置学习视频 OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(open cv learning video)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-02
    • 文件大小:21458944
    • 提供者:Lyric玲
  1. Main

    0下载:
  2. 使用opencv图像库,识别数码管图片中的数字(Identify numbers in digital tube pictures)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:xiezhao
  1. 平滑处理.cpp

    0下载:
  2. 使用C语言,调用OpenCV的库,来对图像进行平滑处理。(Use the C language to call the OpenCV library to smooth the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:5120
    • 提供者:小豚猪
  1. MSRCR-Restoration-master

    0下载:
  2. 基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。(The multi-scale Retinex algorithm (MSRCR) based on OpenCV is a night image enhancement algorithm. It also has a certain processing effect on fog removal. It can run directly, and
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:1339392
    • 提供者:zbf661
  1. ImageWatch

    0下载:
  2. 图像开发必要插件,是vc2015 中用,可直接看图像。(Image development necessary plug-in, is used in vc2015, you can directly look at the image.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:1408000
    • 提供者:zbf661
  1. DWT_IDWT

    1下载:
  2. 用OpenCV实现的图像小波变换及反变换代码(Image wavelet transform and inverse transform code implemented by OpenCV)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:冯小森
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com