Atalasoft.Imaging.ImageProcessing.Document Namespace |
Class | Description | |
---|---|---|
AdaptiveThresholdCommand | An ImageCommand used to convert a grayscale or color image into black and white using a
weighted thresholding technique. | |
AdvancedBorderRemovalCommand | Automatically removes black borders from a bi-tonal image using a sophisticated object detection
algorithm. | |
AdvancedDocCleanException | ||
AutoBorderCropCommand | Crops black borders from the edges of a bi-tonal image. | |
AutoBorderCropResults | Provides custom ImageResults for AutoBorderCropCommand. | |
AutoDeskewCommand | The AutoDeskewCommand automatically deskews a binary image using %%company%%'s patent
pending auto-deskew algorithm. | |
AutoDeskewResults | This class represents the results of applying the AutoDeskewCommand on an image. | |
AutoInvertTextCommand | Automatically inverts regions of text that are inverted (white on black) on a bi-tonal image. | |
AutoNegateCommand |
Inspects an bi-tonal image to determine if the image is negated. Will automatically invert the image if InvertWhenWhiteOnBlack.
| |
AutoNegateResults | Provides a custom ImageResults for the AutoNegateCommand. | |
BinarizeCommand | Converts a grayscale or color image to black and white using one of the available Binarize methods.
| |
BlankPageDetectionCommand | Detect whether a given image (or a region of interest in the image) is blank. | |
BlankPageDetectionResults | Provides a custom ImageResults for BlankPageDetectionCommand. | |
BlobRemovalCommand | A generic object removal command for bi-tonal images. | |
BorderRemovalCommand | An ImageCommand that removes solid borders from document images. | |
BorderRemovalResults | This class represents the results of applying the BorderRemovalCommand on an image.
| |
ColorExtractionCommand | This command detects color regions from a color document resulting in an image with grayscale and bi-tonal
areas masked with transparent alpha, and notification if the document contains any color. | |
ColorExtractionResults | Provides custom ImageResults for ColorExtractionCommand. | |
DitherCommand | This command is used for converting color or gray images to black and white using halftoning techniques to simulate gray in the final image. This command operates best on photographic images. Dithering is done using either Ordered Dithering or Floyd-Steinberg Error Diffusion dithering. With Ordered Dithering, the dithering matrix is fully replaceable and can be made to simulate custom halftone screens. | |
DocumentDespeckleCommand | The DocumentDespeckleCommand is useful for removing small isolated features in a bitonal
image without eroding solid features. The most common use is as a despeckle filter for document images. | |
DocumentHitOrMissCommand | Perform a hit-or-miss transformation on a binary image. | |
DocumentMedianCommand | Applies a median filter to a binary image. | |
DocumentPixelFormatChanger | This PixelFormatChanger is suited for document images and can be set to PixelFormatChanger. | |
DocumentThinningCommand |
Apply morphological thinning to a 1-bit image.
| |
DynamicThresholdCommand | Converts a multi-bit image (color or grayscale) to a single bit black and white image. | |
Geometry | A member of Segment class, spatial information with collection of polgons is provided | |
GlobalThresholdCommand | An ImageCommand used to convert a grayscale or color image into black and white using a
global thresholding technique. | |
Halftone | Represents a halftone region in an image. | |
HalftoneCollection | Represents a collection of Halftone objects. | |
HalftoneRemovalCommand | Detects and removes shaded regions from bi-tonal images. | |
HalftoneRemovalResults | Provides custom ImageResults for HalftoneRemovalCommand. | |
HolePunch | Represents a single hole punch in an image. | |
HolePunchCollection | Represents a collection of HolePunch objects. | |
HolePunchRemovalCommand | Removes circular hole punch artifacts from an image. | |
HolePunchRemovalResults | Provides custom ImageResults for HolePunchRemovalCommand. | |
Line | Represents a single line in an image. | |
LineCollection | Represents a collection of Line objects. | |
LineRemovalCommand | This class removes horizontal and/or vertical lines in a bi-tonal image. | |
LineRemovalResults | Provides custom ImageResults for LineRemovalCommand. | |
MarginCropCommand | Crops excess white borders from a bi-tonal image. | |
MarginCropResults | Provides custom ImageResults for MarginCropCommand. | |
MorphoDocumentCommand | This class will perform a mathematical morphological operation to a binary image. | |
OverlayMaskedDocumentCommand |
Overlay an image using an alpha mask.
| |
ResampleDocumentCommand | Resamples a binary image. | |
Segment | This class is designed to store spatial and qualitative information of the results of the document image
segmentation algorithm for document images. | |
SegmentationCommand | ||
SegmentationResults | ||
SegmentCollection | ||
SegmentsLocatedEventArgs | ||
SimpleThresholdCommand | This command converts a continuous RGB or grayscale image to a 1-bit black and white image, given a
threshold value. | |
SpeckRemovalCommand | Removes specks of a specified size from a bi-tonal image. |
Interface | Description | |
---|---|---|
IProcessSpeedConfig | Interface that when applied to a class is used to control the sampling factor useful in improving
performance possibly at the expense of accuracy. |
Delegate | Description | |
---|---|---|
OnSegmentsLocatedEventHandler |
Enumeration | Description | |
---|---|---|
AutoDeskewCropMode | The crop mode to use in the AutoDeskewCommand. | |
BinarizeMethod | Lists the supported binarization methods used in the BinarizeCommand | |
BorderRemovalEdges | Specifies the edges to remove when using BorderRemovalCommand. | |
DitheringMethod | Specifies the technique used for dithering in a DitherCommand. | |
ErrorNo | ||
ImageEdges | Indicates the edge of the image to inspect for commands such as HolePunchRemovalCommand.
| |
LineOrientations | Controls the Line Orientation used in LineRemovalCommand. | |
MorphoDocumentMode | The type of morphological filter to use in the MorphoDocumentCommand. | |
ResampleDocumentMethod | Specifies the resampling method to apply using the ResampleDocumentCommand. | |
RunSpeed | Defines the speed of processing at the expense of quality | |
SegmentType | ||
ThresholdMethod | Thresholding Method. |