Show[]

✅ Works in Interactive Notebook

Category: Output.

Display an image.

If you have called Detect[] or Segment[], the respective bounding boxes or masks will be shown on the image.

Syntax

Show[]

Examples

The following example loads an image, detects the people, and displays the image with bounding boxes around the people.

Load["./photo.jpg"]
Detect["person"]
Show[]

See Also

Made with ❤️ by capjamesg