You are here: Start » Function Reference » Surface » Surface Features

Surface Features

Icon Name Description / Applications Modules
ReplaceInvalidSurfacePoints ReplaceInvalidSurfacePoints

Replaces all invalid points with a given Z value.

Vision3DStandard
SurfaceArea SurfaceArea

Computes the surface area of given surface.

Vision3DStandard
SurfaceBoundingBox SurfaceBoundingBox

Computes the bounding box 3D of given surface.

Vision3DStandard
SurfaceBoundingBox_OrNil SurfaceBoundingBox_OrNil

Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Vision3DStandard
SurfaceFlatness SurfaceFlatness

Computes the surface flatness i.e. how thick the surface is according to the input plane.

Vision3DStandard
SurfaceLocalMaxima SurfaceLocalMaxima

Finds surface locations characterized by locally maximal heights.


Detection of characteristic points, usually after some surface transformations.

Vision3DStandard
SurfaceLocalMinima SurfaceLocalMinima

Finds surface locations characterized by locally minimal heights.


Detection of characteristic points, usually after some surface transformations.

Vision3DStandard
SurfaceMassCenter SurfaceMassCenter

Computes the mass center of surface points.

Vision3DStandard
SurfaceMassCenter_OrNil SurfaceMassCenter_OrNil

Computes the mass center of surface points; returns NIL if the surface is empty in the given region.

Vision3DStandard
SurfaceMaximalPoint SurfaceMaximalPoint

Finds the surface point with maximal Z coordinate.

Vision3DStandard
SurfaceMedian SurfaceMedian

Finds the median Z coordinate of the surface points.

Vision3DStandard
SurfaceMedian_OrNil SurfaceMedian_OrNil

Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region.

Vision3DStandard
SurfaceMinimalPoint SurfaceMinimalPoint

Finds the surface point with minimal Z coordinate.

Vision3DStandard
SurfaceMultiplePointsAlongAxis SurfaceMultiplePointsAlongAxis

Returns multiple arrays of surface points along X or Y axis.

Vision3DStandard
SurfaceMultipleProfilesAlongAxis SurfaceMultipleProfilesAlongAxis

Creates the profiles of point Z values along X or Y axis.

Vision3DStandard
SurfaceNormalsImage

Computes a normals image for a surface

Vision3DStandard
SurfaceProfileAlongPath SurfaceProfileAlongPath

Creates a series of segments across the input path, measures the average surface height on each of the segments, and creates the final profile from those values.


This is the first step of all 1D Edge Detection 3D operations. Here available for direct use by the user.

Vision3DStandard
SurfaceSinglePointsAlongAxis SurfaceSinglePointsAlongAxis

Returns single array of surface points along X or Y axis.

Vision3DStandard
SurfaceSingleProfileAlongAxis SurfaceSingleProfileAlongAxis

Creates the profile of point Z values along X or Y axis.

Vision3DStandard
SurfaceToPlaneDistanceImage SurfaceToPlaneDistanceImage

Computes the image of the distances of the input surface points from a given plane.

Vision3DStandard
SurfaceValidPointsRegion SurfaceValidPointsRegion

Computes region of locations where points are valid in a surface and where they are invalid.

Vision3DStandard
SurfaceVolume_Double SurfaceVolume_Double

Computes the volume of a surface with respect to another surface.

Vision3DStandard
SurfaceVolume_Single SurfaceVolume_Single

Computes the volume of a surface with respect to a plane.

Vision3DStandard