enhancementhelp wanted
仓库指标
- Star
- (35 star)
- PR 合并指标
- (PR 指标待抓取)
描述
One use for the color difference formulas is to find the closest color from a set to a given color. A good data structure for this seems to be a v-p tree (Vantage Point Tree), as it allows for much faster queries than the linear approach.