当前位置:网站首页>PCL窗口操作
PCL窗口操作
2022-08-04 05:29:00 【视觉菜鸟Leonardo】
pcl_viewer 窗口操作 加载显示点云以后我们可以,在 pcl_viewr 窗口中我们可以使用以下按键来调整视角、放大和缩小:
r键:重现视角。
如果读入文件没有在主窗口显示,不妨按下键盘的r键一试。
j键:截图功能。
g键:显示/隐藏 坐标轴。
-/+:-(减号)可缩小点;
+(加号)可放大点。
q键:退出 鼠标:左键,使图像绕自身旋转;
滚轮, 按住滚轮不松,可移动图像,滚动滚轮,可放大/缩小 图像; 右键,“原地” 放大/缩小。
p, P : switch to a point-based representation (以点为基准展示)
w, W : switch to a wireframe-based representation (where available) (以线框为基准展示)
s, S : switch to a surface-based representation (where available) (以平面为基准展示)
j, J : take a .PNG snapshot of the current window view (将当前窗口截图为png格式,保存在bin目录下的Debug或者Release目录下)
c, C : display current camera/window parameters (显示当前相机参数) +/ - : increment/decrement overall point size (放大或缩小当前所有点的尺寸)
g, G : display scale grid (on/off) (开启标尺)
u, U : display lookup table (on/off) (开启colorbar)
r, R [+ ALT] : reset camera [to viewpoint = {0, 0, 0} -> center_{x, y, z}] (将相机平移到某个位置) ALT + s, S : turn stereo mode on/off (打开立体模式)
ALT + f, F : switch between maximized window mode and original size (改变当前窗口的尺寸)
边栏推荐
- (十一)树--堆排序
- Kubernetes基本入门-元数据资源(四)
- postgres 递归查询
- 超详细MySQL总结
- Install dlib step pit record, error: WARNING: pip is configured with locations that require TLS/SSL
- Redis持久化方式RDB和AOF详解
- thymeleaf中 th:href使用笔记
- WARNING: sql version 9.2, server version 11.0. Some psql features might not work.
- SQL练习 2022/7/2
- 剑指 Offer 2022/7/12
猜你喜欢

Matplotlib中的fill_between;np.argsort()函数

【CV-Learning】线性分类器(SVM基础)

TensorFlow2学习笔记:5、常用激活函数

Th in thymeleaf: href use notes

【go语言入门笔记】12、指针
Kubernetes基本入门-概念介绍(一)

fill_between in Matplotlib; np.argsort() function
![[Deep Learning 21 Days Learning Challenge] 2. Complex sample classification and recognition - convolutional neural network (CNN) clothing image classification](/img/5f/e5db59bdca19b275b2139020ebc6ea.png)
[Deep Learning 21 Days Learning Challenge] 2. Complex sample classification and recognition - convolutional neural network (CNN) clothing image classification

【CV-Learning】Image Classification

Vision Transformer 论文 + 详解( ViT )
随机推荐
Android connects to mysql database using okhttp
yolov3中数据读入(一)
(十)树的基础部分(一)
【深度学习21天学习挑战赛】1、我的手写被模型成功识别——CNN实现mnist手写数字识别模型学习笔记
Usage of RecyclerView
flink on yarn任务迁移
MySQL leftmost prefix principle [I understand hh]
read and study
Introduction of linear regression 01 - API use cases
记一次flink程序优化
k9s-终端UI工具
Use of double pointers
Pytorch语义分割理解
线性回归简介01---API使用案例
ValueError: Expected 96 from C header, got 88 from PyObject
Kubernetes基本入门-集群资源(二)
fill_between in Matplotlib; np.argsort() function
[Go language entry notes] 13. Structure (struct)
flink问题整理
(十二)树--哈夫曼树