基本信息
源码名称:基于MadgwickAHRS算法的3D呈像实现
源码大小:2.48M
文件格式:.zip
开发语言:C#
更新时间:2020-07-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
基于MadgwickAHRS的九轴数据转换为四元数算法的3D呈像图

F3D

├── README.md
└── x-IMU IMU and AHRS Algorithms
    ├── x-IMU IMU and AHRS Algorithms
    │   ├── AHRS
    │   │   ├── MadgwickAHRS.cs
    │   │   └── MahonyAHRS.cs
    │   ├── Form_3Dcuboid
    │   │   ├── Back.png
    │   │   ├── BackInv.png
    │   │   ├── Bottom.png
    │   │   ├── BottomInv.png
    │   │   ├── Form_3Dcuboid.cs
    │   │   ├── Form_3Dcuboid.designer.cs
    │   │   ├── Form_3Dcuboid.resx
    │   │   ├── Front.png
    │   │   ├── FrontInv.png
    │   │   ├── Left.png
    │   │   ├── LeftInv.png
    │   │   ├── Right.png
    │   │   ├── RightInv.png
    │   │   ├── Tao.OpenGl.dll
    │   │   ├── Tao.OpenGl.xml
    │   │   ├── Tao.Platform.Windows.dll
    │   │   ├── Tao.Platform.Windows.xml
    │   │   ├── Top.png
    │   │   └── TopInv.png
    │   ├── Program.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── VisualStudio_CleanUp.bat
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Form_3Dcuboid
    │   │       │   ├── Back.png
    │   │       │   ├── BackInv.png
    │   │       │   ├── Bottom.png
    │   │       │   ├── BottomInv.png
    │   │       │   ├── Front.png
    │   │       │   ├── FrontInv.png
    │   │       │   ├── Left.png
    │   │       │   ├── LeftInv.png
    │   │       │   ├── Right.png
    │   │       │   ├── RightInv.png
    │   │       │   ├── Top.png
    │   │       │   └── TopInv.png
    │   │       ├── Tao.OpenGl.dll
    │   │       ├── Tao.OpenGl.xml
    │   │       ├── Tao.Platform.Windows.dll
    │   │       ├── Tao.Platform.Windows.xml
    │   │       ├── x-IMU API.dll
    │   │       ├── x-IMU API.xml
    │   │       ├── x-IMU IMU and AHRS Algorithms.exe
    │   │       └── x-IMU IMU and AHRS Algorithms.pdb
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── TempPE
    │   │           ├── x-IMU IMU and AHRS Algorithms.csproj.CopyComplete
    │   │           ├── x-IMU IMU and AHRS Algorithms.csproj.CoreCompileInputs.cache
    │   │           ├── x-IMU IMU and AHRS Algorithms.csproj.FileListAbsolute.txt
    │   │           ├── x-IMU IMU and AHRS Algorithms.csproj.GenerateResource.cache
    │   │           ├── x-IMU IMU and AHRS Algorithms.csprojAssemblyReference.cache
    │   │           ├── x-IMU IMU and AHRS Algorithms.exe
    │   │           ├── x-IMU IMU and AHRS Algorithms.pdb
    │   │           └── x_IMU_IMU_and_AHRS_Algorithms.Form_3Dcuboid.resources
    │   ├── x-IMU API
    │   │   ├── x-IMU API.XML
    │   │   └── x-IMU API.dll
    │   └── x-IMU IMU and AHRS Algorithms.csproj
    └── x-IMU IMU and AHRS Algorithms.sln

13 directories, 57 files