//----------------------------------------------------------- // // Description: // CUDA kernel code for the Fast Hough Transform (FHT) // algorithm. Requires CUDA hardware revision 1.1 // or above for atomic compability // // // Environment: // Software developed for the PANDA Detector at FAIR. // // Author List: // Felix Boehmer TU Munich (original author) // // //----------------------------------------------------------- #ifndef FHTKERNEL_H #define FHTKERNEL_H //#include typedef unsigned int uint; #endif