当前位置:网站首页>PCL点云处理之计算两平面交线(五十一)
PCL点云处理之计算两平面交线(五十一)
2022-04-23 20:09:00 【点云学徒】
前言
计算三维空间中,两个平面的交线
一、算法说明
已知:
1号平面的方程为A1x+B1y+C1z+D1=0
2号平面的方程为A2x+B2y+C2z+D2=0
待求:
上述两平面的交线方程:(x-a)/d=(y-b)/e=(z-c)/f
其中:(a,b,c)为交线上一点,(d,e,f)为交线的方向向量
平面法向量叉乘即可得到方向向量,然后假设交线穿过xoz平面,即令b=0,求a,b,(当然也可以假设别的)具体的计算方法如下所示
二、实验代码:
版权声明
本文为[点云学徒]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_44329757/article/details/124329115
边栏推荐
- Introduction to electron tutorial 3 - process communication
- Video understanding
- 基于pytorch搭建GoogleNet神经网络用于花类识别
- 数据库查询 - 选课系统
- 【webrtc】Add x264 encoder for CEF/Chromium
- The difference between underline and dot of golang import package
- Scrum Patterns之理解各种团队模式
- @MapperScan与@Mapper
- Design of library management database system
- php参考手册String(7.2千字)
猜你喜欢
WordPress插件:WP-China-Yes解决国内访问官网慢的方法
【数值预测案例】(3) LSTM 时间序列电量预测,附Tensorflow完整代码
【webrtc】Add x264 encoder for CEF/Chromium
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)
Software College of Shandong University Project Training - Innovation Training - network security shooting range experimental platform (8)
php参考手册String(7.2千字)
Compact CUDA tutorial - CUDA driver API
SIGIR'22「微软」CTR估计:利用上下文信息促进特征表征学习
Openharmony open source developer growth plan, looking for new open source forces that change the world!
随机推荐
【webrtc】Add x264 encoder for CEF/Chromium
指针数组与数组指针的区分
ESP8266-入门第一篇
IIS data conversion problem: 16bit to 24bit
selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT
Local call feign interface message 404
Shanda Wangan shooting range experimental platform project - personal record (IV)
The difference between underline and dot of golang import package
Compact CUDA tutorial - CUDA driver API
Deep learning -- Summary of Feature Engineering
C6748 软件仿真和硬件测试 ---附详细FFT硬件测量时间
深度分析数据恢复原理——那些数据可以恢复那些不可以数据恢复软件
R语言ggplot2可视化:ggplot2可视化散点图并使用geom_mark_ellipse函数在数据簇或数据分组的数据点周围添加椭圆进行注释
NC basic usage 1
MFCC: Mel频率倒谱系数计算感知频率和实际频率转换
Design of warehouse management database system
Design of library management database system
Scrum Patterns之理解各种团队模式
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(五)
Building googlenet neural network based on pytorch for flower recognition