algoLib/sourceCode/WD_bottleCapQualityCheck.cpp

12 lines
270 B
C++
Raw Normal View History

#include <vector>
#include "SG_baseDataType.h"
#include "SG_baseAlgo_Export.h"
#include "WD_bottleCapQualityCheck_Export.h"
#include <opencv2/opencv.hpp>
#include <limits>
void wd_getBottleCapQualtiy(
std::vector< std::vector<SVzNL3DPosition>>& scanLines)
{
return;
}