SOMS/test/XuAilibTest/XuAilib.h

21 lines
501 B
C
Raw Normal View History

2024-07-15 10:31:26 +08:00
#pragma once
#include <string>
#include <iostream>
#include <SegDetector.h>
#include <NanoDetector.h>
#include <opencv2\imgproc\types_c.h>
#include<opencv2/imgproc/imgproc_c.h>
#include "LineHandle.h"
#include<numeric>
#include <DoublePointerAlgorithm.h>
#include "SemicircularMeter.h"
#include <BrowseForFolder.h>
using namespace std;
using namespace cv;
class XuAilib
{
public:
__declspec(dllexport) bool Run(const char* path, const int roi[8], const char* format, string& result, string arg);
};