소스 검색

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