From SEG_ELT bbox¶
Documentation¶
- Class name:
ImpactFrom_SEG_ELT_bbox
- Category:
ImpactPack/Util
- Output node:
False
This node is designed to extract the bounding box coordinates from a given segmentation element, providing a straightforward way to access the spatial boundaries of an object within an image.
Input types¶
Required¶
bbox
- The bounding box of a segmentation element, specifying the spatial boundaries of an object within an image. It is crucial for determining the area of interest.
- Comfy dtype:
SEG_ELT_bbox
- Python dtype:
Tuple[int, int, int, int]
Output types¶
left
- Comfy dtype:
INT
- The left coordinate of the bounding box.
- Python dtype:
int
- Comfy dtype:
top
- Comfy dtype:
INT
- The top coordinate of the bounding box.
- Python dtype:
int
- Comfy dtype:
right
- Comfy dtype:
INT
- The right coordinate of the bounding box.
- Python dtype:
int
- Comfy dtype:
bottom
- Comfy dtype:
INT
- The bottom coordinate of the bounding box.
- Python dtype:
int
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown