OpenCV 4.10.0
开源计算机视觉
|
#include "opencv2/core/base.hpp"
#include "../common.hpp"
#include "../grid/copy.hpp"
#include "traits.hpp"
#include "gpumat.hpp"
命名空间 | |
命名空间 | cv |
与磁盘上某个文件关联的文件存储的“黑匣子”表示形式。 | |
命名空间 | cv::cudev |
宏 | |
#define | OPENCV_CUDEV_PTR2D_REMAP_HPP |
函数 | |
template<class SrcPtr , class MapPtr > | |
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< MapPtr >::ptr_type > | cv::cudev::remapPtr (const SrcPtr &src, const MapPtr &map) |
template<class SrcPtr , class MapXPtr , class MapYPtr > | |
__host__ RemapPtr2Sz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< MapXPtr >::ptr_type, typename PtrTraits< MapYPtr >::ptr_type > | cv::cudev::remapPtr (const SrcPtr &src, const MapXPtr &mapx, const MapYPtr &mapy) |
#define OPENCV_CUDEV_PTR2D_REMAP_HPP |