不过滤孤立点

This commit is contained in:
weixin_46229132 2025-02-15 15:57:27 +08:00
parent 554bf319d5
commit 5ebbc664a1
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ class ImagePreprocessor:
try:
self.extract_gps()
self.cluster()
self.filter_isolated_points()
# self.filter_isolated_points()
grid_points, translations = self.divide_grids()
self.copy_images(grid_points)
self.logger.info("预处理任务完成")

View File

@ -296,7 +296,7 @@ class ImagePreprocessor:
try:
self.extract_gps()
self.cluster()
self.filter_isolated_points()
# self.filter_isolated_points()
grid_points, translations = self.divide_grids()
# self.copy_images(grid_points)
# self.logger.info("预处理任务完成")