Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D Constructions
Geometry 2D Constructions
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
CircleTangents | Computes circle tangent lines passing through a point. | Lite |
![]() |
CircleThroughPoints | Computes a circle passing through three noncollinear points. | Lite |
![]() |
CreateCoordinateSystemFromPoint | Most often used to define an object alignment from results of 1D Edge Detection or Blob Analysis. | Lite |
![]() |
CreateCoordinateSystemFromRectangle | Most often used to define an object alignment from a filter like RegionBoundingRectangle. | Lite |
![]() |
CreateCoordinateSystemFromSegment | Creates a coordinate system with the origin on a given segment. | Lite |
![]() |
CreateCoordinateSystemFromTwoPoints | Most often used to define an object alignment from results of two 1D Edge Detection scans, each of which locates one side of a rectangular object. | Lite |
![]() |
CreateCoordinateSystemFromVector | Both vectors and coordinate systems can represent object translations. This operation does a conversion. | Lite |
![]() |
LineThroughPoint | Computes a line passing through a point with given angle. | Lite |
![]() |
LineThroughPoints | Computes a line passing through two distinct points. | Lite |
![]() |
ProjectPointOnCircle | Projects a point onto a circle. | Lite |
![]() |
ProjectPointOnLine | Projects a point onto a line. | Lite |
![]() |
ProjectPointsOnCircle | Projects points onto a circle. | Lite |
![]() |
ProjectPointsOnLine | Projects points onto a line. | Lite |
![]() |
SplitRectangle | Splits the rectangle into two along the direction. | Lite |
![]() |
VectorBetweenPoints | Computes a vector representing distance from one point to another. | Lite |