Méthode | 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. |
|
IterativeThreshold ( ) : System |
Initializes a new instance of the IterativeThreshold class.
|
|
IterativeThreshold ( int minError ) : System |
Initializes a new instance of the IterativeThreshold class.
|
|
IterativeThreshold ( int minError, int threshold ) : System |
Initializes a new instance of the IterativeThreshold class.
|
Méthode | 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. | |
Résultat | int |
public CalculateThreshold ( |
||
image | Image to calculate binarization threshold for. | |
rect | Rectangle to calculate binarization threshold for. | |
Résultat | int |
public CalculateThreshold ( UnmanagedImage image, |
||
image | UnmanagedImage | Image to calculate binarization threshold for. |
rect | Rectangle to calculate binarization threshold for. | |
Résultat | int |
public IterativeThreshold ( int minError ) : System | ||
minError | int | Minimum allowed error, that ends the iteration process. |
Résultat | System |
public IterativeThreshold ( int minError, int threshold ) : System | ||
minError | int | Minimum allowed error, that ends the iteration process. |
threshold | int | Initial threshold value. |
Résultat | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
Résultat | void |