human/types/posenet/buildParts.d.ts

3 lines
166 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
import * as heapSort from './heapSort';
export declare function buildPartWithScoreQueue(scoreThreshold: any, localMaximumRadius: any, scores: any): heapSort.MaxHeap;