Переглянути джерело

remove the blur image operation in the watershed algorithm

gsp 7 місяців тому
батько
коміт
fe0e99a4a9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      OTSCPP/OTSImagePro/OTSImageProcess.cpp

+ 1 - 1
OTSCPP/OTSImagePro/OTSImageProcess.cpp

@@ -554,7 +554,7 @@ namespace OTSIMGPROC
 		CBSEImgPtr noBgImg = CBSEImgPtr(new CBSEImg(fieldImg->GetImageRect()));
 		RemoveBackGround(fieldImg, noBgImg);
 
-		BlurImage(noBgImg);
+		//BlurImage(noBgImg);
 
 		std::vector<CPoint> seeds;
 		seeds.clear();