OpenCV
3.0.0-rc1
Open Source Computer Vision
|
#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"
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) |
#define __OPENCV_CUDEV_PTR2D_INTERPOLATION_HPP__ |