
Last chance! 50% off unlimited learning
Sale ends in
Display information about an edge detection parameter selection object.
# S3 method for Edge_Parameters
print(x, type = "all", ...)
A display of parameter selection results in edge detection.
An edge detection parameter selection object.
The type of information to display. The "matrix"
option prints the bootstrap version of dKQ
values for each
combination of bandwidth and threshold. The "parameters"
option prints the selected bandwidth and threshold. The
"all" option prints all the information.
Further arguments passed to or from other methods.
Yicheng Kang
Prints some information about an edge detection parameter
selection object. In particular, this method prints the
Kang, Y. and Qiu, P. (2014) "Jump Detection in Blurred Regression Surfaces," Technometrics, 56(4), 539 -- 550, tools:::Rd_expr_doi("10.1080/00401706.2013.844732").
stepEdgeParSel
, roofEdgeParSel
set.seed(24)
parSel <- stepEdgeParSel(image = sar, bandwidth = 5,
thresh = c(17, 21), nboot = 1)
print(parSel, type = "all")
Run the code above in your browser using DataLab