pub fn adaptive_nonmax_suppression<T>(vec: &mut Vec<T>, n: usize) -> Vec<T>where T: Matchable + Copy,
自适应非最大抑制
vec
n
返回抑制后的特征向量