CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 平移算法

搜索资源列表

  1. 基于图像SIFT 特征的图像检索方法

    1下载:
  2. 基于SIFT特征提取,本文提出了一种多尺度的图像检索算法,将一幅图像转化为多个特征的集合,再通过计算两幅图像特征向量间的欧氏距离进行比较得出结果进而实现图像检索功能。实验结果说明该算法具有尺度、平移、旋转不变性,可以进行良好应用。
  3. 所属分类:文档资料

    • 发布日期:2011-07-22
    • 文件大小:812973
    • 提供者:fannting
  1. glutdlls37beta.zip

    1下载:
  2. 图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,Bresenham算法,OpenGL画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。,The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, Bresenham algorithm, OpenGL drawing, as well as
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:153110
    • 提供者:jianqifan
  1. pic_transport.rar

    0下载:
  2. 利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能,Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:254024
    • 提供者:winxp
  1. Draw

    0下载:
  2. java 仿windows 画图 中点画圆算法,中点画线算法,边界剪裁,多边形平移-java midpoint circle drawing algorithm imitation windows, the dotted line algorithm, the boundary cut, polygon translation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:28986
    • 提供者:orange_wang
  1. wavelet_matlab_code.rar

    2下载:
  2. 2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet transform)实现小波变换 平移变换平移法(cycle_spinning)消除gibbs效应 提升法97经典程序 消失矩作用的程序 小波插值与小波构造 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序,2 Generation Wavelet indicated procedures classic 2-D wavelet
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:9429
    • 提供者:马成
  1. 3Dpointbianhuan

    0下载:
  2. 运用4阶矩阵 和向量算法对三维坐标进行平移 自己可以扩展-The use of 4-order matrix and vector translation algorithm for three-dimensional coordinates can be extended themselves
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:43928
    • 提供者:曾美强
  1. Computer-graphics

    0下载:
  2. 1.实现DDA、中点Bresenham算法和改进Bresenham算法绘制直线。 2.实现绘制圆和椭圆。 3.实现线段裁剪和多边形裁剪。 4.实现二维图形的变换(平移、旋转、缩放)。 5.自己实现其他附加以及需要完善的功能。 -1 to achieve DDA, the midpoint and improved Bresenham algorithm Bresenham algorithm to draw a straight line. (2) to achieve dr
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:9909091
    • 提供者:songzhaohe
  1. CGcode

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:3573
    • 提供者:lynn
  1. DigiPicture

    0下载:
  2. 数字图像处理技术的一些经典算法,开发平台是VS2005,这些算法全部用C++语言实现,其中包括怎样显示位图,图像的反色,灰度阈值变换,灰度拉伸,灰度均衡,亮度增减,图像平移,图像缩放等-Digital image processing technology, a number of classical algorithms, the development platform is the VS2005, all of these algorithms using C++ language, in
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10501498
    • 提供者:林彩华
  1. Graph

    0下载:
  2. 各种划线算法的实现!几何操作:平移,旋转,比例变换!贝塞尔曲线画法-Algorithm to achieve a variety of line! Geometric steps: translation, rotation, the ratio of transformation! Drawing Bezier curves
  3. 所属分类:Graph program

    • 发布日期:2017-05-24
    • 文件大小:7795144
    • 提供者:daniel
  1. picturetransform

    0下载:
  2. 图像的平移、旋转、镜像、转置、缩放等几何变换算法。希望对大家有用。-Image translation, rotation, mirror, transpose, transform geometric scaling algorithm. I hope for all of us useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:75348
    • 提供者:silen
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来 -1. Using a method to achieve a circle generation algorithm 2. To achieve a rubber band straight, round, rectangular. 3. The
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:800860
    • 提供者:沈静
  1. 32590132

    0下载:
  2. 计算机图形学基本算法 画点、线、圆、多边形等,及其平移、旋转、缩放等 OpenGL 立方体、球体等,旋转缩放平移,光线控制等-Computer graphics algorithms draw point, line, circle, polygon, etc., and its translation, rotation, scaling, OpenGL cube, sphere, etc., rotating the zoom pan, light control, etc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:155804
    • 提供者:li
  1. SIFT1

    0下载:
  2. Matbal下的SIFT算法源代码,可以直接运行,处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题 -The SIFT algorithm source code under Matbal run directly matching occurred between the two image translation, rotation, affine transformation case
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:3005383
    • 提供者:zhaokai
  1. peizhun

    0下载:
  2. 图象配准源程序一, GUI界面,proj.m 图片选择窗口,testListBoxlj.m 二,最优化算法 PSO.m POWELL.m 三,互信息尺度 MI.m EMI.m RMI.m HiMI.m GMI.m FPMI.m 四,POWELL.m附属子程序 oneDimSearch.m 五,PSO.m附属子程序 myMI.m 六,配准结果检验程序 restore.m 七, gob
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:75866
    • 提供者:jms
  1. opengl3

    0下载:
  2. 计算机图形学,应用vc后台,有平移和旋转算法-Computer graphics, application vc background, there are translation and rotation algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:73975
    • 提供者:hongmei
  1. lyj1

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力 -SIFT feature matching algorithm is the matching feature points at home and abroad a hot area of research with the difficult, and its ability to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2480273
    • 提供者:刘佳
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. TUXINGXUESUANFA

    0下载:
  2. 图形学程序包 包括图形学所学过的所有算法 平移 裁剪 旋转 B样条 等等 -Graphics Graphics by package including all the algorithms studied pan B-spline rotary cutting, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:2306265
    • 提供者:SANMIL
  1. CGP

    0下载:
  2. 计算机图形学mfc做的画图工具,直线算法,裁剪平移,填充等功能!-Mfc do computer graphics drawing tools, a straight-line method, cutting shift, filling and other functions!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:122367
    • 提供者:raymond
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com