6 lines
201 B
C
6 lines
201 B
C
|
|
#pragma once
|
||
|
|
#include <opencv2/opencv.hpp>
|
||
|
|
#include "SG_baseDataType.h"
|
||
|
|
//#include "SG_fireBrickAlgo.h"
|
||
|
|
|
||
|
|
void SG_TwoPassLabel(const cv::Mat& bwImg, cv::Mat& labImg, std::vector<SSG_Region>& labelRgns);
|