Back to FabImage Library website
You are here: Start » Function Reference » Box
Box
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
BoxCenter | Returns center of a box. | Lite |
![]() |
BoxCharacteristicPoint | Returns a characteristic point (e.g. the top-left) of a box. | Lite |
![]() |
BoxCharacteristicPoints | Computes the characteristic points of the box. | Lite |
![]() |
BoxesBoundingBox | Computes the bounding box of given boxes. | Lite |
![]() |
BoxesBoundingBox_OrNil | Computes the bounding box of given boxes; returns NIL if the array is empty. | Lite |
![]() |
BoxIntersection | Computes the common part of two boxes. | Lite |
![]() |
BoxToBoxDistance | Computes minimal distance between one of the points of the first box with one of the points of the second box. | Lite |
![]() |
CreateBox | Creates a box. | Lite |
![]() |
DilateBox | Performs a morphological dilation on a box using box kernel. | Lite |
![]() |
ErodeBox | Performs a morphological erosion on a box using box kernel. | Lite |
![]() |
RemoveEmptyBoxes | Secures against domain errors caused by empty boxes. | Lite |
![]() |
ResizeBox | Changes the dimensions of a box. | Lite |
![]() |
ResizeBox_Delta | Changes the dimensions of a box by adding some values. | Lite |
![]() |
ResizeBox_Relative | Resizes a box to relatively defined dimensions. | Lite |
![]() |
SkipEmptyBox | Secures against domain errors caused by empty boxes. | Lite |
![]() |
SplitBox | Splits a box into two along a direction. | Lite |
![]() |
TestBoxEmpty | Tests whether the box is empty. | Lite |
![]() |
TestBoxEqualTo | Tests whether given boxes are equal. | Lite |
![]() |
TestBoxInBox | Tests whether a box is contained in another one. | Lite |
![]() |
TestBoxIntersectsWith | Tests whether two boxes have non-empty intersection. | Lite |
![]() |
TestBoxNotEmpty | Tests whether the box is not empty. | Lite |
![]() |
TranslateBox | Shifts a box by a discreet vector. | Lite |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
FisFilter_AccessBox | Returns individual fields of box. | Lite |
![]() |
FisFilter_MakeBox | Creates a box structure from individual fields. | Lite |