new updated

This commit is contained in:
王庆刚
2025-03-19 17:39:26 +08:00
parent 9b5b135fa3
commit f14faa323e
4 changed files with 53 additions and 18 deletions

View File

@ -57,7 +57,13 @@ def save_imgpairs(barcode, imgpaths, matrix, savepath, thresh=(0.4, 0.6), ctype=
def feat_analysis(featpath):
def feat_analysis(featpath):
'''
标准特征集中样本类内、类间相似度分布
'''
savepath = r"D:\exhibition\result\stdfeat"
InterThresh = (0.4, 0.6)