OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
interpolation.hpp File Reference
#include "../common.hpp"
#include "../util/vec_traits.hpp"
#include "../util/saturate_cast.hpp"
#include "../util/type_traits.hpp"
#include "../util/limits.hpp"
#include "traits.hpp"

Classes

struct  cv::cudev::CommonAreaInterPtr< SrcPtr >
 
struct  cv::cudev::CommonAreaInterPtrSz< SrcPtr >
 
struct  cv::cudev::CubicInterPtr< SrcPtr >
 
struct  cv::cudev::CubicInterPtrSz< SrcPtr >
 
struct  cv::cudev::IntegerAreaInterPtr< SrcPtr >
 
struct  cv::cudev::IntegerAreaInterPtrSz< SrcPtr >
 
struct  cv::cudev::LinearInterPtr< SrcPtr >
 
struct  cv::cudev::LinearInterPtrSz< SrcPtr >
 
struct  cv::cudev::NearestInterPtr< SrcPtr >
 
struct  cv::cudev::NearestInterPtrSz< SrcPtr >
 
struct  cv::cudev::PtrTraits< CommonAreaInterPtrSz< SrcPtr > >
 
struct  cv::cudev::PtrTraits< CubicInterPtrSz< SrcPtr > >
 
struct  cv::cudev::PtrTraits< IntegerAreaInterPtrSz< SrcPtr > >
 
struct  cv::cudev::PtrTraits< LinearInterPtrSz< SrcPtr > >
 
struct  cv::cudev::PtrTraits< NearestInterPtrSz< SrcPtr > >
 

Namespaces

 cv
 
 cv::cudev
 

Macros

#define __OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP__
 

Functions

template<class SrcPtr >
__host__ IntegerAreaInterPtrSz
< typename PtrTraits< SrcPtr >
::ptr_type > 
cv::cudev::interArea (const SrcPtr &src, Size areaSize)
 
template<class SrcPtr >
__host__ CommonAreaInterPtrSz
< typename PtrTraits< SrcPtr >
::ptr_type > 
cv::cudev::interArea (const SrcPtr &src, Size2f areaSize)
 
template<class SrcPtr >
__host__ CubicInterPtrSz
< typename PtrTraits< SrcPtr >
::ptr_type > 
cv::cudev::interCubic (const SrcPtr &src)
 
template<class SrcPtr >
__host__ LinearInterPtrSz
< typename PtrTraits< SrcPtr >
::ptr_type > 
cv::cudev::interLinear (const SrcPtr &src)
 
template<class SrcPtr >
__host__ NearestInterPtrSz
< typename PtrTraits< SrcPtr >
::ptr_type > 
cv::cudev::interNearest (const SrcPtr &src)
 

Macro Definition Documentation

#define __OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP__