资源简介
根据 三点在两个坐标系下的坐标,建立两个坐标系之间的旋转矩阵R和平移向量T,适用场景:求 世界坐标系到 相机坐标系的转换关系。以其中一点建立 世界坐标系,该点在相机坐标系中的坐标是 世界坐标系到坐标系的平移向量(这些描述都是以相机坐标系为基准)
代码片段和文件信息
/*
* Light Matrix: C code implementation for basic matrix operation
*
* Copyright (C) 2017 Jiachi Zou
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation either version 3 of the
* License or (at your option) any later version.
*
* This code is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with code. If not see .
*/
#include “light_matrix.h“
#include
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6174 2018-08-24 16:33 computeRT_M\computeRT_M.vcxproj
文件 1166 2018-08-22 18:51 computeRT_M\computeRT_M.vcxproj.filters
文件 165 2018-08-22 18:23 computeRT_M\computeRT_M.vcxproj.user
文件 1269 2018-08-23 17:15 computeRT_M\Debug\computeRT_M.Build.CppClean.log
文件 643 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.log
文件 1474 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\CL.command.1.tlog
文件 5694 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\CL.read.1.tlog
文件 1584 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\CL.write.1.tlog
文件 213 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\computeRT_M.lastbuildstate
文件 1364 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\li
文件 3072 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\li
文件 648 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog\li
文件 29277 2018-08-24 16:33 computeRT_M\Debug\light_matrix.obj
文件 19759 2018-08-29 20:17 computeRT_M\Debug\main.obj
文件 60416 2018-08-29 20:17 computeRT_M\Debug\vc141.idb
文件 86016 2018-08-29 20:17 computeRT_M\Debug\vc141.pdb
文件 9324 2018-08-24 15:30 computeRT_M\light_matrix.c
文件 1562 2018-08-24 15:09 computeRT_M\light_matrix.h
文件 2685 2018-08-29 20:16 computeRT_M\main.c
文件 270 2018-08-28 15:31 computeRT_M\matrix.txt
文件 152 2018-08-29 20:17 computeRT_M\output.txt
目录 0 2018-08-29 20:17 computeRT_M\Debug\computeRT_M.tlog
目录 0 2018-08-29 20:17 computeRT_M\Debug
目录 0 2018-08-29 20:16 computeRT_M
----------- --------- ---------- ----- ----
232927 24
- 上一篇:netstat-master.zip
- 下一篇:说话人语音识别
相关资源
- 计算机视觉教程(第2版)
- opencv2.4.9源码分析——SIFT
- SLAM综述文章
- 现代计算机视觉29讲PPT-王伟强
- 基于小波变换的医学图像融合
- 扑克纸牌识别报告
- opencv图像处理方法总结.pdf
- 国科大计算机视觉往年试题
- [高清版]摄像测量学原理与运用研究
- 2016中国人工智能行业系列研究——中
- A Guide to Convolutional Neural Networks for C
- 计算机视觉(贾云德)
- 中科院自动化所三维重建PPT(完整版
- An Experimental Comparison of Min-Cut/Max-Flow
- Robust Image Retargeting via Axis
- Seam Carving for Content-Aware Image Resizing
- Multiple View Geometry in Computer Vision
- 行人检测研究现状和常用方法总结p
- Tsai zhang 计算机视觉 图像处理
- 计算机视觉 一种现代方法 课后习题答
- 胡伟武《计算机体系结构》习题答案
- 计算机视觉中的多视图几何 Multiple
- 计算机视觉3D成像_全景成像
- 全球工程前沿2020.pdf
- 计算机视觉中的数学方法(吴福朝)
- 图像处理与计算机视觉算法及应用配
- 中国科学院大学国科大计算机视觉董
- imageStitching实现图像拼接
- 《计算机视觉 ——计算理论与算法基
- Multiple View Geometry in Computer Vision.2nd
评论
共有 条评论