Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Features

Image Features

Select a function from the list below.

Icon Name Description Library
DistanceTransform Computes an image in which the pixel values denote the estimated distances to the nearest bright pixel in the input image. Professional
ImageCenter Returns the geometrical center of an image. Lite
ImageHistogram Computes the histogram of the image pixel values. Professional
ImageLocalMaxima Detection of characteristic points, usually after some image transformations. Professional
ImageLocalMinima Detection of characteristic points, usually after some image transformations. Professional
ImageMassCenter Computes a point with coordinates equal to image mass center in brightness scale. Lite
ImageMoment Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant. Lite
ImageOrientation Computes the orientation of an image using image moments. The result range is from 0.0 to 180.0. Lite
ImagePixels Returns an array of pixels from the input image. Lite
ImagePixelValues Returns an array of pixel values from the input image. Lite
ImageProfileAlongPath This is the first step of all 1D Edge Detection operations. Here available for direct use by the user. Professional
ImageProjection Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile. Lite
ImageRidges Finds ridge pixels in an image. Professional
ImageSharpness Designed for manual or automatic camera focus adjustment. Professional