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::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

◆ index_type

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

◆ value_type

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ cols

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

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

◆ rows

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

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

◆ src


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