# Blob.corners() help

**URL:** https://forums.openmv.io/t/blob-corners-help/8360
**Category:** OpenMV Boards
**Created:** [May 24, 2023, 6:23pm UTC](https://forums.openmv.io/t/blob-corners-help/8360 "2023-05-24T18:23:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jake\_simmons1](https://avatars.discourse-cdn.com/v4/letter/j/e36b37/32.png) [@jake\_simmons1](https://forums.openmv.io/u/jake_simmons1)
#### Post date: [May 24, 2023, 6:23pm UTC](https://forums.openmv.io/t/blob-corners-help/8360/1 "2023-05-24T18:23:51Z")

</div>

For the blob.corners() function, what are the outputted tuple corner coordinates in respect to? Is is the center of the blob?

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [May 24, 2023, 6:43pm UTC](https://forums.openmv.io/t/blob-corners-help/8360/2 "2023-05-24T18:43:19Z")

</div>

No, it’s just the edges of the bounding box.

If you use min\_corners() those are the edges of the rotated bounding box. The rotated bounding box is the box that fits the blob within minimum size. The regular bounding box is not rotated so it’s not necessarily the minimum fit.
