#pragma once #include #include using json = nlohmann::json; using namespace std; class YundaTecAlgorithnm { public : static json CallAlgorithnm(string pluginName, string filePath, string modelPath, int* roiVec, string pcArg); };