new updated
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user