OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
公有属性 | 所有成员列表
NppStInterpolationState 结构体参考

#include <opencv2/cudalegacy/NPP_staging.hpp>

NppStInterpolationState 的协作图

公有属性

Ncv32u nStep
 pitch
 
Ncv32fpBU
 向后水平位移
 
Ncv32fpBV
 向后垂直位移
 
Ncv32fpFU
 向前水平位移
 
Ncv32fpFV
 向前垂直位移
 
Ncv32fpNewFrame
 新帧
 
Ncv32f pos
 新帧位置
 
Ncv32fppBuffers [6]
 临时缓冲区
 
Ncv32fpSrcFrame0
 帧 0
 
Ncv32fpSrcFrame1
 帧 1
 
NcvSize32u size
 帧大小
 

详细描述

帧插值状态

此结构包含帧插值所需的参数。向前位移场是从帧 0 到帧 1 的每个像素映射。向后位移场是从帧 1 到帧 0 的每个像素映射。

成员数据文档

◆ nStep

Ncv32u NppStInterpolationState::nStep

pitch

◆ pBU

Ncv32f* NppStInterpolationState::pBU

向后水平位移

◆ pBV

Ncv32f* NppStInterpolationState::pBV

向后垂直位移

◆ pFU

Ncv32f* NppStInterpolationState::pFU

向前水平位移

◆ pFV

Ncv32f* NppStInterpolationState::pFV

向前垂直位移

◆ pNewFrame

Ncv32f* NppStInterpolationState::pNewFrame

新帧

◆ pos

Ncv32f NppStInterpolationState::pos

新帧位置

◆ ppBuffers

Ncv32f* NppStInterpolationState::ppBuffers[6]

临时缓冲区

◆ pSrcFrame0

Ncv32f* NppStInterpolationState::pSrcFrame0

帧 0

◆ pSrcFrame1

Ncv32f* NppStInterpolationState::pSrcFrame1

帧 1

◆ size

NcvSize32u NppStInterpolationState::size

帧大小


此结构的文档是从以下文件生成的