释义 |
1 ?最小定界框 ... 最小结余 minimum balance 最小定界框 minimum bounding box 最小击穿电压 minimum breakdown voltage,MBV ... 2 ?最小外包矩形体 ...,在数据读取的过程中同时将深度图像数据依其角度信息划分成大小不等的若干小块,每块均包含最小外包矩形体(Minimum Bounding Box, MBB),并依据每块数据的MBB属性建立三维R树空间索引,这是进行深度图像数据块的快速检索和可视化的基础。 3 ?外包矩形体 ...,在数据读取的过程中同时将深度图像数据依其角度信息划分成大小不等的若干小块,每块均包含最小外包矩形体(Minimum Bounding Box, MBB),并依据每块数据的MBB属性建立三维R树空间索引,这是进行深度图像数据块的快速检索和可视化的基础。
- 1
One way is to find the geometric center of the object by computing the object bounding box by finding the maximum and minimum X, Y and Z values, then computing the mid-point of the bounding box. 先找到物体包围盒的中心,找到物体最大和最小的X, Y, Z坐标,两个坐标中点就是物体包围盒的中心。 - 2
Minimum—Aligns the closest point of the object's bounding box with the chosen point on the other object. 这句话的意思是:以物体的边界盒最内侧点同另一物体的选择点对齐。
|