algoLib/sourceCode/SG_labelling.h

6 lines
201 B
C
Raw Normal View History

2025-06-08 10:46:41 +08:00
#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);