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

搜索资源列表

  1. projective-and-affine

    1下载:
  2. 基于三维空间三角网格的二维投影图像变换,包括3D仿射变换,基础矩阵求解及欧式空间的重构,对基于图像的三维重构有研究的朋友可以看下-triangular grid transform two-dimensional projection images, including 3D affine transformation, based Matrix Solution and European space reconstruction, based on the three-dimensional
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:202361
    • 提供者:郭震宇
  1. affine

    0下载:
  2. 图像的仿射变换,共包括4个文件,全都是matlab文件,分别为affine.m,grad.m,wrap.m,paremetric.m:,对于图像仿射变换以及图像的超分辨率重构非常有帮助。-image affine transformation, including a total of four documents, and all of Matlab documents, affine.m respectively, grad.m, wrap.m, paremetric.m :, for th
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2388
    • 提供者:shiaiye
  1. fangshe

    1下载:
  2. 仿射加解密算法 比较简单-affine encryption algorithm is relatively simple
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:847
    • 提供者:kkct
  1. sxt_bdjuzh

    0下载:
  2. 这个程序主要采用的是“最佳仿射标定矩阵”,这是部分程序-this procedure is mainly used in the "best affine calibration matrix", which is part of the process
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:793
    • 提供者:chenbo
  1. cryptology

    0下载:
  2. 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10859
    • 提供者:李栋
  1. fangshemiyao

    0下载:
  2. 压缩包内论文只是通过对一个简单的密码体制:仿射密码(Affine Cipher)的分析、设计和实现来说明简单的加密思想,从这个思想我们可以研究更复杂的加密算法。最后,我以软件的形式将其实现,通过测试,发现使用效率还可以;但是,这只是个实验性的设计,要想不被人破译,还需要更复杂的密钥空间和更难的算法。-compressed within the papers only through a simple password system : Affine password (Affine Cipher
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5023
    • 提供者:张华
  1. sizhongjiamijiemi

    0下载:
  2. 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4045
    • 提供者:刘武器
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:Kary Lu
  1. image_registration

    0下载:
  2. 一个有效的图像配准程序,采用仿射变换和其他多项式变换,可以手动或自动对两幅图像进行配准。-an effective image registration procedures, affine transformation and other polynomial transform, can be manual or automatic right two images registration.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:94660
    • 提供者:chenxin
  1. ImageRegistration_model

    0下载:
  2. 我的毕业设计程序--对遭受仿射变换、非线性形变的图像实现基于模型的图像配准(需手动选取配准点),matlab仿真程序。-I graduated from the design process -- from the affine transformation, Nonlinear deformation of the image of the model-based image registration (required manually selected registration point
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1674
    • 提供者:james
  1. gdsf

    0下载:
  2. JAVA实现的基本用户界面的,仿射密码,置换密码,维吉尼亚密码的实现-JAVA the basic user interface, affine password, password replacement, the realization of Virginia Password
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:sp
  1. 10648153

    1下载:
  2. OPENCV编写的图像仿射变换,可将倾斜图像恢复成正投影图像-OPENCV prepared by the affine transform images can be tilted into image restoration Image Projection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8283
    • 提供者:周琪
  1. xixianquan

    0下载:
  2. JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source code and operating procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:103457
    • 提供者:sp
  1. SUSAN_CORNER_MATCH

    1下载:
  2. 本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2356
    • 提供者:曾俊
  1. correlatedTrack

    0下载:
  2. 本程序利用相关度量与仿射变换来跟踪目标 通过通过相似性度量在上帧目标周围区域搜索目标得到目标 5帧以上时 用仿射变换来更新目标模板 从而解决目标跟踪中目标发生形变
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1692
    • 提供者:李云
  1. AffineTransformation

    0下载:
  2. 仿射变换 matlab 程序 关于2维配准
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8009
    • 提供者:lxg
  1. txpp

    0下载:
  2. 这是两幅256色图像进行图像匹配的例子。手动选取特征点,然后自动计算仿射变换参数,并将两幅图像进行并接,合成一幅图像。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:114151
    • 提供者:寄生蜂
  1. shift

    0下载:
  2. 实现shift算法,进行精确的图像识别,可以抵抗各种旋转、平移、缩放等仿射变换的攻击
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3577000
    • 提供者:wangke
  1. 49just

    0下载:
  2. 这个程序实现了运用仿射变换进行扫描地图校正时基于4点与9点网格变换的参数数据转换。
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:908890
    • 提供者:韩元利
  1. fangshemimajiami

    0下载:
  2. 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1775
    • 提供者:肖俊琴
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com