VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes Enumerations SeeAlso
In This Topic
    Vintasoft.Imaging.ImageProcessing.Info Namespace (Vintasoft.Imaging)
    In This Topic
    Contains classes, which allow to get information about images.
    Classes
     ClassDescription
    ClassStores information about the color of the single image border.
    ClassDetects a background color of an image.
    ClassStores result of execution of the GetBackgroundColorCommand.
    ClassDetects a border color of an image.
    ClassStores result of execution of the GetBorderColorCommand.
    ClassDetects border around an image.
    ClassStores an execution result of the GetBorderRectCommand.
    ClassCalculates the number of colors in an image.
    ClassStores result of execution of the GetColorCountCommand.
    ClassGets the contours of the black-white image.
    ClassStores result of execution of the GetContoursCommand.
    ClassGets an information about the histogram of the image.
    ClassStores result of execution of the GetHistogramCommand.
    ClassCalculates the real color depth of an image.
    ClassStores the result of execution of the GetImageColorDepthCommand.
    ClassDetects rotation angle of image.
    ClassStores result of execution of the GetRotationAngleCommand.
    ClassDetects the binarization threshold of an image.
    ClassStores result of execution of the GetRotationAngleCommand.
    ClassDetermines the color of image rectangular region if image region contains only one color.
    ClassStores result of execution of the GetUniqueColorCommand.
    ClassChecks whether an image contains a certain color.
    ClassStores result of execution of the HasCertainColorCommand.
    ClassImage region as a result of image segmentation.
    ClassConverts ImageRegion objects from one data type to another.
    ClassDetermines whether an image contains only black and white colors.
    ClassStores the result of execution of the IsImageBlackWhiteCommand.
    ClassChecks whether an image is blank.
    ClassStores result of execution of the IsImageBlankCommand.
    ClassDetermines whether an image contains only gray colors.
    ClassStores the result of execution of the IsImageGrayscaleCommand.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available types of image regions.
    See Also