Learn R Programming

DRIP (version 2.3)

summary.Edge_Parameters: Summarize Parameter Selection Results in Edge Detection

Description

Summarize and display some key information about an edge detection parameter selection object.

Usage

# S3 method for Edge_Parameters
summary(object, ...)

Value

A brief display of parameter selection results in edge detection.

Arguments

object

An edge detection parameter selection object.

...

Further arguments passed to or from other methods.

Author

Yicheng Kang

Details

Summarize results about an edge detection parameter selection object. In particular, it shows the \(d_{KQ}\) values based on bootstrap samples for combinations of bandwidth and threshold values.

References

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").

See Also

stepEdgeParSel, roofEdgeParSel, print.Edge_Parameters

Examples

Run this code
set.seed(24)
parSel <- stepEdgeParSel(image = sar, bandwidth = 5,
thresh = c(17, 21), nboot = 1)
summary(parSel)

Run the code above in your browser using DataLab