Leadtools.Services.ImageProcessing.DataContracts Namespace : IntensityDetectRequest Class |
The following tables list the members exposed by IntensityDetectRequest.
Name | Description | |
---|---|---|
IntensityDetectRequest Constructor | Initializes a new instance of the IntensityDetectRequest class object. |
Name | Description | |
---|---|---|
Channel | Gets or sets a flag that indicates the channel to process. | |
ConvertOptions | Gets or sets the Leadtools.Services.Raster.DataContracts.RasterConvertOptions which controls the conversion from one image format to any of the image formats supported by LEADTOOLS. (Inherited from Leadtools.Services.ImageProcessing.DataContracts.CommandRequest) | |
HighThreshold | Gets or sets a value that represents the highest intensity to detect. | |
InColor | Gets or sets a color used to fill pixels having an intensity value between LowThreshold and HighThreshold. | |
LowThreshold | Gets or sets a value that represents the lowest intensity to detect. | |
OutColor | Gets or sets a color used to fill those pixels having an intensity value less than LowThreshold or greater than HighThreshold. | |
RegionData | Gets or sets the Leadtools.Services.Raster.DataContracts.RasterRegionData object that will be used to specify a region on an image. (Inherited from Leadtools.Services.ImageProcessing.DataContracts.CommandRequest) |