ImageProperties.Builder

パブリック静的抽象クラスImageProperties.Builder

ImagePropertiesのビルダー。画像オブジェクトが異なれば、必要なプロパティも異なる場合があります。詳細は以下をご覧ください。

    TensorBuffer :
  • 必須のプロパティ: 高さ / 幅 / colorSpaceType。 TensorBuffer オブジェクトの形状は、画像の高さと幅を決定するために使用されません。

パブリックコンストラクター

パブリックメソッド

画像のプロパティ
建てる()
抽象的なImageProperties.Builder
抽象的なImageProperties.Builder
setHeight (int 高さ)
抽象的なImageProperties.Builder
setWidth (int幅)

継承されたメソッド

パブリックコンストラクター

パブリックビルダー()

パブリックメソッド

public ImageProperties build ()

public abstract ImageProperties.Builder setColorSpaceType ( ColorSpaceType colorSpaceType)

パラメーター
カラースペースタイプ

パブリック抽象ImageProperties.Builder setHeight (int height)

パラメーター
身長

public abstract ImageProperties.Builder setWidth (int width)

パラメーター