Skip to main content

稀疏化 LAS (3D Analyst 工具)

汇总

创建新的 LAS 文件,其中包含来自输入 LAS 数据集的 LAS 点的子集。

用法

  • Consider using this tool on over-sampled LAS data—(例如通过摄影测量方式获得的点云以及多个叠加激光雷达扫描的回波),以优化显示性能和加速分析操作。 在移动激光雷达测量中,由于激光雷达传感器的速度和运动模式的变化,因此可以捕捉到极其密集的点回波。 稀疏化可帮助在整个测量过程中创建一致密度,由此改善某些自动分类程序的结果,这些自动分类程序依赖于定期间隔点回波。

  • 请考虑保留代表稀疏捕获对象的类代码,尤其是当被指定为该类代码的点数仅占总点数的一小部分时。 例如,如果具有表示稀疏捕获的要素(例如电线)的点,则将其保留可以提供有关其空间布局的有用上下文,否则,如果对这些点进行稀疏化,则将丢失这些内容。

  • 将独立于 LAS 数据集所引用的其他 LAS 文件对每个 LAS 文件进行稀疏化。 如果 LAS 文件具有重叠数据,请使用 切片 LAS 工具将点合并到不重叠的切片中,然后再对数据进行稀疏化。

  • 每个输入 LAS 文件都将生成一个名称与输入相匹配的输出文件,除非在输出文件名后缀参数中指定了名称后缀。

  • 有关此工具的工作原理的详细信息,请参阅 使用切片和稀疏化来优化点云

参数

标注 说明 数据类型

输入 LAS 数据集

将要处理的 LAS 数据集。

LAS Dataset Layer

目标文件夹

将写入输出 LAS 格式文件的现有文件夹。

Folder

稀疏化维度

指定将执行的稀疏化操作的类型。

  • 2D ThinningThinning will occur in tiles defined along the x,y-axis.

  • 3D ThinningThinning will occur in volumes of space defined by tiles along the x,y-axis, and height gradients along the z-axis. This is the default.

String

目标 XY 分辨率

沿 x,y 轴的稀疏化块的每一边的大小。

Linear Unit

目标 Z 分辨率

(可选)

当使用 3D 稀疏化方法时,每个稀疏化区域的高度。

Linear Unit

点选择方法

指定将用于确定在每个稀疏化区域保留哪些点的方法。

  • Closest to CenterThe LAS point that is closest to the center of the region being thinned will be retained. This is the default.

  • Class Code WeightsThe LAS points with the class code that has the highest weight assigned will be retained.

  • Most Frequent Class CodeThe LAS points with the most frequent class code value in the region being thinned will be retained.

  • Lowest PointThe lowest LAS point in the region being thinned will be retained.

  • Highest PointThe highest LAS point in the region being thinned will be retained.

  • Lowest and Highest PointThe highest and lowest LAS points in the region being thinned will be retained.

  • Closest to Average HeightThe LAS point whose height is closest to the average of height of all points in the region being thinned will be retained.

  • Lowest IntensityThe LAS point whose intensity value is the lowest among the points in the region being thinned will be retained.

  • Highest IntensityThe LAS point whose intensity value is the highest among the points in the region being thinned will be retained.

  • Lowest and Highest IntensityThe two LAS points with the lowest and the highest intensity values among the points in the region being thinned will be retained.

  • Closest to Average IntensityThe LAS point whose intensity value is closest to the average of all intensity values from points in the region being thinned will be retained.

String

输入类代码和权重

(可选)

赋予每个类代码的权重,用于确定将在每个稀疏化区域中保留的点。 仅当为点选择方法参数指定类代码权重选项时才会启用该参数。 具有最高权重的类代码将保留在稀疏化区域中。 如果给定稀疏化区域中存在两个具有相同权重的类代码,则将保留具有最小点源 ID 的类代码。

值表列:

  • Class CodeThe class code with the weight being assigned. This can be any value from 0 to 255.

  • WeightThe weight assigned to each class code. This can be any integer.

Value Table

输出文件名后缀

(可选)

将添加至每个输出文件的名称。

String

输出 LAS 数据集

(可选)

引用新创建的 .las 文件的输出 LAS 数据集。

LAS Dataset

已保留的类

(可选)

不会在输出 LAS 文件中对具有指定类代码值的输入 LAS 点进行稀疏化。

Long

已保留的标记

(可选)

根据类标记指定将保留在输出 LAS 文件中的输入 LAS 点。

  • Model KeyPoints with the model key class flag will be preserved.

  • OverlapPoints with the overlap class flag will be preserved.

  • SyntheticPoints with the synthetic class flag will be preserved.

  • WithheldPoints with the withheld class flag will be preserved.

String

已保留的回波

(可选)

根据回波指定将保留在输出 LAS 文件中的输入 LAS 点。

  • Single returnsAll single return points will be included.

  • Last returnsAll single and last return points will be included.

  • First of many returnsAll points that are the first of multiple returns will be included.

  • Last of many returnsAll points that are the last of multiple returns will be included.

String

已排除的类

(可选)

具有指定类代码值的输入 LAS 点将从输出 LAS 文件中排除。

Long

已排除的标记

(可选)

根据类标记指定将从输出 LAS 文件中排除的输入 LAS 点。

  • Model KeyPoints with the model key class flag will be excluded.

  • OverlapPoints with the overlap class flag will be excluded.

  • SyntheticPoints with the synthetic class flag will be excluded.

  • WithheldPoints with the withheld class flag will be excluded.

String

已排除的回波

(可选)

根据回波指定将从输出 LAS 文件中排除的输入 LAS 点。

  • Single returnsAll single return points will be excluded.

  • Last returnsAll single and last returns will be excluded.

  • First of many returnsAll points that are the first of multiple returns will be excluded.

  • Last of many returnsAll points that are the last of multiple returns will be excluded.

String

压缩

(可选)

指定输出 .las 文件为压缩格式还是标准 LAS 格式。

  • No CompressionThe output will be in the standard LAS format (*.las file). This is the default.

  • zLAS CompressionOutput .las files will be compressed in the zLAS format.

String

移除变量长度记录

(可选)

指定是在输出 LAS 数据中保留还是移除与输入 LAS 点一起存储的可变长度记录。

  • 选中Variable length records will be removed from the output LAS data.

  • 未选中Variable length records will be maintained in the output LAS data. This is the default.

Boolean

重新排列 LAS 点

(可选)

指定 LAS 文件中点的顺序将保持不变,还是将对其进行重新排列。

  • 选中The order of the points in the LAS files will be rearranged. This is the default.

  • 未选中The order of the points in the LAS files will remain the same.

Boolean

计算统计数据

(可选)

指定是否将计算 LAS 数据集引用的 .las 文件的统计数据。 计算统计数据时会为每个 .las 文件提供一个空间索引,从而提高了分析和显示性能。 统计数据还可通过将 LAS 属性(如分类代码和回波信息)显示限制为 .las 文件中存在的值来提升过滤和符号系统体验。

  • 选中Statistics will be computed. This is the default.

  • 未选中Statistics will not be computed.

Boolean

派生输出

标注 说明 数据类型

输出文件夹

包含输出 LAS 文件的文件夹。

Folder

环境

当前工作空间, 范围

许可信息

  • 基本: 需要 3D Analyst
  • 标准: 需要 3D Analyst
  • 高级: 需要 3D Analyst