algoLib/sourceCode/WD_bottleCapQualityCheck_Export.h

15 lines
344 B
C
Raw Normal View History

#pragma once
#if defined(SG_API_LIBRARY)
# define SG_APISHARED_EXPORT __declspec(dllexport)
#else
# define SG_APISHARED_EXPORT __declspec(dllimport)
#endif
#include "SG_baseDataType.h"
#include <vector>
#include <opencv2/opencv.hpp>
SG_APISHARED_EXPORT void wd_getBottleCapQualtiy(
std::vector< std::vector<SVzNL3DPosition>>& scanLines);