Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

cuda_cmp.h

Go to the documentation of this file.
00001 
00002 #ifndef cuda_cmp_h__
00003 #define cuda_cmp_h__ 1
00004 
00005 float ccc_cmp_cuda(const float* data1, const float* data2, const float* dm, const int &nx, const int &ny, const int &nz);
00006 
00007 float dot_cmp_cuda(float* data1, float* data2, const float* dm, const int &nx, const int &ny, const int &nz);
00008 
00009 float2 get_stats_cuda(const float * data, const int nx, const int ny, const int nz);
00010 
00011 void normalize_cuda(float * data, float mean, float var, const int nx, const int ny, const int nz);
00012 
00013 float get_value_at_wrap_cuda(float * data, int tx, int ty, int tz, int nx, int ny, int nz);
00014 
00015 float* calc_fourier_shell_correlation_cuda(const int nx, const int ny, const int nz, const int d);
00016 
00017 float fsc_tomo_cmp_cuda(const float* data1, const float* data2, const float data1threshold, const float data2threshold, const float minres, const float maxres, const int nx, const int ny, const int nz);
00018 
00019 #endif //cuda_processor_h__

Generated on Tue Jun 11 13:40:37 2013 for EMAN2 by  doxygen 1.3.9.1