print.Edge_Parameters {DRIP} | R Documentation |
Print Parameter Selection Results in Edge Detection
Description
Display information about an edge detection parameter selection object.
Usage
## S3 method for class 'Edge_Parameters'
print(x, type = "all", ...)
Arguments
x |
An edge detection parameter selection object. |
type |
The type of information to display. The "matrix"
option prints the bootstrap version of |
... |
Further arguments passed to or from other methods. |
Details
Prints some information about an edge detection parameter
selection object. In particular, this method prints the d_{KQ}
values based on bootstrap samples, the selected bandwidth and
threshold.
Value
A display of parameter selection results in edge detection.
Author(s)
Yicheng Kang
References
Kang, Y. and Qiu, P. (2014) "Jump Detection in Blurred Regression Surfaces," Technometrics, 56(4), 539 – 550, doi:10.1080/00401706.2013.844732.
See Also
stepEdgeParSel
, roofEdgeParSel
Examples
set.seed(24)
parSel <- stepEdgeParSel(image = sar, bandwidth = 5,
thresh = c(17, 21), nboot = 1)
print(parSel, type = "all")