Explorar o código

remove the blur image operation in the watershed algorithm

gsp hai 7 meses
pai
achega
fe0e99a4a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();