OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
warping.hpp ファイル
#include "../common.hpp"
#include "traits.hpp"
#include "remap.hpp"
#include "gpumat.hpp"
Include dependency graph for warping.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  cv::cudev::AffineMapPtr
 
struct  cv::cudev::AffineMapPtrSz
 
struct  cv::cudev::PerspectiveMapPtr
 
struct  cv::cudev::PerspectiveMapPtrSz
 
struct  cv::cudev::PtrTraits< AffineMapPtrSz >
 
struct  cv::cudev::PtrTraits< PerspectiveMapPtrSz >
 

名前空間

namespace  cv
 
namespace  cv::cudev
 

マクロ定義

#define OPENCV_CUDEV_PTR2D_WARPING_HPP
 

関数

static __host__ AffineMapPtrSz cv::cudev::affineMap (Size dstSize, const GpuMat_< float > &warpMat)
 
static __host__ PerspectiveMapPtrSz cv::cudev::perspectiveMap (Size dstSize, const GpuMat_< float > &warpMat)
 
template<class SrcPtr >
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, AffineMapPtrcv::cudev::warpAffinePtr (const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
 
template<class SrcPtr >
__host__ RemapPtr1Sz< typename PtrTraits< SrcPtr >::ptr_type, PerspectiveMapPtrcv::cudev::warpPerspectivePtr (const SrcPtr &src, Size dstSize, const GpuMat_< float > &warpMat)
 

マクロ定義詳解

◆ OPENCV_CUDEV_PTR2D_WARPING_HPP

#define OPENCV_CUDEV_PTR2D_WARPING_HPP