#include <vec_distance.hpp>
Public Types | |
| typedef int | value_type |
| typedef int | result_type |
Public Member Functions | |
| __device__ __forceinline__ | L1Dist () |
| __device__ __forceinline__ void | reduceIter (int val1, int val2) |
| template<int THREAD_DIM> | |
| __device__ __forceinline__ void | reduceAll (int *smem, int tid) |
| __device__ __forceinline__ | operator int () const |
Public Attributes | |
| int | mySum |
| typedef int cv::gpu::device::L1Dist< T >::value_type |
| typedef int cv::gpu::device::L1Dist< T >::result_type |
| __device__ __forceinline__ cv::gpu::device::L1Dist< T >::L1Dist | ( | ) |
| __device__ __forceinline__ void cv::gpu::device::L1Dist< T >::reduceIter | ( | int | val1, |
| int | val2 | ||
| ) |
| __device__ __forceinline__ void cv::gpu::device::L1Dist< T >::reduceAll | ( | int * | smem, |
| int | tid | ||
| ) |
| __device__ __forceinline__ cv::gpu::device::L1Dist< T >::operator int | ( | ) | const |
| int cv::gpu::device::L1Dist< T >::mySum |