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

#include <vec_distance_detail.hpp>

Static Public Member Functions

template<typename Dist , typename T1 , typename T2 >
static __device__ void calcCheck (const T1 *vecCached, const T2 *vecGlob, int len, Dist &dist, int ind)
 
template<typename Dist , typename T1 , typename T2 >
static __device__ void calcWithoutCheck (const T1 *vecCached, const T2 *vecGlob, Dist &dist)
 

Member Function Documentation

§ calcCheck()

template<int THREAD_DIM, int N>
template<typename Dist , typename T1 , typename T2 >
static __device__ void cv::gpu::device::vec_distance_detail::UnrollVecDiffCached< THREAD_DIM, N >::calcCheck ( const T1 *  vecCached,
const T2 *  vecGlob,
int  len,
Dist &  dist,
int  ind 
)
inlinestatic

§ calcWithoutCheck()

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

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