Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Features

Profile Features

Select a function from the list below.

IconNameDescription
ProfileAverageComputes the average value of a profile.
ProfileEdgesCan be used for 1D edge detection when the brightness profile is extracted from an image in a non-standard way.
ProfileLocalExtremaFinds the locations at which the values of the input profile are locally highest or lowest.
ProfileMaximumFinds the highest value of the input profile, its precise location and the corresponding index.
ProfileMinimumFinds the lowest value of the input profile, its precise location and the corresponding index.
ProfileRidgesCan be used for 1D ridge detection when the brightness profile is extracted from an image in a non-standard way.
ProfileSectionsFinds subprofiles whose values fall into the specified range.
ProfileSizeComputes the number of elements in a profile.
ProfileStripesCan be used for 1D stripe detection when the brightness profile is extracted from an image in a non-standard way.
ProfileSumComputes the sum of the profile values.
ProfileZeroCrossingsFinds the points of a profile at which the profile intersects the x-axis.