Ver Fonte

remove the blur image operation in the watershed algorithm

gsp há 7 meses atrás
pai
commit
fe0e99a4a9
1 ficheiros alterados com 1 adições e 1 exclusões
  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();