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

搜索资源列表

  1. rotationMatrix2eulerAngles

    1下载:
  2. 从旋转矩阵中求解欧拉角,具体功能应用参看readme.txt。-computer euler from rotation matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:82920
    • 提供者:microsc
  1. Matrix

    0下载:
  2. openGL 自己实现矩阵类,其中包括实现 平移矩阵、任意轴旋转矩阵、缩放矩阵,以及矩阵的正交化、矩阵的代数余式、矩阵的逆、转置-openGL achieve their own matrices, including translational matrix arbitrary axis rotation matrix, scaling matrix, and the matrix of orthogonal matrix algebra I type, matrix inverse, tra
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:3070
    • 提供者:erermu
  1. 2008

    0下载:
  2. 北航2008复试上机。 1.素数 输入一个整数,要求输出所有从1到这个整数之间个位为1的素数,如果没有则输出-1(30分) 2.旋转矩阵 任意输入两个9阶以下矩阵,要求判断第二个是否是第一个的旋转矩阵,如果是,输出旋转角度(0、90、180、270),如果不是,输出-1。 要求先输入矩阵阶数,然后输入两个矩阵,每行两个数之间可以用任意个空格分隔。行之间用回车分隔,两个矩阵间用任意的回车分隔。(60分) 3.字符串匹配 从string.in
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1524
    • 提供者:王亚平
  1. SVD_Registration

    0下载:
  2. 奇异值分解的点云配准,输入点云的源坐标和目标坐标,计算期望的旋转矩阵和平移向量。-Singular value decomposition point cloud registration, input the source and target point cloud coordinates to calculate the expected rotation matrix and translation vector.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:536
    • 提供者:xujing
  1. Quater_Registration

    0下载:
  2. 四元数分解的点云配准,输入点云的源坐标和目标坐标,计算期望的旋转矩阵和平移向量。-Quaternion decomposition point cloud registration, input the source and target point cloud coordinates to calculate the expected rotation matrix and translation vector.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-27
    • 文件大小:666
    • 提供者:xujing
  1. piao_rodrigues_2

    0下载:
  2. 根据rodrigues公式求3×3 旋转矩阵the rodrigues formula: http://en.wikipedia.org/wiki/Rodrigues _rotation_formula-According to rodrigues formula for 3 × 3 rotation matrix the rodrigues formula: http://en.wikipedia.org/wiki/Rodrigues _rotation_formula
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1092
    • 提供者:ienceF
  1. Trabajo3_Li

    0下载:
  2. 物体旋转平移和插值运动,注释是西班牙语 初始参数为坐标和随机的旋转矩阵-Object rotation and translational motion interpolation, the comment is Spanish and random initial parameters for the coordinates of the rotation matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:10880
    • 提供者:weichen
  1. GyroEuler(1)

    0下载:
  2. 本代码给出了欧拉角、旋转矩阵和四元数之间的变换关系。-This code gives the euler angles, the rotation matrix and the transformation of relationship between quaternion.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:11844
    • 提供者:xuxiangxing
  1. bb

    0下载:
  2. 该程序利用OPENCV中的一些知识,实现旋转矩阵和旋转向量之间的转化,实现方法简单。-By rotating the rotation matrix vector calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:333129
    • 提供者:张兰
  1. testrotate

    0下载:
  2. 自己编写图像旋转; (1)可以任意设定旋转中心; (2)旋转通过坐标矩阵和旋转矩阵一步到位,得出旋转之后的对于坐标矩阵;(myrotate和myrotate1功能一样,后者只是在前者基础上,将旋转矩阵和平移矩阵集成到一起了); (3)自带构造测试矩阵,可以直接运行;-rotate img by myself all center
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1461
    • 提供者:zhangjun
  1. CameraEuler

    0下载:
  2. 基于欧拉角的相机姿态旋转矩阵参数表达,用于检校或者图像处理-the attitude ratrix descrpted by ouler angle
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:602112
    • 提供者:wang
  1. CameraQuat

    0下载:
  2. 基于四元数的相机姿态旋转矩阵参数表达方式,用于相机检校或者几何处理-the attitude rotate matrix described by quartion
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1413936
    • 提供者:wang
  1. madgwick_algorithm_matlab

    2下载:
  2. 使用四元数计算各个时刻的姿态数据,并能在欧拉角和四元数,旋转矩阵之间转换,通过地磁数据校正陀螺仪算出的姿态。MADGWICKAHRS Implementation of Madgwick s IMU and AHRS algorithms-MADGWICKAHRS Implementation of Madgwick s IMU and AHRS algorithms
  3. 所属分类:Other Embeded program

    • 发布日期:2015-07-24
    • 文件大小:105472
    • 提供者:张剑锋
  1. matrix

    0下载:
  2. 帮助理解旋转矩阵的windows程序,可以旋模型观察旋转矩阵的实时变化。-A program to help user understanding the transfer matrix of OpenGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:558529
    • 提供者:Michael
  1. matrixModelView-for-mac

    0下载:
  2. Mac平台上利用OpenGL实现的演示程序用来帮助使用者理解旋转矩阵。-A program aims at helping users understanding transfer matrix in OpenGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:928359
    • 提供者:Michael
  1. cvCaliba

    0下载:
  2. 该程序完成了相机的三维标定,采用张正友的棋盘角点标定的方法,可以高精度的标定相机的旋转矩阵和平移矢量-The program completed the three-dimensional calibration of the camera, using the method of Zhang Zhengyou s corner point calibration method, the calibration of camera rotation matrix and translation
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-25
    • 文件大小:7891529
    • 提供者:王东
  1. quatrot

    0下载:
  2. 旋转矩阵转换为单位四元数,单位四元数插值计算-Rotation matrix converted to unit quaternion, quaternion interpolation Units
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:191195
    • 提供者:积极
  1. image_rotation

    0下载:
  2. 图像旋转,用旋转矩阵,VS2012+opencv-image rotation done by self
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3956514
    • 提供者:wangjinnan
  1. Quaternion

    3下载:
  2. 四元数基本类库(C#),包括基于单位四元数应用于旋转与欧拉角、旋转矩阵转换,利用四元数完成空间坐标转换等方法-Quaternion basic class library (C#), including those based on unit quaternion rotation applied to the Euler angles, rotation matrix conversion, use quaternion perform spatial coordinate conversio
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1572
    • 提供者:dxx
  1. smallAngle_trans

    0下载:
  2. 小角度旋转空间直角坐标转换模型的参数求解,利用小角度近似简化旋转矩阵,采用最小二乘方法-Small-angle rotation model space rectangular coordinate conversion parameter solution, using small-angle approximation to simplify the rotation matrix, using the least squares method
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:79570
    • 提供者:dxx
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com