
邊界框;限位框
Although the bounding box is a polygon defining the area represented for the user, I simplify and use one point of this data.
盡管這個邊界框是一個用于定義表示用戶的區域的多邊形,但我簡化并使用該數據的一個點。
Gets the computed bounding box of the text object.
獲取文本對象的已計算出的邊界框。
The closest point to the bounding box of the attached collider.
到附加碰撞器的邊界框最近的點。
The closest point to the bounding box of the attached colliders.
到附加的碰撞器邊界框上的最近點。
Toggles between showing or hiding the bounding box around objects.
之間切換顯示或隱藏該包圍盒左右的物體。
Bounding box(邊界框)是計算機視覺和圖形學中常用的概念,通常指一個能夠完全包裹住目标物體或區域的矩形框,用于表示物體在圖像或空間中的位置和範圍。
基本定義
邊界框是一個幾何矩形,通過坐标參數(如左上角和右下角坐标,或中心點坐标加寬高)定義物體的位置和大小。例如,在二維圖像中,邊界框可用兩組坐标表示:
$$
(x{text{min}}, y{text{min}}) quad text{和} quad (x{text{max}}, y{text{max}})
$$
主要用途
表示方法
優缺點
如果需要進一步了解特定領域(如目标檢測算法中的邊界框回歸原理),可提供更詳細的補充說明。
單詞:bounding box
解釋:一個物體或形狀的邊界框,用于描述其形狀和大小。
例句:
用法:bounding box通常用于計算機視覺、圖像處理和機器學習中,用于描述物體或形狀在圖像中的位置和大小。它可以用于檢測、跟蹤和識别物體,也可以用于圖像分割和目标檢測。
近義詞:bounding rectangle、enclosing rectangle
反義詞:無
【别人正在浏覽】