OpenCV  4.3.0
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
lut.hpp File Reference
#include "../common.hpp"
#include "../util/vec_traits.hpp"
#include "../grid/copy.hpp"
#include "traits.hpp"
#include "gpumat.hpp"

Classes

struct  cv::cudev::LutPtr< SrcPtr, TablePtr >
 
struct  cv::cudev::LutPtrSz< SrcPtr, TablePtr >
 
struct  cv::cudev::PtrTraits< LutPtrSz< SrcPtr, TablePtr > >
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::cudev
 

Macros

#define OPENCV_CUDEV_PTR2D_LUT_HPP
 

Functions

template<class SrcPtr , class TablePtr >
__host__ LutPtrSz< typename PtrTraits< SrcPtr >::ptr_type, typename PtrTraits< TablePtr >::ptr_type > cv::cudev::lutPtr (const SrcPtr &src, const TablePtr &tbl)
 

Macro Definition Documentation

◆ OPENCV_CUDEV_PTR2D_LUT_HPP

#define OPENCV_CUDEV_PTR2D_LUT_HPP