You are here: Start » AVL.NET » Function Reference » Conversions
Conversions
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AnyCameraModelToRectificationTransform | Conversion |
Calibration | ||
| BarcodeFormatToMIL1DcodeFormat | Converts BarcodeFormat object to a MIL1DcodeFormat |
FoundationLite | ||
| BoolToHash | Converts a Bool to a Hash. |
FoundationLite | ||
| BoolToPassFailStatus | Converts a bool value to a pass/fail status. |
FoundationLite | ||
| Box3DToBox | Converts a box in 3D to a box in 2D by ignoring its Z coordinates. |
FoundationBasic | ||
| BoxToBox3D | Converts a box in 2D to a box in 3D. |
FoundationBasic | ||
| BoxToRectangle2D | Converts a box to a rectangle. |
FoundationLite | ||
| BoxToShapeRegion | Converts a box to shape region. |
FoundationLite | ||
| Circle2DToCircle3D | Converts a circle in 2D to a circle in 3D. |
FoundationBasic | ||
| Circle2DToEllipse2D | Converts a circle to an ellipse. |
FoundationLite | ||
| Circle2DToRing2D | Converts a circle to a full circle ring. |
FoundationLite | ||
| Circle2DToShapeRegion | Converts a circle to region of interest. |
FoundationLite | ||
| Circle3DToCircle2D | Converts a circle in 3D to a circle in 2D by ignoring its Z coordinates and tilt. |
FoundationBasic | ||
| DeepModelToClassifyObjectModelDirectory | Conversion between DeepModel and ClassifyObjectModelDirectory |
DL_Common | ||
| DeepModelToDetectAnomalies1ModelDirectory | Conversion between DeepModel and DetectAnomalies1ModelDirectory |
DL_Common | ||
| DeepModelToDetectAnomalies2ModelDirectory | Conversion between DeepModel and DetectAnomalies2ModelDirectory |
DL_Common | ||
| DeepModelToDetectFeaturesModelDirectory | Conversion between DeepModel and DetectFeaturesModelDirectory |
DL_Common | ||
| DeepModelToLocatePointsModelDirectory | Conversion between DeepModel and LocatePointsModelDirectory |
DL_Common | ||
| DeepModelToSegmentInstancesModelDirectory | Conversion between DeepModel and SegmentInstancesModelDirectory |
DL_Common | ||
| DirectoryToClassifyObjectModelDirectory | Conversion between Directory and ClassifyObjectModelDirectory |
DL_Common | ||
| DirectoryToDetectAnomalies1ModelDirectory | Conversion between Directory and DetectAnomalies1ModelDirectory |
DL_Common | ||
| DirectoryToDetectAnomalies2ModelDirectory | Conversion between Directory and DetectAnomalies2ModelDirectory |
DL_Common | ||
| DirectoryToDetectFeaturesModelDirectory | Conversion between Directory and DetectFeaturesModelDirectory |
DL_Common | ||
| DirectoryToLocatePointsModelDirectory | Conversion between Directory and LocatePointsModelDirectory |
DL_Common | ||
| DirectoryToSegmentInstancesModelDirectory | Conversion between Directory and SegmentInstancesModelDirectory |
DL_Common | ||
| Ellipse2DToShapeRegion | Converts an ellipse to region of interest. |
FoundationLite | ||
| Gap1DToSegment2D | Converts a gap to a segment. |
FoundationLite | ||
| HeatmapToImage | Converts a heatmap to an image. |
FoundationLite | ||
| ImageToImageFormat | Converts an image to an image format. |
FoundationLite | ||
| ImageToSize | Converts an image to a size. |
FoundationLite | ||
| IntegerToHash | Converts an Integer to a Hash. |
FoundationLite | ||
| IntegerToPixel | Converts an integer value to pixel. |
FoundationLite | ||
| Line2DToLine3D | Converts a line in 2D to a line in 3D. |
FoundationBasic | ||
| Line3DToLine2D | Converts a line in 3D to a line in 2D by ignoring its Z coordinates. |
FoundationBasic | ||
| LineScanCameraModelToAnyCameraModel | Conversion |
Calibration | ||
| LineScanCameraModelToRectificationTransform | Conversion |
Calibration | ||
| LocationArrayToPoint2DArray | Converts an array of locations to an array of points. |
FoundationLite | ||
| LocationToPoint2D | Converts a location to its center point. |
FoundationLite | ||
| MatrixToRectificationTransform | Conversion |
Calibration | ||
| MIL1DcodeFormatToBarcodeFormat | Converts a MIL1DcodeFormat object to a BarcodeFormat. |
FoundationLite | ||
| PassFailStatusToBool | Converts a pass/fail status to a bool value. |
FoundationLite | ||
| PassFailStatusToHash | Converts a PassFailStatus object to a Hash. |
FoundationLite | ||
| PathToPoint2DArray | Converts a path to an array of points. |
FoundationLite | ||
| PinholeCameraModelToAnyCameraModel | Conversion |
Calibration | ||
| PinholeCameraModelToRectificationTransform | Conversion |
Calibration | ||
| Point2DArrayToLocationArray | Converts an array of points to an array of locations. |
FoundationLite | ||
| Point2DToLocation | Converts a point to a location its contained within. |
FoundationLite | ||
| Point2DToPoint3D | Converts a point in 2D to a point in 3D. |
FoundationBasic | ||
| Point3DArrayToPoint2DArray | Converts an array of points in 3D to an array of points in 2D by ignoring their Z coordinates. |
FoundationBasic | ||
| Point3DGridToPoint3DArray | Converts a grid of points to an array of points removing nonexistent ones. |
Vision3DLite | ||
| Point3DToPoint2D | Converts a point in 3D to a point in 2D by ignoring its Z coordinate. |
FoundationBasic | ||
| ProfileToPoint2DArray | Converts a profile to an array of points. |
FoundationLite | ||
| ProfileToRealArray | Converts a profile to an array of real numbers. |
FoundationLite | ||
| RealArrayToPixelArray | Converts an array of real values to an array of pixels. |
FoundationLite | ||
| RealArrayToProfile | Converts an array of real numbers to a profile. |
FoundationLite | ||
| RealToPixel | Converts a real value to pixel. |
FoundationLite | ||
| Rectangle2DToShapeRegion | Converts a rectangle to region of interest. |
FoundationLite | ||
| RegionToImage | Converts a region to an image. |
FoundationLite | ||
| RegionToShapeRegion | Converts a region to region of interest. |
FoundationLite | ||
| Ring2DToShapeRegion | Converts a ring to region of interest. |
FoundationLite | ||
| Segment2DToLine2D | Converts a segment to a line. |
FoundationLite | ||
| Segment2DToPath | Converts a segment to a path. |
FoundationLite | ||
| Segment2DToSegment3D | Converts a segment in 2D to a segment in 3D. |
FoundationBasic | ||
| Segment3DToLine3D | Converts a segment in 3D to a line in 3D. |
FoundationBasic | ||
| Segment3DToPath | Converts a segment in 3D to a path in 2D by ignoring its Z coordinates. |
FoundationBasic | ||
| Segment3DToSegment2D | Converts a segment in 3D to a segment in 2D by ignoring its Z coordinates. |
FoundationBasic | ||
| SparseImageToRegion | Converts a sparse region to a region. |
FoundationLite | ||
| StringLabelToString | Converts a StringLabel object to a String. |
FoundationLite | ||
| StringToClassifyObjectModelDirectory | Conversion between Directory and ClassifyObjectModelDirectory |
DL_Common | ||
| StringToDetectAnomalies1ModelDirectory | Conversion between String and DetectAnomalies1ModelDirectory |
DL_Common | ||
| StringToDetectAnomalies2ModelDirectory | Conversion between String and DetectAnomalies2ModelDirectory |
DL_Common | ||
| StringToDetectFeaturesModelDirectory | Conversion between String and DetectFeaturesModelDirectory |
DL_Common | ||
| StringToLocatePointsModelDirectory | Conversion between String and LocatePointsModelDirectory |
DL_Common | ||
| StringToSegmentInstancesModelDirectory | Conversion between String and SegmentInstancesModelDirectory |
DL_Common | ||
| Stripe1DToSegment2D | Converts a stripe to a segment. |
FoundationLite | ||
| SurfaceFormatToSurfaceCoordinatesFormat | Converts a surface format to a surface coordinates format. |
Vision3DStandard | ||
| SurfaceToImage | Converts a surface object to an image. |
Vision3DStandard | ||
| SurfaceToPoint3DArray | Converts a surface object to an array of points removing nonexistent ones. |
Vision3DStandard | ||
| SurfaceToPoint3DGrid | Converts a surface object to a grid of points. |
Vision3DStandard | ||
| SurfaceToSurfaceCoordinatesFormat | Converts a surface to a surface coordinates format. |
Vision3DStandard | ||
| SurfaceToSurfaceFormat | Converts a surface to a surface format. |
Vision3DStandard | ||
| TelecentricCameraModelToAnyCameraModel | Conversion |
Calibration | ||
| TelecentricCameraModelToRectificationTransform | Conversion |
Calibration | ||
| ValueLimits_f64ToValueLimits | Converts value limits of different types. |
FoundationLite | ||
| ValueLimitsToValueLimits_f64 | Converts value limits of different types. |
FoundationLite | ||
| Vector2DToVector3D | Converts a vector in 2D to a vector in 3D. |
FoundationBasic | ||
| Vector3DToVector2D | Converts a vector in 3D to a vector in 2D by ignoring its Z coordinates. |
FoundationBasic |
