Struct NppStInterpolationState#

Collaboration diagram for NppStInterpolationState:

NppStInterpolationState Node1 NppStInterpolationState     Node2 NcvSize32u   + NcvSize32u() + NcvSize32u() + operator==() Node2->Node1 +size Node3 unsigned     Node3->Node1 +nStep Node3->Node2 +height +width Node4 float     Node4->Node1 +pBU +pBV +pFU +pFV +pNewFrame +pSrcFrame0 +pSrcFrame1 +pos +ppBuffers

NppStInterpolationState Node1 NppStInterpolationState     Node2 NcvSize32u   + NcvSize32u() + NcvSize32u() + operator==() Node2->Node1 +size Node3 unsigned     Node3->Node1 +nStep Node3->Node2 +height +width Node4 float     Node4->Node1 +pBU +pBV +pFU +pFV +pNewFrame +pSrcFrame0 +pSrcFrame1 +pos +ppBuffers

Detailed Description#

struct NppStInterpolationState

Frame interpolation state

This structure holds parameters required for frame interpolation. Forward displacement field is a per-pixel mapping from frame 0 to frame 1. Backward displacement field is a per-pixel mapping from frame 1 to frame 0.

Member Data Documentation#

nStep#

Ncv32u NppStInterpolationState::nStep

pitch

pBU#

Ncv32f * NppStInterpolationState::pBU

backward horizontal displacement

pBV#

Ncv32f * NppStInterpolationState::pBV

backward vertical displacement

pFU#

Ncv32f * NppStInterpolationState::pFU

forward horizontal displacement

pFV#

Ncv32f * NppStInterpolationState::pFV

forward vertical displacement

pNewFrame#

Ncv32f * NppStInterpolationState::pNewFrame

new frame

pos#

Ncv32f NppStInterpolationState::pos

new frame position

ppBuffers#

Ncv32f * NppStInterpolationState::ppBuffers

temporary buffers

pSrcFrame0#

Ncv32f * NppStInterpolationState::pSrcFrame0

frame 0

pSrcFrame1#

Ncv32f * NppStInterpolationState::pSrcFrame1

frame 1

size#

NcvSize32u NppStInterpolationState::size

frame size

Source file#

The documentation for this struct was generated from the following file: