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

搜索资源列表

  1. QuartTreeNode

    0下载:
  2. qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3533
    • 提供者:zww
  1. sousuoff

    0下载:
  2. 这是一种一维搜索方法的程序实现,不错的哦-This a one-dimensional approach to the search program, good oh.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5746
    • 提供者:陈智
  1. plateloc

    0下载:
  2. 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:728921
    • 提供者:发过
  1. mentos_ezw

    0下载:
  2. 用matlab实现的EZW编码解码,对图像进行小波变换,EZW算法搜索小波系数矩阵,包括熵编码(HUFFMAN)-achieved using Matlab EZW codec, the image wavelet transform, EZW wavelet algorithm search coefficient matrix, including entropy coding (HUFFMAN)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10122
    • 提供者:小迟
  1. contour-1

    3下载:
  2. Contour 等值线搜索和显示算法。VC++编成,使用OpenGL等-Contour contour algorithm to search and display. VC organization, such as the use of OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:243028
    • 提供者:谭昌勇
  1. fracoding

    0下载:
  2. 分形图像编码,基于分形维数对图像进行块分割,提出了一种混合编码方法,引入不变矩限制匹配块的搜索范围.-fractal image coding, based on the fractal dimension of the image segmentation block, a mixed-encoding method, the introduction of the same restrictions Moment matching piece of the scope of the sear
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:39697
    • 提供者:王城
  1. PhotoManager

    0下载:
  2. 本系统能将各种图像数据加载到数据库中,并对其进行管理。同时能够进行目录管理、文件搜索、图像自动显示、全屏查看、查看图像信息等各种功能。-various image data loaded into the database, and its management. While capable of directory management, document search, automatic image display, full-screen viewing, View image info
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:274560
    • 提供者:zhang
  1. changyongsousuosuanfa

    0下载:
  2. 常用搜索算法 光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。 读者可参照书籍了解程序的使用。 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -search algorithm commonly used on the CD, including a book on th
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131868
    • 提供者:super
  1. picbordsearch

    0下载:
  2. 进行图形边界搜索,进而进行图形识别算法例程-border search for graphics, then algorithm for pattern recognition routines
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1501
    • 提供者:田野
  1. PathSearch

    1下载:
  2. VC++源代码,难得的图像搜索算法,可以很好的用于基于内容的图像检索中-VC + + source code, a rare image search algorithm can be very good for Content-Based Image Retrieval
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2990
    • 提供者:趁两
  1. motionE

    1下载:
  2. 实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:yy
  1. CardRecognization

    3下载:
  2. 车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:724141
    • 提供者:洪清启
  1. Powell_Search

    0下载:
  2. 刚体配准方法中,通常使用Powell搜索方法来做参数优化方法,此类提供封装的Powell方法-rigid registration method, commonly used search methods do Powell parameter optimization method, Packaging for such methods Powell
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6471
    • 提供者:方宝玉
  1. closest-lattice-point

    1下载:
  2. 搜索获取最近格点的程序,通过matlab调用C程序-recently obtained search grid procedure for the adoption of Matlab call C procedures
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3930
    • 提供者:李梦龙
  1. VirtualDub-1.7.0-src

    0下载:
  2. 图像处理,能够利用此软件,通过不同滤波插件完成图像的编辑,产生自己要求的视频文件,如加噪声,去隔行,等。本软件视本网站最新的(已经搜索过),因此斑竹可以去掉以前旧版本。-image processing, to use this software through different filter plugin complete image editing, produce their own requirements of the video files, such as to increase
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2238306
    • 提供者:李东
  1. zx0

    0下载:
  2. 图像处理的全搜索算法 寻找匹配块 并可画出运动矢量-Full search algorithm for image processing,Search block matching,Motion vector can be drawn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:835
    • 提供者:六月雪
  1. searsh-mothed

    0下载:
  2. 三步搜索法的步长从等于或者大于最大搜索范围的一半开始,在每一步中,比较九个搜索点,它们包括搜索正方形中心点和八个位于搜索区边界上的搜索点。每一步以后搜索步长减小一半,至搜索步长为一个像素时搜索结束。-Three-step search method is equal to or greater than the step from the largest range of half of the search starting at each step, compare nine search
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1592
    • 提供者:韩东辰
  1. NLMeans

    1下载:
  2. 非局部均值滤波 输入: 待平滑的图像 t: 搜索窗口半径 f: 相似性窗口半径 h: 平滑参数 NLmeans(ima,5,2,sigma)-Non-local mean filtering input: to be a smooth image t: the search window radius f: similarity of the window radius h: smoothing parameter NLmeans (ima, 5,2, s
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:742019
    • 提供者:alison
  1. sousuo

    0下载:
  2. 可以对细化后的血管或指纹图像进行分叉点端点的搜索(End point bifurcation point)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:q1925642744
  1. sport

    0下载:
  2. 一种改进的运动估计算法,使用 准十字菱形搜索算法(An improved motion estimation algorithm, using quasi-cross diamond search algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:白帝
« 1 23 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com