Returns the bounding box encompassing all detected objects.
Arguments
- x
A geosam object from
sam_detect()orsam_explore().
Examples
if (FALSE) { # \dontrun{
result <- sam_detect(image = "satellite.tif", text = "building")
bbox <- sam_bbox(result)
} # }
