OpenCV  2.4.13.5
Open Source Computer Vision
cv::gpu::device::vec_distance_detail::UnrollVecDiffCached< THREAD_DIM, 0 > Struct Template Reference

#include <vec_distance_detail.hpp>

Static Public Member Functions

template<typename Dist , typename T1 , typename T2 >
static __device__ __forceinline__ void calcCheck (const T1 *, const T2 *, int, Dist &, int)
 
template<typename Dist , typename T1 , typename T2 >
static __device__ __forceinline__ void calcWithoutCheck (const T1 *, const T2 *, Dist &)
 

Member Function Documentation

§ calcCheck()

template<int THREAD_DIM>
template<typename Dist , typename T1 , typename T2 >
static __device__ __forceinline__ void cv::gpu::device::vec_distance_detail::UnrollVecDiffCached< THREAD_DIM, 0 >::calcCheck ( const T1 *  ,
const T2 *  ,
int  ,
Dist &  ,
int   
)
inlinestatic

§ calcWithoutCheck()

template<int THREAD_DIM>
template<typename Dist , typename T1 , typename T2 >
static __device__ __forceinline__ void cv::gpu::device::vec_distance_detail::UnrollVecDiffCached< THREAD_DIM, 0 >::calcWithoutCheck ( const T1 *  ,
const T2 *  ,
Dist &   
)
inlinestatic

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