OpenCV
4.10.0
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 | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | 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 |