Back to FabImage Library website
You are here: Start » Function Reference » Profile Basics
Profile Basics
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
CreateUniformProfile | Creates an uniform profile of the given size. | Professional |
![]() |
GetProfileElement | Gets a single value from a profile, located at the specified index. | Professional |
![]() |
GetProfileElement_Interpolated | Returns linear interpolation between two consecutive values from a profile. | Professional |
![]() |
GetProfileValue | Gets a single value from a profile, located at the specified X coordinate. | Professional |
![]() |
ProfileCoordinates | Returns an array of all X and Y coordinates of the input profile. | Professional |
![]() |
ProfileIndices | Returns an array of all indices of the input profile (0, 1, 2, ...). | Professional |
![]() |
SetProfileElement | Sets a single element in a profile, located at the specified index. | Professional |
![]() |
SetProfileXTransform | Sets the offset and the scale of a profile in the X axis. | Professional |
![]() |
SkipEmptyProfile | Secures against domain errors caused by empty profiles, e.g. just before the ProfileAverage filter is to be invoked. | Professional |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
FisFilter_AccessProfile | Returns individual fields of a profile. | Professional |
![]() |
FisFilter_MakeProfile | Creates a profile structure. | Professional |