OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::NearestInterPtrSz< SrcPtr > Struct Template Reference

#include "interpolation.hpp"

Inheritance diagram for cv::cudev::NearestInterPtrSz< SrcPtr >:
Collaboration diagram for cv::cudev::NearestInterPtrSz< SrcPtr >:

Public Types

typedef float index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 

Public Member Functions

__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator() (float y, float x) const
 

Public Attributes

int cols
 
int rows
 
SrcPtr src
 

Member Typedef Documentation

template<class SrcPtr >
typedef float cv::cudev::NearestInterPtr< SrcPtr >::index_type
inherited
template<class SrcPtr >
typedef PtrTraits<SrcPtr>::value_type cv::cudev::NearestInterPtr< SrcPtr >::value_type
inherited

Member Function Documentation

template<class SrcPtr >
__device__ __forceinline__ PtrTraits<SrcPtr>::value_type cv::cudev::NearestInterPtr< SrcPtr >::operator() ( float  y,
float  x 
) const
inlineinherited

Member Data Documentation

template<class SrcPtr>
int cv::cudev::NearestInterPtrSz< SrcPtr >::cols

Referenced by cv::cudev::interNearest().

template<class SrcPtr>
int cv::cudev::NearestInterPtrSz< SrcPtr >::rows

Referenced by cv::cudev::interNearest().


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