You are here: Start » AVL.NET » Image Features

Image Features

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