#ifndef __GF3CALIBRATIONGEOCODINGFUNCUDA__H__ #define __GF3CALIBRATIONGEOCODINGFUNCUDA__H__ #include "gf3calibrationandorthlib_global.h" #include "BaseConstVariable.h" #include "GPUTool.cuh" #include #include #include #include /// /// 计算极化转换系数(float) /// /// 入射角 /// 转换参数 /// extern __device__ __host__ float Computrer_polartionConver_rpolf(float inangle, float alpha = 1); /// /// 计算极化转换系数 (double) /// /// 入射角 /// 转换参数 /// extern __device__ __host__ double Computrer_polartionConver_rpold(double inangle, double alpha = 1); #endif