BoundingBoxUtil.Type

public static final enum BoundingBoxUtil.Type

境界ボックスの表現方法を表します。

継承されるメソッド

列挙値

public static final BoundingBoxUtil.Type 境界

境界線 {left、top、right、bottom} の組み合わせを使用して境界ボックスを表します。デフォルトの順序は {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, width, height} です。その他の順序はインデックス配列で示すことができます。