27 #ifndef MPBLOCKS_CUDANN_KERNELS_SE3_CU_H_
28 #define MPBLOCKS_CUDANN_KERNELS_SE3_CU_H_
31 #include <cuda_runtime.h>
41 template<
typename Format_t,
unsigned int NDim>
44 QueryPoint<Format_t,NDim>
49 unsigned int pitchOut,
57 template<
typename Format_t,
unsigned int NDim>
60 QueryPoint<Format_t,NDim>
65 unsigned int pitchOut,
__global__ void se3_distance(Format_t weight, QueryPoint< Format_t, NDim > query, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n)
weighted distance between elements of se3, points are interpreted as 3 values of position and 4 value...
__global__ void se3_pseudo_distance(Format_t weight, QueryPoint< Format_t, NDim > query, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n)
weighted distance between elements of se3, points are interpreted as 3 values of position and 4 value...