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

Surface Basics

Icon Name Description / Applications Modules
AlignRegionToSurfaceCoordinatesFormat AlignRegionToSurfaceCoordinatesFormat

Returns region covering the same area for the surface with another coordinates format.


Transformation of regions defined on the image associated with the surface to image associated with another surface.

Vision3DStandard
AlignRegionToSurfaceFormat AlignRegionToSurfaceFormat

Returns region covering the same area for the surface with another format.


Transformation of regions defined on the image associated with the surface to image associated with another surface.

Vision3DStandard
ArrangePoint3DArray ArrangePoint3DArray

Creates a surface structure from Point3D array taking into account X and Y coordinates.

Vision3DStandard
ArrangePoint3DGrid ArrangePoint3DGrid

Creates a surface structure from Point3DGrid taking into account X and Y coordinates.

Vision3DStandard
ConvertCoordinateSystem2DTo3D ConvertCoordinateSystem2DTo3D

Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.

Vision3DStandard
ConvertSurfaceType ConvertSurfaceType

Changes the point Z coordinate type.

Vision3DStandard
CreateFlatSurface CreateFlatSurface

Creates a uniform surface.

Vision3DStandard
CreateSurfaceFromImage CreateSurfaceFromImage

Creates a Surface structure from coordinates encoded in pixels of an image.


Creating a Surface structure out of an image obtained from a 3D camera or other external sources that encodes 3D surface as pixel components of 2D image.

Vision3DStandard
GetSurfaceElement_Interpolated GetSurfaceElement_Interpolated

Returns an interpolated single point of a surface given its surface grid coordinates.

Vision3DStandard
GetSurfacePath GetSurfacePath

Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.

Vision3DStandard
ImageBoxToSurfaceCoordinates ImageBoxToSurfaceCoordinates

Finds the surface coordinates of image box.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageCircleToSurfaceCoordinates ImageCircleToSurfaceCoordinates

Finds the surface coordinates of image circle.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageCoordinateSystemToSurfaceCoordinates ImageCoordinateSystemToSurfaceCoordinates

Finds the surface coordinates of image coordinate system.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageLineToSurfaceCoordinates ImageLineToSurfaceCoordinates

Finds the surface coordinates of image line.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImagePathsToSurfaceCoordinates ImagePathsToSurfaceCoordinates

Finds the surface coordinates of image paths.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImagePathToSurfaceCoordinates ImagePathToSurfaceCoordinates

Finds the surface coordinates of image path.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImagePointsToSurfaceCoordinates ImagePointsToSurfaceCoordinates

Finds the surface coordinates of image points.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImagePointToSurfaceCoordinates ImagePointToSurfaceCoordinates

Finds the surface coordinates of image point.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageSegmentsToSurfaceCoordinates ImageSegmentsToSurfaceCoordinates

Finds the surface coordinates of image segments.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageSegmentToSurfaceCoordinates ImageSegmentToSurfaceCoordinates

Finds the surface coordinates of image segment.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ImageVectorToSurfaceCoordinates ImageVectorToSurfaceCoordinates

Finds the surface coordinates of image vector.


Transformation of results found on the image associated with the surface to the surface coordinates.

Vision3DStandard
ProjectPathOntoSurface ProjectPathOntoSurface

Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system.

Vision3DStandard
ProjectPointOntoSurface ProjectPointOntoSurface

Returns an interpolated single point of a surface given its coordinates in surface coordinate system.

Vision3DStandard
ProjectSurfaceOntoAxesPlane ProjectSurfaceOntoAxesPlane

Projects a surface onto one of three axes planes.

Vision3DStandard
ResamplePoint3DGrid ResamplePoint3DGrid

Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.

Vision3DStandard
SkipEmptySurface SkipEmptySurface

If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned.


Secures against domain errors caused by empty surfaces, e.g. just before the FitPlaneToSurface filter is to be invoked.

Vision3DStandard
SkipEmptySurfaceRegion SkipEmptySurfaceRegion

If the input surface contains at least one valid point in a given region, then the region is copied to the output; otherwise Nil is returned.


Secures against domain errors caused by regions with no valid point, e.g. just before the SurfaceMassCenter filter is to be invoked.

Vision3DStandard
SurfaceBoxToImageCoordinates SurfaceBoxToImageCoordinates

Finds the associated image coordinates of surface box.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceBoxToRegion SurfaceBoxToRegion

Finds the surface region covered by surface box.


Transformation of objects defined in the surface coordinate system to the associated surface region.

Vision3DStandard
SurfaceCircleToImageCoordinates SurfaceCircleToImageCoordinates

Finds the associated image coordinates of surface circle.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceCircleToRegion SurfaceCircleToRegion

Finds the surface region covered by surface circle.


Transformation of objects defined in the surface coordinate system to the associated surface region.

Vision3DStandard
SurfaceCoordinateSystemToImageCoordinates SurfaceCoordinateSystemToImageCoordinates

Finds the associated image coordinates of surface coordinate system.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceLineToImageCoordinates SurfaceLineToImageCoordinates

Finds the associated image coordinates of surface line.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfacePathsToImageCoordinates SurfacePathsToImageCoordinates

Finds the associated image coordinates of surface paths.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfacePathToImageCoordinates SurfacePathToImageCoordinates

Finds the associated image coordinates of surface path.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfacePathToRegion SurfacePathToRegion

Finds the surface region covered by surface path.


Transformation of objects defined in the surface coordinate system to the associated surface region.

Vision3DStandard
SurfacePointsToImageCoordinates SurfacePointsToImageCoordinates

Finds the associated image coordinates of surface points.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfacePointToImageCoordinates SurfacePointToImageCoordinates

Finds the associated image coordinates of surface point.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceSegmentsToImageCoordinates SurfaceSegmentsToImageCoordinates

Finds the associated image coordinates of surface segments.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceSegmentToImageCoordinates SurfaceSegmentToImageCoordinates

Finds the associated image coordinates of surface segment.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
SurfaceVectorToImageCoordinates SurfaceVectorToImageCoordinates

Finds the associated image coordinates of surface vector.


Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Vision3DStandard
TestSurface TestSurface

Returns a sample 3D surface.

Vision3DStandard