Преглед изворни кода

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