12 lines
270 B
C++
12 lines
270 B
C++
|
|
#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;
|
||
|
|
}
|