feat: remove redudent eikonal lib from UR
This commit is contained in:
@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
|
||||
std::vector<std::string> args(argNum);
|
||||
args[0] = "/home/sun/20230418T145123/";
|
||||
args[1] = "/home/sun/20230418T141000/";
|
||||
args[2] = "/home/sun/AscanData/";
|
||||
args[2] = "/home/krad/output/";
|
||||
args[3] = Recon::DEFAULT_CONFIG_PATH;
|
||||
argc = argc <= argNum? argc-1 : argNum;
|
||||
for (int i = 0; i < argc; i++)
|
||||
|
||||
@@ -13,7 +13,10 @@
|
||||
#include "Matrix.h"
|
||||
#include "Bresenham.h"
|
||||
#include "DGradient.h"
|
||||
#include "eikonal.h"
|
||||
|
||||
//当前版本暂时不适用该函数,所以不需要引用该头文件
|
||||
//暂留备忘
|
||||
// #include "eikonal.h"
|
||||
|
||||
|
||||
using namespace Aurora;
|
||||
@@ -79,7 +82,7 @@ namespace Recon
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
//本函数暂不使用,已注释其中核心函数eikonal,该函数源于动态库和eikonal.h
|
||||
Aurora::Matrix eikonalMex(const Aurora::Matrix& volume, const Aurora::Matrix& point, int gpuSelection){
|
||||
int dims[3]{volume.getDimSize(0), volume.getDimSize(1), volume.getDimSize(2)};
|
||||
// float * result = eikonal(volume.getData(),dims,point.getData(),gpuSelection);
|
||||
|
||||
Reference in New Issue
Block a user