InterpolationMethod

射影変換(台形補正)に使用する補間アルゴリズムを表す。

  • Lanczos3: Lanczos3 補間。出力品質は最も高いが、計算コストが増大する。

Entries

Link copied to clipboard

最近傍補間。計算コストは最小であるが、出力品質は最も低い。

Link copied to clipboard

バイリニア補間(既定値)。計算コストと出力品質のバランスに優れる。

Link copied to clipboard

Lanczos3 補間。出力品質は最も高いが、計算コストが増大する。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.