Desfocagem vetorial

O painel do nó tipo "Desfocagem vetorial".

CPU Compositor Only

The Vector Blur node is a fast method for simulating Motion Blur in compositing. It uses the vector speed render pass to blur the image pixels in 2D.

Inputs

Imagem

Image input, to be linked to the «Combined» render pass.

Z

Z depth, to be linked to the «Depth» render pass.

Velocidade

Input for the «Vector» render pass. See Cycles render passes.

Properties

Amostras

Fator de qualidade

Blur

O fator de escalonamento para o vetor de movimento (atualmente a «velocidade do obturador» em quadros).

Velocidade

A desfocagem vetorial pode produzir artefatos como listras, linhas e outras coisas. Para combater estes problemas, o filtro aplica uma limitação (truncagem), a qual poderá ser usada para limitar quais pixeis serão desfocados. A velocidade é definida em unidade de pixeis.

Máximo (velocidade)

O ajuste máximo. A maioria dos artefatos são causados por pixeis que se movem muito rápido.

Mínimo (Velocidade)

O ajuste mínimo para os pixeis que se movem, ele pode separar os pixeis que quase não se movem dos que estão se movimentando. Especialmente quando a câmera em si está se movendo, a máscara de vetor pode se tornar a imagem como um todo.

Curved

Interpolates motion between frames using a quadratic Bézier function rather than a linear function.

Saídas

Imagem

Motion blurred image output.

Usage

Even with a correct compositing setup with Image, Z and Speed nodes all linked to the appropriate passes, there may still be artifacts. The 2D render passes does not contain 3D information, and so the information what is behind a moving object or outside the camera view is lost.

Better results can be achieved by rendering the scene into multiple render layers, applying vector blur to each render layer, and then compositing the results together. Typically an animated character would be rendered in a separate render layer than the background set. Especially if hair or transparency is involved this is important.

For other artifacts it can help to slightly blur the Speed pass or to set a Maximum Speed limit. This helps to smoothen out the motion, but too much blurring leads to its own problems.

Exemplo

The speed vector in this example was created by animating the patterned sphere horizontally and using a frame at the mid-point of the sequence.

../../../_images/compositing_types_filter_vector-blur_example-base.jpg

O resultado da renderização, sem pós processamento.

../../../_images/compositing_types_filter_vector-blur_example-1.jpg

Composite, with Samples set to 32 and Blur set to 1.0.