Back to Adaptive Vision Library website

You are here: Start » Function Reference » Surface Spatial Transforms

Surface Spatial Transforms

Select a function from the list below.

Icon Name Description Library
AbsoluteSurface Transforms Z coordinate of each surface point to its absolute value. Professional
CloseSurfacePoints Reconstructs missing points of the input surface by interpolating neighboring points. Professional
CropSurface Removes from the surface points that are not contained in a given rectangular box. Professional
CropSurface_Dynamic Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. Professional
CropSurface_Relative Removes from the surface points that are relatively too distant from their average neighbor points in a local rectangular neighborhood. Professional
CropSurfaceByNeighborsProximity Removes from the surface points that are too distant from their neighbor points. Professional
CropSurfaceByPlaneProximity Removes from the surface points that are too distant from a given plane. Professional
CropSurfaceToBox3D Removes from the surface points that are not contained in a given box in 3D. Professional
CropSurfaceToRegion Removes points that are not present in a given region. Professional
DilateSurfacePoints Reconstructs missing points of the input surface by interpolating neighboring points. Professional
ErodeSurfacePoints Removes some existing points from the input surface when some points in their vicinity are missing. Professional
FlattenSurface Flattens a curved surface. Professional
JoinSurfaces Combines two surfaces into one. Professional
MirrorSurface Transforms Z coordinate of each surface point to its opposite value. Professional
OpenSurfacePoints Removes some existing points from the input surface when some points in their vicinity are missing. Professional
ProjectSurfaceOntoPlane Projects a surface on another plane, replacing Z coordinate of a point with its distance from a given plane. Professional
ReduceSurface Reduces surface dimensions as much as possible. Professional
RescaleSurface Changes the distances of surface points to a reference point. Professional
SplitSurfaceByPlane Separates the surface points being on one side of the input plane from the others. Professional
SubtractSurfaces Subtracts two surfaces point by point. Professional
TranslateSurface Translates a surface by a vector. Professional