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

#include "interpolation.hpp"

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

Public Types

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

Public Member Functions

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

Public Attributes

int area_height
 
int area_width
 
SrcPtr src
 

Member Typedef Documentation

template<typename SrcPtr >
typedef float cv::cudev::IntegerAreaInterPtr< SrcPtr >::index_type
template<typename SrcPtr >
typedef PtrTraits<SrcPtr>::value_type cv::cudev::IntegerAreaInterPtr< SrcPtr >::value_type

Member Function Documentation

template<typename SrcPtr >
__device__ PtrTraits<SrcPtr>::value_type cv::cudev::IntegerAreaInterPtr< SrcPtr >::operator() ( float  y,
float  x 
) const
inline

References cv::cudev::saturate_cast(), and cv::cudev::NearestInterPtr< SrcPtr >::src.

Here is the call graph for this function:

Member Data Documentation

template<typename SrcPtr >
int cv::cudev::IntegerAreaInterPtr< SrcPtr >::area_height

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

template<typename SrcPtr >
int cv::cudev::IntegerAreaInterPtr< SrcPtr >::area_width

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

template<typename SrcPtr >
SrcPtr cv::cudev::IntegerAreaInterPtr< SrcPtr >::src

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


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