OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::cudev::TexturePtr< T > Struct Template Reference

#include "texture.hpp"

Inheritance diagram for cv::cudev::TexturePtr< T >:
Collaboration diagram for cv::cudev::TexturePtr< T >:

Public Types

typedef float index_type
 
typedef T value_type
 

Public Member Functions

__device__ __forceinline__ T operator() (float y, float x) const
 

Public Attributes

cudaTextureObject_t texObj
 

Member Typedef Documentation

◆ index_type

template<typename T >
typedef float cv::cudev::TexturePtr< T >::index_type

◆ value_type

template<typename T >
typedef T cv::cudev::TexturePtr< T >::value_type

Member Function Documentation

◆ operator()()

template<typename T >
__device__ __forceinline__ T cv::cudev::TexturePtr< T >::operator() ( float  y,
float  x 
) const
inline

Member Data Documentation

◆ texObj

template<typename T >
cudaTextureObject_t cv::cudev::TexturePtr< T >::texObj

The documentation for this struct was generated from the following file: