OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
pyramids.hpp 文件参考
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
#include "../ptr2d/gpumat.hpp"
#include "../ptr2d/extrapolation.hpp"
#include "detail/pyr_down.hpp"
#include "detail/pyr_up.hpp"
pyramids.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件

命名空间

命名空间  cv
 
命名空间  cv::cudev
 

#define OPENCV_CUDEV_GRID_PYRAMIDS_HPP
 

函数

模板<class SrcPtr , typename DstType >
主机端 void cv::cudev::gridPyrDown (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
 
模板<class Brd , class SrcPtr , typename DstType >
主机端 void cv::cudev::gridPyrDown_ (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
 
模板<class SrcPtr , typename DstType >
主机端 void cv::cudev::gridPyrUp (const SrcPtr &src, GpuMat_< DstType > &dst, Stream &stream=Stream::Null())
 

宏定义文档

◆ OPENCV_CUDEV_GRID_PYRAMIDS_HPP

#define OPENCV_CUDEV_GRID_PYRAMIDS_HPP