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

搜索资源列表

  1. LKPR-marzat.rar

    0下载:
  2. 基于SIFT的光流运动检测,能够解决遮挡问题,有效提高检测的精度。,SIFT-based optical flow motion detection, can solve the occlusion problem, improve detection accuracy.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:127.83kb
    • 提供者:shaofa
  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. DigitalImage

    0下载:
  2. 数字图像处理的基本方法,可以实现图像的放大缩小,旋转,负片,函数变换-3D building reconstruction is a challenging problem addressed by many researchers. Since airborne LIDAR data appeared as a new data source in remote sensing and photogrammetry many attempts were made to model
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:4.97mb
    • 提供者:dada
  1. 0514001

    0下载:
  2. 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:147.02kb
    • 提供者:翁經堯
  1. Polygon

    0下载:
  2. The source is written to solve problem of polygon in a very simplified way
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:112.31kb
    • 提供者:alibobo
  1. tsp

    0下载:
  2. In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) such that the sum of the weights of its constituent edges is minimized. An example is finding the quickest way to get from one location to ano
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:69.15kb
    • 提供者:kassi
  1. Bresenham

    0下载:
  2. 该程序实现了Bresenham算法画直线,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<=1,>1,不存在,最终问题分成了三种情况。-The program implements Bresenham algorithm for drawing a straight line, the four quadrants of the problem through the exchange of endpoint methods
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1.57mb
    • 提供者:王程冬
  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. paint

    0下载:
  2. 实现来基本的绘画功能,以及修改来一些bug ,程序不是很强大,但是作为绘画,基本图形没有问题。-Implementations of the basic drawing functions, and changes to a number of bug, process is not very powerful, but as a painting, basic graphics no problem.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1010.35kb
    • 提供者:蔡铭
  1. TSp

    0下载:
  2. Travelling sales problem solution using GA in matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1.68kb
    • 提供者:gomathi
  1. otsu

    0下载:
  2. 最大类间方差算法,修改下图片的存储路径就可以直接运行了,已经运行过了,没有问题-Otsu algorithm, modified image storage path can be run directly, have run over, no problem
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:680byte
    • 提供者:zzq
  1. CMF_ML_v1.0

    0下载:
  2. 使用maxflow算法处理2D或者3D的图像分割问题,包括了matlab和c的代码。-The software package includes the programs solving the 2D/3D multi-region image segmentation problem,through the fast continuous max-flow algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6.59mb
    • 提供者:zhu ziyun
  1. watershed

    0下载:
  2. 实现分水岭算法分割图像,使用梯度的分水岭分割来解决图像的分割问题-Watershed algorithm for image segmentation, watershed segmentation using the gradient to solve the image segmentation problem
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:209.81kb
    • 提供者:应阿三
  1. erewrer-b

    0下载:
  2. 用MATLAB进行图像处理。meanshift的方法进行图像的差分,以消除背景变化的问题-Image processing using MATLAB. meanshift the differential image, to eliminate the problem of the background changes
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:2.91kb
    • 提供者:zm
  1. 5435435345341231231`

    0下载:
  2. 用C++进行图像处理。meanshift的方法进行图像的差分,以消除背景变化的问题-Image using C++. meanshift the differential image, to eliminate the problem of the background changes
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-09
    • 文件大小:16mb
    • 提供者:zm
  1. animation

    0下载:
  2. 用c语言实现艺术清屏。问题的提出:我们在编制程序时,经常要用到清屏处理,如dos下的cls,Turbo C下的clrscr()等都具有清屏功能,但这些均为一般意义的清屏, 并未显示其清屏规律.而有时为了达到清屏的艺术美观,往往对清屏有一些具体要求,如:开幕清屏 闭幕清屏 上清屏 下清屏 中清屏.为此,这里 用C语言编制了几个子函数,用于程序中时,既可达到清屏的目的,有能增加屏幕的艺术美观.-C language arts clear screen. Of the problem: in
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:1kb
    • 提供者:qigb
  1. Guassion

    0下载:
  2. 对图像进行高斯金字塔设计,以及根据多尺度划分问题。-To do image gaussian pyramid design, and according to the multi-scale partition problem.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:1.12kb
    • 提供者:林王
  1. eight

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1.17mb
    • 提供者:cl
  1. Mutual_Information

    0下载:
  2. 研究了基于互信息测度的医学图像配准方法,提出了一种优化算法的改进。目的旨在于解决配准的精度和在基于互信息配准过程中的效率问题。提出的优化算法是将拟牛顿方法运用于多模医学图像配准中。实验结果说明这种改进的方法能有效提高配准的精度和效率问题,并得到好的实验效果。-Abstract: This paper presents a novel Optimized method for medical image registration, the purpose is to solve problems,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:1.38mb
    • 提供者:vivi
  1. isnns10p23

    0下载:
  2. Segmentation of structure in medical images is an important research topic. It has applications in patient diagnoses, image-guided surgery, and medical data visualization. One approach to solving this problem is the use of active contours or \s
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:35.39kb
    • 提供者:patel
« 12 3 »
搜珍网 www.dssz.com