Description Usage Arguments Details Value Methods (by class) References See Also Examples
Given a single layer image, a global threshold value is
automatically obtained and a binarized image is returned. All pixels above
the auto-threshold are replaced by 1 and the rest by 0.
On the other hand, only a threshold value is returned for numeric vector
input.
1 2 3 4 5 6 7 8 9 10  | 
x | 
 numeric,   | 
... | 
 Additional arguments (none implemented).  | 
subset | 
 numeric or character. It indicates the channel to process (represented as integer or by their name).  | 
Threshold value is obtained with the Ridler and Calvard (1978) method. The implementation is based on the IsoData method of Auto Threshold ImageJ plugin by Gabriel Landini.
numeric or BinImage.
numeric: Require a numeric vector of length greater than 1 and
standard deviation greater than 0. This method returns the threshold
value.
CanopyPhoto: The argument subset will be passed to
subset for selecting which channel of the
CanopyPhoto will be processed. It computes the
threshold of the selected layer and return a BinImage.
RasterLayer: Compute the threshold and return a
BinImage.
Ridler, T., Calvard, S., 1978. Picture thresholding using an iterative selection method. IEEE Trans. Syst. Man Cybern. 8, 260-263.
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.