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

#include "interpolation.hpp"

Inheritance diagram for cv::cudev::CommonAreaInterPtrSz< SrcPtr >:
Collaboration diagram for cv::cudev::CommonAreaInterPtrSz< 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

float area_height
 
float area_width
 
int cols
 
int rows
 
SrcPtr src
 

Member Typedef Documentation

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

Member Function Documentation

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

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 >
float cv::cudev::CommonAreaInterPtr< SrcPtr >::area_height
inherited

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

template<typename SrcPtr >
float cv::cudev::CommonAreaInterPtr< SrcPtr >::area_width
inherited

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

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

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

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

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

template<typename SrcPtr >
SrcPtr cv::cudev::CommonAreaInterPtr< SrcPtr >::src
inherited

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


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