Skip to main content

Computer Vision: Face Detection & Annotation Using OpenCV

Detect faces in images and annotate them with bounding boxes using computer vision.

Task: Detect all faces in this image and draw bounding boxes around them.

dexto --agent image-editor-agent
Click to expand
Loading...

What it does

The Image Editor Agent includes computer vision capabilities powered by OpenCV:

  • Detect faces in uploaded images
  • Draw bounding boxes with customizable colors
  • Apply filters and transformations
  • Save annotated results

Requirements

  • OpenAI GPT-5 Mini (or compatible model)
  • Image upload capability (Web UI or API)

Try it

# Install the agent
dexto install image-editor-agent

# Run it
dexto --agent image-editor-agent

Upload an image in the Web UI, then ask:

"Detect all faces in this image and draw bounding boxes around them"