On this page |
このノードは、入力画像から任意の四角形領域を抽出し、それを引き伸ばして、出力のフル解像度にします。 これは、Corner Pinの反対の操作です。
出力画像の特定の領域の指定には、4つのポイントを使用します。 指定した領域の外側の画像データは破棄されます。
Scoping ¶
This operation may be restricted to certain planes, or components of planes. In addition, the operation may be applied to a subset of frames within the sequence. An image must have both its frame and plane scoped to be modified.
Images that are not modified are passed through, which does not take any memory or processing time.
Masking ¶
This operation may be masked, which restricts the operation to an area of the image. The mask may be inverted, brightened or dimmed.
The mask input is on the side of the node. The label on the connector indicates the plane being used as a mask.
The mask input can also be scaled to fit the output image’s resolution, if they differ. If this node is changing constantly, and the mask is not, it is somewhat faster to put a Scale COP down to do the resize for the mask image. Otherwise, the scale will occur every time this node cooks.
ビューポートで:
-
クリックまたはE(デフォルトホットキー)を押して、入力画像上でハンドルを編集します。 表示される画像は、その入力の画像に変わります。
-
そのハンドルをUnpinしたい領域の角へドラッグして調整します。
-
Alt + クリックでハンドルを選択するか、ハンドル周辺でAlt + ドラッグでハンドルを選択し、 選択したハンドルをグループとして移動します。 何もない空間でAlt + クリックして、ハンドルの選択を解除します。
-
再度クリックするか、'e'を押して、このノードの出力のビューへ戻ります。
Note
Unpinは、入力領域を選択する間は一時的にバイパスになります。領域の選択が完了すれば、自動的にまた非バイパスになります。
パラメータ ¶
UnPin ¶
Units
ポイント座標の単位を指定します。
Bottom Left, Bottom Right, Top Left, Top Right
入力領域の4つのコーナーポイント。
Filter
画像をスケールして新規領域に合わせる時に使用するフィルタ。
ローカル変数 ¶
L
Sequence length
S
Start of sequence
E
End of sequence
IL
Input sequence length
SR
Sequence frame rate
NP
Number of planes in sequence
W,H
Width and height of image
I
Image index (0 at start frame)
IT
Image time (0 at start frame)
AI
Current plane array index
PI
Current plane index
PC
Num of channels in current plane
CXRES
Composite Project X resolution
CYRES
Composite Project Y resolution
CPIXA
Composite Project pixel aspect ratio
CDEPTH
Composite Project raster depth
CBP
Composite Project black point
CWP
Composite Project white point
See also |