Files
cDNA-image-processing/.gitignore
T
Serendipity 1041a66270 refactor: remove_small_objects用Otsu替代中位数25%
对连通域面积分布做Otsu自动找分界,不再拍脑袋定百分比
2026-05-08 15:31:47 +08:00

20 lines
175 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 大型数据文件(>10MB
*.tif
*.TIF
# MATLAB临时文件
*.asv
# Python
__pycache__/
*.pyc
# OS
.DS_Store
Thumbs.db
# Obsidian
.obsidian/
# Flask
.playwright-mcp/