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

クラス

struct  cv::cudev::Block
 

名前空間

namespace  cv
 
namespace  cv::cudev
 

マクロ定義

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP
 

関数

template<class InIt , class OutIt >
__device__ static __forceinline__ void cv::cudev::blockCopy (InIt beg, InIt end, OutIt out)
 
template<class It , typename T >
__device__ static __forceinline__ void cv::cudev::blockFill (It beg, It end, const T &value)
 
template<class InIt , class OutIt , class UnOp >
__device__ static __forceinline__ void cv::cudev::blockTransform (InIt beg, InIt end, OutIt out, const UnOp &op)
 
template<class InIt1 , class InIt2 , class OutIt , class BinOp >
__device__ static __forceinline__ void cv::cudev::blockTransform (InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp &op)
 
template<class OutIt , typename T >
__device__ static __forceinline__ void cv::cudev::blockYota (OutIt beg, OutIt end, T value)
 

マクロ定義詳解

◆ OPENCV_CUDEV_BLOCK_BLOCK_HPP

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP