OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::NearestInterPtr< SrcPtr > Struct Template Reference

#include <opencv2/cudev/ptr2d/interpolation.hpp>

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

SrcPtr src

Member Typedef Documentation

◆ index_type

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

◆ value_type

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ src

template<class SrcPtr>
SrcPtr cv::cudev::NearestInterPtr< SrcPtr >::src

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