human/types/posenet/buildParts.d.ts

3 lines
166 B
TypeScript
Raw Normal View History

2021-03-17 23:57:00 +01:00
import * as heapSort from './heapSort';
export declare function buildPartWithScoreQueue(scoreThreshold: any, localMaximumRadius: any, scores: any): heapSort.MaxHeap;