human/types/posenet/buildParts.d.ts

3 lines
166 B
TypeScript

import * as heapSort from './heapSort';
export declare function buildPartWithScoreQueue(scoreThreshold: any, localMaximumRadius: any, scores: any): heapSort.MaxHeap;