You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics
Surface Basics
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| 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 | 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 | Creates a surface structure from Point3D array taking into account X and Y coordinates. |
Vision3DStandard | ||
| ArrangePoint3DGrid | Creates a surface structure from Point3DGrid taking into account X and Y coordinates. |
Vision3DStandard | ||
| ConvertCoordinateSystem2DTo3D | Converts a coordinate system connected with the surface image to a coordinate system connected with the surface. |
Vision3DStandard | ||
| ConvertSurfaceType | Changes the point Z coordinate type. |
Vision3DStandard | ||
| CreateFlatSurface | Creates a uniform surface. |
Vision3DStandard | ||
| 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 | Returns an interpolated single point of a surface given its surface grid coordinates. |
Vision3DStandard | ||
| GetSurfacePath | Returns a path consisting of interpolated single points of a surface given their surface grid coordinates. |
Vision3DStandard | ||
| 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 | Finds the surface coordinates of image circle. Transformation of results found on the image associated with the surface to the surface coordinates. |
Vision3DStandard | ||
| 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 | Finds the surface coordinates of image line. Transformation of results found on the image associated with the surface to the surface coordinates. |
Vision3DStandard | ||
| 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 | Finds the surface coordinates of image path. Transformation of results found on the image associated with the surface to the surface coordinates. |
Vision3DStandard | ||
| 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 | Finds the surface coordinates of image point. Transformation of results found on the image associated with the surface to the surface coordinates. |
Vision3DStandard | ||
| 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 | Finds the surface coordinates of image segment. Transformation of results found on the image associated with the surface to the surface coordinates. |
Vision3DStandard | ||
| 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 | Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system. |
Vision3DStandard | ||
| ProjectPointOntoSurface | Returns an interpolated single point of a surface given its coordinates in surface coordinate system. |
Vision3DStandard | ||
| ProjectSurfaceOntoAxesPlane | Projects a surface onto one of three axes planes. |
Vision3DStandard | ||
| ResamplePoint3DGrid | Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface. |
Vision3DStandard | ||
| 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 | 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 | 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 | Finds the surface region covered by surface box. Transformation of objects defined in the surface coordinate system to the associated surface region. |
Vision3DStandard | ||
| 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 | Finds the surface region covered by surface circle. Transformation of objects defined in the surface coordinate system to the associated surface region. |
Vision3DStandard | ||
| 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 | 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 | 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 | 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 | Finds the surface region covered by surface path. Transformation of objects defined in the surface coordinate system to the associated surface region. |
Vision3DStandard | ||
| 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 | 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 | 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 | 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 | 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 | Returns a sample 3D surface. |
Vision3DStandard |
