algoLib/sourceCode/SG_labelling.h
2025-06-08 10:46:41 +08:00

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