| 103 | } |
| 104 | |
| 105 | inline __device__ int lookup(const int n, cudaTextureObject_t tex) { |
| 106 | return (int)tex1Dfetch<unsigned char>(tex, n); |
| 107 | } |
| 108 | |
| 109 | template<typename T, int arc_length> |
| 110 | __device__ void locate_features_core(T *local_image, float *score, |
no outgoing calls
no test coverage detected