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

搜索资源列表

  1. RectRotPixColl

    0下载:
  2. VS2005 c++ 实现的DirextX9 的矩形矩阵旋转后的像素碰撞代码。-VS2005 c++ realized DirextX9 rotated rectangular matrix of pixels collision code.
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:29064
    • 提供者:谢立志
  1. SVD_RT

    0下载:
  2. 目的:根据刚体变换理论计算rt矩阵,点云在旋转前后发生刚体变换,并不会对点云数据的模型进行改变 相对于最小二乘法的直接计算点云的方法,A=R*B,>> R=(A*B )*[inv(B*B )] 与该方法相比,该方法最直观, 但是会引起点云模型变形,该方法求出的rt,矩阵不是正交矩阵,而下面的方法则是刚体变换,不会引起点云数据 模型的变形-Objective: according to the theory of rigid body transformation ma
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:1631
    • 提供者:刘春阳
  1. bdefface

    0下载:
  2. 自动导入3ds文件,并完成三维显示过程.程序可直接运行,里面已经封装好了矩阵处理,纹理显示,可进行鼠标左右上下拖动,以旋转模型.非常值得做三维人脸显示的同学研究. -Automatically import 3ds files and complete three-dimensional display process. Program can be run directly, which has a good package matrix processing, texture displ
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-02
    • 文件大小:969404
    • 提供者:夜飞雪
  1. Matrix2D

    0下载:
  2. 该类封装了平面坐标的矩阵运算的方法,包括正算、反算以及旋转参数、平移参数、错切变换、比例绽放参数的设置,请详见代码中的注释-This class encapsulates the plane coordinates matrix calculation methods, including positive operators, and inverse rotation parameters, translation parameters, shear transformation, propo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1827
    • 提供者:liuxb0219
  1. datastruct

    0下载:
  2. 数据结构矩阵旋转 任意构造一个n×n矩阵,将该矩阵逆时针旋转90度并输出 输入的矩阵的阶数0≦n≦50,当输入为0到50之间的小数时,系统自动为其取整-Arbitrary rotation matrix data structure to construct a nn matrix, the matrix is ​ ​ rotated 90 degrees counterclockwise and outputs the input matrix order 0 ≦ n ≦
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:69153
    • 提供者:谭莹
  1. Matrix

    1下载:
  2. c++语言,利用模板类实现了矩阵的求逆,矩阵乘法,旋转和平移-using the template class to implement the inverse of the matrix,the multiplication of matrix,the rotation and translation of matrix.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1208791
    • 提供者:yangpeng
  1. translateandrotate

    0下载:
  2. 题目:编程实现 多边形的平移、旋转变换 要求:不能调用OpenGL的变换函数,如glTranslatef, glRotatef,glScalef。要求通过矩阵相乘的方式,自 己计算出变换后几何图形的坐标。-do it without glTranslatef and glRotatef
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2224
    • 提供者:marketf
  1. Win32Cube

    0下载:
  2. DirectX编写绘制旋转的盒子,便于新手学习如何设置世界矩阵,投影举证-DirectX prepared draw the rotating box, easy for novices to learn how to set the world matrix, projection proof
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:11247232
    • 提供者:王真
  1. translateandrotate

    0下载:
  2. 题目:编程实现 多边形的平移、旋转变换 要求:不能调用OpenGL的变换函数,如glTranslatef, glRotatef,glScalef。要求通过矩阵相乘的方式,自 己计算出变换后几何图形的坐标。-do it without glTranslatef and glRotatef
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2270
    • 提供者:PPIfe
  1. image

    0下载:
  2. 一种基于图像重投影的视图合成方法 该方法适用于摄像机绕光心旋转时虚拟视图的合成。本发明用两台摄像机在不同视点拍摄同一场景得到两幅参考图像,首先利用单应矩阵及一幅参考图像合成目标图像的一部分,然后利用三维图像变换技术,根据另一幅参考图像生成目标图像的剩余部分,得到目标图像。本发明的特点是将目标视图分为两部分来合成,其中一部分的合成最大限度地利用了单应矩阵的优良性质,提高了合成视图的质量。同时,另一部分的合成采用了三维图像变换技术生成目标图像的剩余部分,从而实现了摄像机绕光心旋转的虚拟视图的合成
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:751867
    • 提供者:ddd
  1. ortho_rot_matrix

    0下载:
  2. 产生随机旋转正交矩阵的程序,在智能计算或者优化算法中一些测试函数的产生中可能用到。-A method for producing random orthdox rotational matrices, used in the building of test functions in intelligent computation or optimization.
  3. 所属分类:Algorithm

  1. bezierDrawPic

    0下载:
  2. 动画编辑器,使用bezier曲线编辑sprite精灵的位置,缩放,旋转,颜色矩阵,使的精灵根据bezier曲线播放动画,所有的曲线点都可以保存并加载,查看myGame类将代码移植到你的项目中,就可以使用bezier曲线的点来播放你的游戏动画了-Animation editor, using bezier curve editing sprite sprite position, scale, rotation, color matrix, so the elves play the animat
  3. 所属分类:DirextX

    • 发布日期:2017-04-08
    • 文件大小:257828
    • 提供者:胡凯
  1. RotateTransform

    0下载:
  2. C#让图片围绕中心旋转一周,C#旋转图片的一个实例源码。实现思路是先装入图片,获取当前窗口的中心点,构造图片显示区域:让图片的中心点与窗口的中心点一致,然后让绘图平面以图片的中心点旋转,恢复绘图平面在水平和垂直方向的平移,绘制图片并延时,将全局变换矩阵重置为单位矩阵-C# make una revolución alrededor del centro de la imagen, una instancia de código fuente C# girar la imagen. La idea
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:31711
    • 提供者:gpudn12
  1. GUI

    0下载:
  2. 对矩阵进行任意角度的旋转,含有算法程序,用matlab编程实现-To arbitrary Angle rotation matrix containing algorithm program, matlab programming implementation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:524220
    • 提供者:窦斌斌
  1. osgrobot

    0下载:
  2. osg编程,使用旋转和平移矩阵,大臂带动小臂运动,键盘驱动机器人运动。-osg programming, rotation and translation matrices, arm drive arm movement, keyboard-driven robot motion.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3991
    • 提供者:lzh
  1. cSharpMatrix-transformation

    0下载:
  2. 绘制二维图形。矩阵变换绘制三角形旋转角度-Two-dimensional graphics rendering. Matrix transformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:李先
  1. GLMCandLBPextraction

    1下载:
  2. 第一个程序提取了图像灰度级为64的灰度共生矩阵,并计算了能量,熵,对比度,相关性,逆差矩这5个参数.第二个程序可以提取彩色图像的LBP纹理特征,可以提取采样点为8、16、24的统一模式(u2)、旋转不变模式(ri)、统一旋转不变模式(riu2)的LBP值。-The first program to extract a grayscale image GLCM 64, and calculate the energy, entropy, contrast, correlation, inverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:107167
    • 提供者:房双双
  1. glutEx3

    0下载:
  2. 一、实验目的和要求 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “平移的桌子,旋转的桌子”-First, experimental purposes and requirements of the OpenGL programming, based on the contents through the
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:robin
  1. glutEx5

    0下载:
  2. 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2160
    • 提供者:robin
  1. atti_cal

    0下载:
  2. 惯性导航程序,matlab编辑,旋转矢量法结合方向余弦矩阵,完美计算姿态阵,惯导姿态更新程序-Inertial navigation procedures, matlab editing, rotation vector direction cosine matrix method combined with perfect posture matrix calculation, INS attitude update
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:HJ
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com