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 RasterConvertOptions which controls the conversion from one image format to any of the image formats supported by LEADTOOLS. (Inherited from 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 RasterRegionData object that will be used to specify a region on an image. (Inherited from CommandRequest) |