You are here: Start » AVL.NET » AVS.RemoveOutliersFromPoint3DGrid Method

AVS.RemoveOutliersFromPoint3DGrid Method

Removes noise from a given Point3DGrid. All points that are too far from their neighbors are removed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RemoveOutliersFromPoint3DGrid
(
	AvlNet.Point3DGrid inPointGrid,
	NullableRef<AvlNet.Region> inRoi,
	float inStdDevMultiple,
	int inNeighborCount,
	AvlNet.Point3DGrid outGrid
)

Parameters

Name Type Range Default Description
inPointGridAvlNet.Point3DGridInput Point3DGrid.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
inStdDevMultiplefloat<0.0f, INF>1.5fAllows to set a threshold based on standard deviation of average distances between points on input. Default value: 1.5f.
inNeighborCountint<1, INF>10Defines number of neighbors used to compute average distances between vertices. Default value: 10.
outGridAvlNet.Point3DGridCleaned input.

Function Overrides

See also