Bounding Box Drawing on Image
Or paste an image from the clipboard (Ctrl+V/Cmd+V anywhere on the page).
This site is pure locally, no image is uploaded
Click coordinates:
Enter bounding box coordinates (format: x1,y1,x2,y2):
How to Use this Tool
This tool allows you to draw and define bounding boxes on an image. A bounding box is a rectangular area used to identify and locate objects within an image. It's commonly used in computer vision tasks like object detection and image annotation.
Important: This tool operates entirely within your web browser. No images are uploaded to any server, and no data is stored. All processing happens locally on your computer, ensuring your images and the bounding box data remain private and secure.
Here's how to use it:
- Load an Image: You can either upload an image file using the "Choose File" button, paste an image URL into the text field, or paste an image directly from your clipboard (Ctrl+V / Cmd+V).
-
Draw a Bounding Box (with mouse):
- Click and hold the left mouse button where you want to start the top-left corner of your bounding box.
- Drag the mouse to the bottom-right corner of the object you want to enclose.
- Release the mouse button. A red box will appear, representing your bounding box.
-
Draw a Bounding Box (with coordinates):
- Enter the coordinates of the top-left (x1, y1) and bottom-right (x2, y2) corners of the bounding box in the text area provided. Use the format:
x1,y1,x2,y2
. Coordinates can be absolute pixel values or relative values (normalized to the range \[0, 1]). - Click the "Draw Box" button.
- Enter the coordinates of the top-left (x1, y1) and bottom-right (x2, y2) corners of the bounding box in the text area provided. Use the format:
- View Coordinates: The tool will display the bounding box's coordinates (x1, y1, x2, y2), both in absolute pixel values and relative values (normalized to the image's width and height). It also displays width and height.
- Clear Boxes: Use the "Clear Boxes" button to remove all drawn bounding boxes from the image.