CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - 计算机视觉

搜索资源列表

  1. mv

    0下载:
  2. 计算机视觉处理的matlab程序包,有详细帮助文件,计算机视觉处理工作者必备-computer vision of Matlab package, a detailed help file, computer vision necessary to deal with workers
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.51mb
    • 提供者:昭君
  1. correspond

    0下载:
  2. 这是关于计算机视觉编程中常出现的问题,如何将HBITMAP转换成IplImage,实现两种图像格式之间的转换-This is the vision of computer programming problems often arise, how to convert IplImage HBITMAP achieve both image format conversion between the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.43mb
    • 提供者:山海涛
  1. imagelab1

    0下载:
  2. 成像系统的计算机模拟,将摄像机坐标系内的立方体投影到二维平面上,计算机视觉的一个实验作业。-imaging system computer simulation, camera coordinate system within the cube of 2D projection, Computer vision of a laboratory experiment.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:96.97kb
    • 提供者:周姗姗
  1. imagelab2

    0下载:
  2. 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:98.04kb
    • 提供者:周姗姗
  1. imagelab3

    0下载:
  2. 像点属性划分,具体画出了一个矩形和一个圆,两者相交,通过鼠标点击判断当前点属于矩形还是圆,用Besenham算法画直线和圆,计算机视觉的一个实验作业。-pixel attribute division, a painted concrete rectangle and a circle, the two intersect. Click on the mouse through judging the present point is rectangular or circular, paint
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:95.9kb
    • 提供者:周姗姗
  1. visionex2

    0下载:
  2. 计算机视觉实验,用鼠标生成相交的矩形和圆,或自由设定位置并生成。-computer vision experiments with the mouse interface between the formation of rectangular and circular, or free to set up location and generating.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39.95kb
    • 提供者:周姗姗
  1. visionex3

    0下载:
  2. 计算机视觉实验,鼠标生成相交的矩形和圆,再判断鼠标当前所在位置在矩形还是圆内。-computer visual experiments, the mouse interface between the formation of rectangular and round, then judge the current mouse location of the rectangle or circle.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39.43kb
    • 提供者:周姗姗
  1. RANSAC.rar

    0下载:
  2. :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:17.96kb
    • 提供者:lilin
  1. convexMRF-v1.0.src

    0下载:
  2. 基于文献“对偶凸代价网络流问题算法在计算机视觉中的应用”对于凸网络流问题的一种原始对偶算法的实现-An implementation of the primal-dual method for the dual of the convex network flow problem ("Convex Markov Random Fields") described in New Algorithms for the Dual of the Convex Cost Networ
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:9.33kb
    • 提供者:illusionme
  1. contourletimagefusion

    0下载:
  2. 对不同传感器得到的图像进行图像融合,已得到更有利于人或计算机视觉的图像。更好的满足人们的需求-iamge fusion
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:852byte
    • 提供者:宁英晶
  1. line_hough

    0下载:
  2. 用hough变换检测直线,适用于计算机视觉初学者,简单容易理解,-Line detection using hough transform applied to computer vision for beginners, easy to understand,
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:563byte
    • 提供者:sdp
  1. colsift

    0下载:
  2. 颜色恒常性和sift特征算子相结合的算法,主要用于计算机视觉中的特征提取,匹配和识别等。-Characteristics of color constancy and sift algorithm combining operators, mainly for computer vision, feature extraction, matching and identification.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:737.76kb
    • 提供者:袁兴生
  1. colortextureseg

    0下载:
  2. 高斯滤波用于颜色恒常性算法中,提高了算法的稳定性和精确度,在计算机视觉中得到广泛的应用。-Gaussian filtering algorithm for color constancy algorithm is improved stability and accuracy in computer vision has been widely used
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:454.89kb
    • 提供者:袁兴生
  1. circle_hough

    0下载:
  2. 用hough变换实现图像中圆的检测,适用于计算机视觉初学者,简单便于理解-Image with hough transform circle detection, computer vision for beginners, simple and easy to understand
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1.21kb
    • 提供者:sdp
  1. harris

    0下载:
  2. 计算机视觉和图像处理中的角点检测,用的是harris算法,MATLAB实现。-Corner detection in computer vision.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:604byte
    • 提供者:李健
  1. freak

    0下载:
  2. FREAK feature的Matlab mex实现。是计算机视觉中非常重要的feature算法。学习入门的好资料-FREAK feature Matlab mex implementation
  3. 所属分类:2D图形编程

    • 发布日期:2013-10-27
    • 文件大小:17.1kb
    • 提供者:Dragon Fly
  1. bianyuanjiance

    0下载:
  2. 边缘检测,用matlab编程。边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。-Edge detection, using matlab programming. Edge detection is an image processing and computer vision in the basic problems, edge detection is to identify the purpo
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:256.89kb
    • 提供者:李爱
  1. clache

    0下载:
  2. 用自适应直方图来实现图像增强。属于计算机视觉作业-image enhancing with CLACHE
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:53.5kb
    • 提供者:yufxq
  1. sonstant

    0下载:
  2. megawave为计算机视觉源码,包含wavelet, snake以及图像分割等算法-Megawave source for computer vision, including wavelet, snake and image segmentation algorithm is proposed
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-15
    • 文件大小:1.74mb
    • 提供者:Williac
  1. travdrse

    0下载:
  2. megawave为计算机视觉源码,包含wavelet, snake以及图像分割等算法-Megawave source for computer vision, including wavelet, snake and image segmentation algorithm is proposed
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-17
    • 文件大小:1.74mb
    • 提供者:Williac
« 12 »
搜珍网 www.dssz.com