资源简介
基于正交迭代的OI算法的单目视觉中的位姿估算代码,含有主程序和test代码,test可看到位姿估算解的精度
代码片段和文件信息
function [R t Qout err2] = abskernel(P Q F G method)
% ABSKERNEL - Absolute orientation kernel
% ABSKERNEL is the function for solving the
% intermediate absolute orientation problems
% in the inner loop of the OI pose estimation
% algorithm
%
% INPUTS:
% P - the reference point set arranged as a 3xn matrix
% Q - the point set obtained by transforming P with
% some pose estimate (typically the last estimate)
% F - the array of projection matrices arranged as
% a 3x3xn array
% G - a matrix precomputed for calculating t
% method - ‘SVD‘ -> use SVD solution for rotation
% ‘QTN‘ -> use quaterion solution for rotation
%
%
% OUTPUTS:
% R - estimated rotation matrix
% t - estimated translation vector
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2104 2015-08-05 16:22 正交迭代OI算法\abskernel.m
文件 716 1999-11-18 11:27 正交迭代OI算法\abspose.m
文件 754 1999-11-18 11:27 正交迭代OI算法\euler2mat.m
文件 1540 2015-08-11 11:10 正交迭代OI算法\ghtest.m
文件 391 1999-11-18 11:27 正交迭代OI算法\mat2euler.m
文件 390 1999-11-18 11:27 正交迭代OI算法\mat2rot.m
文件 5907 2015-08-11 16:36 正交迭代OI算法\objpose.m
文件 203 1999-11-25 08:42 正交迭代OI算法\qmatQ.m
文件 205 1999-11-25 08:44 正交迭代OI算法\qmatW.m
文件 293 1999-11-30 10:22 正交迭代OI算法\quat2mat.m
文件 431 1999-11-18 11:27 正交迭代OI算法\randrotmat.m
文件 406 1999-11-18 11:27 正交迭代OI算法\rot2mat.m
文件 225 1999-11-20 02:49 正交迭代OI算法\xform.m
文件 357 1999-11-20 02:49 正交迭代OI算法\xformproj.m
目录 0 2015-08-13 19:00 正交迭代OI算法
----------- --------- ---------- ----- ----
13922 15
- 上一篇:MATLAB仿真的三站平面时差定位和GDOP图
- 下一篇:BP神经网络实现图像压缩
相关资源
- MATLAB仿真的三站平面时差定位和GDOP图
- matlab的增强型烟花算法
- matlab多因子选股代码
- ALO 蚁狮(Antlion)搜索优化算法
- FBMC and OFDM channels-comparison FBMC和OFDM的
- matlab求解二维导热与对流问题
- matlab电力系统网架规划及分布式电源
- matlab版梯度下降法工具箱
- matlab实现的MINIST数据集的分类识别
- 浸入边界法(IBM)二维matlab程序
- matlab 道路障碍物识别
- 机器人避障
- 深度学习matlab工具箱(DeepLearnToolbox
- cstr_control_solution_Nonlinear_MPC
- yalmip的使用方法
- matlab-R2014a-fully-crack matlab 2014a 破解文
- 压缩感知入门程序
- rcnnPfast-rcnnPfaster-rcnn 物体分割
- matlab语音变声系统
- 用于bouc-wen模型的好助手
- MATLAB语言的CNN算法的例程
- 卷积神经网络在MATLAB实现
- Control-of-Multi-terminal-VSC-HVDC
- matlab实现功率谱和相干性计算
- grey-wolf-optimizer 狼群算法的国外研究论
- hosvd算法
- 利用matlab的光流法实现显示光流的方
- ELM 极限学习机在matlab中elm函数调用示
- matlab实现的稀疏表示的遥感图像融合
- fill_Matlab Matlab实现的孔洞填充算法
评论
共有 条评论