Opens an interactive viewer to display detection results overlaid on the source image.
Arguments
- x
A
geosam_imageobject fromsam_image()orsam_explore_image().
Examples
if (FALSE) { # \dontrun{
result <- sam_image("photo.jpg", text = "dog")
sam_view_image(result)
} # }
