BoundingBoxUtil.Type

public static Final enum BoundingBoxUtil.Type

境界ボックスがどのように表現されるかを示します。

継承されたメソッド

列挙値

public static Final BoundingBoxUtil.Type BOUNDARIES

境界 {left、top、right、bottom} の組み合わせを使用して境界ボックスを表します。デフォルトの順序は {左、上、右、下} です。他の順序はインデックス配列で示すことができます。

public static Final BoundingBoxUtil.Type CENTER

ボックスの中心、幅、高さを使用して境界ボックスを表します。デフォルトの順序は {center_x, center_y, width, height} です。他の順序はインデックス配列で示すことができます。

public static Final BoundingBoxUtil.Type UPPER_LEFT

左上隅、幅、高さを使用して境界ボックスを表します。デフォルトの順序は {upper_left_x、upper_left_y、幅、高さ} です。他の順序はインデックス配列で示すことができます。