Click or drag to resize

AutoCropCommand Constructor (Double, Color, Boolean)

Initializes a new instance of AutoCropCommand specifying a tolerance, override color, and if uses median filter.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AutoCropCommand(
	double tolerance,
	Color overrideColor,
	bool useMedianFilter
)

Parameters

tolerance
Type: SystemDouble

The tolerance used to locate the edges. (0 - 100)

overrideColor
Type: System.DrawingColor

A specific color to represent the image 'whitespace'.

useMedianFilter
Type: SystemBoolean
If true, removed noise from the image prior to getting crop dimensions.
See Also