OpenCV
3.0.0
Open Source Computer Vision
|
#include "NPP_staging.hpp"
Public Attributes | |
Ncv32u | nStep |
pitch More... | |
Ncv32f * | pBU |
backward horizontal displacement More... | |
Ncv32f * | pBV |
backward vertical displacement More... | |
Ncv32f * | pFU |
forward horizontal displacement More... | |
Ncv32f * | pFV |
forward vertical displacement More... | |
Ncv32f * | pNewFrame |
new frame More... | |
Ncv32f | pos |
new frame position More... | |
Ncv32f * | ppBuffers [6] |
temporary buffers More... | |
Ncv32f * | pSrcFrame0 |
frame 0 More... | |
Ncv32f * | pSrcFrame1 |
frame 1 More... | |
NcvSize32u | size |
frame size More... | |
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.
Ncv32u NppStInterpolationState::nStep |
pitch
Ncv32f* NppStInterpolationState::pBU |
backward horizontal displacement
Ncv32f* NppStInterpolationState::pBV |
backward vertical displacement
Ncv32f* NppStInterpolationState::pFU |
forward horizontal displacement
Ncv32f* NppStInterpolationState::pFV |
forward vertical displacement
Ncv32f* NppStInterpolationState::pNewFrame |
new frame
Ncv32f NppStInterpolationState::pos |
new frame position
Ncv32f* NppStInterpolationState::ppBuffers[6] |
temporary buffers
Ncv32f* NppStInterpolationState::pSrcFrame0 |
frame 0
Ncv32f* NppStInterpolationState::pSrcFrame1 |
frame 1
NcvSize32u NppStInterpolationState::size |
frame size