algoLib/sourceCode/WD_bottleCapQualityCheck_Export.h
jerryzeng 0747a9ae2e BQ_assemblyPosition ver 1.0.0
基础版本预发布,用于应用集成。
2025-12-18 20:25:30 +08:00

15 lines
344 B
C++

#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);