ImageOperator

パブリックインターフェイスImageOperator
既知の間接サブクラス

TensorImage オブジェクトを操作します。 ImageProcessorで使用されます。

パブリックメソッド

抽象テンソル画像
適用( TensorImageイメージ)
抽象整数
getOutputImageHeight (int inputImageHeight, int inputImageWidth)
入力画像サイズが指定された場合に、予想される出力画像の高さを計算します。
抽象整数
getOutputImageWidth (int inputImageHeight, int inputImageWidth)
入力画像サイズが指定された場合に、予想される出力画像の幅を計算します。
抽象的なPointF
inverseTransform (PointF ポイント、int inputImageHeight、int inputImageWidth)
結果イメージの座標系から入力イメージの座標系に点を変換します。

継承されたメソッド

パブリックメソッド

パブリック抽象TensorImage適用( TensorImageイメージ)

パラメーター
画像

public abstract int getOutputImageHeight (int inputImageHeight, int inputImageWidth)

入力画像サイズが指定された場合に、予想される出力画像の高さを計算します。

パラメーター
入力画像の高さ
入力画像幅

public abstract int getOutputImageWidth (int inputImageHeight, int inputImageWidth)

入力画像サイズが指定された場合に、予想される出力画像の幅を計算します。

パラメーター
入力画像の高さ
入力画像幅

public abstract PointF inverseTransform (PointF point, int inputImageHeight, int inputImageWidth)

結果イメージの座標系から入力イメージの座標系に点を変換します。

パラメーター
ポイント結果座標系からの点。
入力画像の高さ入力画像の高さ。
入力画像幅入力画像の幅。
戻り値
  • 入力画像の座標系からの座標を持つ点。