Method | Description | |
---|---|---|
CalculateThreshold ( |
Calculate binarization threshold for the given image. The method is used to calculate binarization threshold only. The threshold later may be applied to the image using Threshold image processing filter. |
|
CalculateThreshold ( |
Calculate binarization threshold for the given image. The method is used to calculate binarization threshold only. The threshold later may be applied to the image using Threshold image processing filter. |
|
CalculateThreshold ( UnmanagedImage image, |
Calculate binarization threshold for the given image. The method is used to calculate binarization threshold only. The threshold later may be applied to the image using Threshold image processing filter. |
|
SISThreshold ( ) : System |
Initializes a new instance of the SISThreshold class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public CalculateThreshold ( |
||
image | Image to calculate binarization threshold for. | |
rect | Rectangle to calculate binarization threshold for. | |
return | int |
public CalculateThreshold ( |
||
image | Image to calculate binarization threshold for. | |
rect | Rectangle to calculate binarization threshold for. | |
return | int |
public CalculateThreshold ( UnmanagedImage image, |
||
image | UnmanagedImage | Image to calculate binarization threshold for. |
rect | Rectangle to calculate binarization threshold for. | |
return | int |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |