You are here: Start » AVL.NET » Function Reference » Profile » Profile Features

Profile Features

Icon Name Description / Applications Modules
ProfileAverage

Computes the average value of a profile.

FoundationPro
ProfileEdges

Finds the locations at which the profile values raise or fall quickly.


Can be used for 1D edge detection when the brightness profile is extracted from an image in a non-standard way.

FoundationPro
ProfileLocalExtrema

Finds the locations at which the values of the input profile are locally highest or lowest.

FoundationPro
ProfileMaximum

Finds the highest value of the input profile, its precise location and the corresponding index.

FoundationPro
ProfileMinimum

Finds the lowest value of the input profile, its precise location and the corresponding index.

FoundationPro
ProfileRidges

Finds the high or low peaks in the input profile.


Can be used for 1D ridge detection when the brightness profile is extracted from an image in a non-standard way.

FoundationPro
ProfileSections

Finds subprofiles whose values fall into the specified range.


It may also be considered profile thresholding.

FoundationPro
ProfileSize

Returns the number of elements in a profile.

FoundationPro
ProfileStripes

Finds pairs of opposite (raising and falling) edges in the input profile.


Can be used for 1D stripe detection when the brightness profile is extracted from an image in a non-standard way.

FoundationPro
ProfileSum

Computes the sum of profile values.

FoundationPro
ProfileZeroCrossings

Finds the points of a profile at which the profile intersects the x-axis.

FoundationPro