14 #ifndef _OPENCV_ZMAXHEAP_HPP_ 15 #define _OPENCV_ZMAXHEAP_HPP_
zmaxheap_t * zmaxheap_create(size_t el_sz)
int zmaxheap_remove_max(zmaxheap_t *heap, void *p, float *v)
void zmaxheap_add(zmaxheap_t *heap, void *p, float v)
void zmaxheap_destroy(zmaxheap_t *heap)