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

搜索资源列表

  1. Graph

    0下载:
  2. CGraph是一个外国人写的图形库,本文工程中的CGraph已经封装到了DLL,由于时间关系,我没做DEMO,此类库的详细介绍你可以到VCCODE搜索。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39812
    • 提供者:姚鑫
  1. pyramid

    0下载:
  2. 图像分割,常用的方法很多,较常用的是利用金字塔搜索法,向下向上搜索,对图像进行很好的分割
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:85595
    • 提供者:lily
  1. vc_pixregistrate

    0下载:
  2. 图像配准的vc源码,可对图像进行模板配准和基于canny边界搜索的配准
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:272599
    • 提供者:skygon
  1. 图像处理-分级搜索-滤波法程序

    0下载:
  2. 一个自己写的程序,可产生源图像的子图用于金字塔分层搜索
  3. 所属分类:2D图形编程

    • 发布日期:2011-04-07
    • 文件大小:94171
    • 提供者:dingdingbuzou
  1. 图像处理-分级搜索-上下采样

    0下载:
  2. 可用于金字塔搜索中subimage生成的程序
  3. 所属分类:2D图形编程

    • 发布日期:2011-04-06
    • 文件大小:20485
    • 提供者:dingdingbuzou
  1. 图像处理-分级搜索-滤波法

    0下载:
  2. 可用于金字塔搜索中subimage生成的程序
  3. 所属分类:2D图形编程

    • 发布日期:2011-04-06
    • 文件大小:94612
    • 提供者:dingdingbuzou
  1. calgorithms2

    0下载:
  2. 经典C语言算法,这里是第二部分。主要是汉字的自动绘制和经典搜索和排序算法。-Classic C language algorithms, where the second part. Chinese characters are mainly automatic drawing and classical searching and sorting algorithms.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:168366
    • 提供者:gisok
  1. Fusion_RT

    0下载:
  2. 一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-Potential function based on the path search algorithm, to achieve environmental obstructions start and end position specified in the shortest path search.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:985
    • 提供者:Li Shaobin
  1. visKDTree

    0下载:
  2. k-d树搜索代码,k-d树在碰撞检测的建模中应用非常广泛-k-d tree
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:589993
    • 提供者:任静
  1. lmse

    0下载:
  2. lmse计算,最小均方误差计算,用搜索法找出两幅图像见最小均方误差-lmse caculation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1360
    • 提供者:syl
  1. han-nuo-ta

    0下载:
  2. 汉诺塔动画演示--代码 c++编写 如用到graphics.h可以搜索用Easy-x这个软件解决!-han-nuo-ta flash performance
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:3316
    • 提供者:coolyouguo
  1. CPP--A-start2

    0下载:
  2. C++版的A*(A-star,即A星)算法。对于栅格数据的最优路径搜索有不俗的表现。集成到你的程序也很容易。里面有两个例子可供参考。-C++ version of A* (A-star A star) algorithm. Have good performance for the optimal path to the raster data search. Is also very easy to integrate into your program. There are two exa
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:619834
    • 提供者:刘辉
  1. RobotSim2006-8-9

    0下载:
  2. 这是我在几年前用Visual C++ 2003.net完成的机器人仿真项目,实现了:栅格环境的自定义生成、搜索,机器人的生成、路径行走和路径跟踪,障碍物的随机生成,动态规划法在路径跟踪中的应用,直线相交等图形学运算,OpenGL的应用,环境的保存和打开。-This is a project developed in Visual C++.net 2003 several years ago. In this project, it implemented: customedly generati
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6893881
    • 提供者:lmjlmj
  1. eight

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

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

    0下载:
  2. 模板匹配法人脸识别。真彩被搜索图像和真彩模板是原始输入图像,利用模板匹配法(分别使用了真彩法、灰度处理、二值处理)找到人脸的像素坐标,再恢复出真彩图像具体位置。-Face recognition template matching method. TFT true color image and the template will be converted to binary image using the template matching method to find the pixel c
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:4299
    • 提供者:鲁文帅
  1. VsFBP

    2下载:
  2. 基于上述原子搜索原理,提出一个简单的想法,采用“大步长快速接近、小步长逐步逼近”的策略来重构信号,对FBP算法进行改进,即改变其前向步长和后向步长-Based on the above search atomic theory, put forward a simple idea, a "big long fast approaching, gradually approaching small step" strategy to reconstruct the signal, FBP algo
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:73377
    • 提供者:杨良龙
  1. LDA

    1下载:
  2. example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-example: demo creatData: generate data creatTrainLabelMat: generating data label LDA: Extract fisherface knnRecogni
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:212242
    • 提供者:pizzaa
  1. PFC_MATLAB

    0下载:
  2. 搜索颗粒结构体系接触拓补网络的基本回路单元,也就是子域结构,需要接触点信息。-Search particles in contact topology architecture basic circuit elements of the network, which is the sub-domain structure, point of contact information needed.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:457200
    • 提供者:周博
  1. stereo-matching

    0下载:
  2. 对灰度图像进行立体匹配,在图像的最大视差范围内进行搜索-To stereo matching of gray image, the image of the maximum parallax within the scope of the search
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5288
    • 提供者:xiaolv
  1. harrismatch

    0下载:
  2. 该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。-The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2734
    • 提供者:徐小乙
« 12 »
搜珍网 www.dssz.com