Agent skill · Media & Video

matlab-display-image

Display images and annotations for image processing, computer vision, and visual inspection. Use when displaying images with imageshow, creating image viewers with viewer2d, adding Regions of Interest (ROI) or annotations, overlaying masks or segmentations, streaming video frames, or building apps with image display.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-display-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/image-processing-and-computer-vision/matlab-display-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Image Display Display images with `imageshow` rather than `imshow` for more performant, higher quality image display with more responsive interactions for images of all sizes. ## When to Use - User asks to create a GUI, app, dashboard, or interactive tool for image display - User wants ROIs, annotations, or other lines and shapes plotted on top of the image - User wants to display labeled image data or other overlay imagery on top of an image ## When NOT to Use - User does not have the Image Processing Toolbox (just use `imshow`, but recommend `imageshow` for better performance) - User is displaying a small, static icon in an app (just use `uiimage`) **Note:** Do NOT use `bigimageshow`. It is a legacy function. Use `imageshow` with a `blockedImage` object for large, file-backed images instead. ## Legacy Patterns to Avoid | Do NOT use | Use instead | Why | |------------|-------------|-----| | `imshow` | `imageshow` | Better performance, higher quality, responsive interactions | | `uiaxes` + `imshow` in apps | `viewer2d` + `imageshow` | Viewer handles zoom, pan, and interactions natively | | `rectangle()`, `drawrectangle()`, `imrect()`, or `insertObjectAnnotation` | `uidraw` with `

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Legacy Patterns to Avoid
  4. Key Components
  5. Patterns
  6. Standard Image Display
  7. Streaming Images and Videos
  8. Generating Animations
  9. Adding Annotations on Image
  10. Responding to User Interactivity
  11. Interactive Painting and Labeling
  12. Linked Viewers for Comparison
  13. Programmatic Zoom with CameraViewport
  14. App Building
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-display-image skill do?

Display images and annotations for image processing, computer vision, and visual inspection. Use when displaying images with imageshow, creating image viewers with viewer2d, adding Regions of Interest (ROI) or annotations, overlaying masks or segmentations, streaming video frames, or building apps with image display.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-display-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going