Skip to contents

Opens an interactive viewer to display detection results overlaid on the source image.

Usage

sam_view_image(x)

Arguments

x

A geosam_image object from sam_image() or sam_explore_image().

Value

The geosam_image object when the user clicks "Done".

Examples

if (FALSE) { # \dontrun{
result <- sam_image("photo.jpg", text = "dog")
sam_view_image(result)
} # }