Class: QgsPointCloudAttributeStatistics

Stores statistics of one attribute of a point cloud dataset.

Methods

singleClassCount

Returns the count of points in given class or -1 on error

Attributes

count

maximum

mean

minimum

stDev

class qgis.core.QgsPointCloudAttributeStatistics

Bases: object

count
maximum
mean
minimum
singleClassCount(self, cls: int) int[source]

Returns the count of points in given class or -1 on error

Added in version 3.42.

Parameters:

cls (int)

Return type:

int

stDev