CVBpy 14.0
DensePointCloudSegmentor Class Reference

Base class for segmentor object to configure and compute segmentation on dense point clouds. More...

Inherits object.

Inherited by AQS12DensePointCloudSegmentor.

Properties

 window_size = property
 int: Gets or sets the window size for calculation of normals (used for the classification of the target faces). More...
 

Detailed Description

Base class for segmentor object to configure and compute segmentation on dense point clouds.

Property Documentation

◆ window_size

window_size = property
static

int: Gets or sets the window size for calculation of normals (used for the classification of the target faces).

If window_size is set to zero, the window size will be calculated automatically.

This function only apply for dense point cloud segmentors, where the segmentation method.foundation.SegmentationMethod.KmeansClustering is applied.