21 lines
501 B
C
21 lines
501 B
C
![]() |
#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);
|
||
|
};
|
||
|
|