Classes | Namespaces | Macros | Functions
zmaxheap.cpp File Reference
#include "precomp.hpp"
#include "zmaxheap.hpp"
Include dependency graph for zmaxheap.cpp:

Go to the source code of this file.

Classes

struct  cv::aruco::zmaxheap
 

Namespaces

 cv
 
 cv::aruco
 

Macros

#define MIN_CAPACITY   16
 

Functions

static void cv::aruco::_swap_default (zmaxheap_t *heap, int a, int b)
 
static void cv::aruco::_swap_pointer (zmaxheap_t *heap, int a, int b)
 
static void cv::aruco::_zmaxheap_ensure_capacity (zmaxheap_t *heap, int capacity)
 
void cv::aruco::zmaxheap_add (zmaxheap_t *heap, void *p, float v)
 
zmaxheap_t * cv::aruco::zmaxheap_create (size_t el_sz)
 
void cv::aruco::zmaxheap_destroy (zmaxheap_t *heap)
 
static int cv::aruco::zmaxheap_remove_index (zmaxheap_t *heap, int idx, void *p, float *v)
 
int cv::aruco::zmaxheap_remove_max (zmaxheap_t *heap, void *p, float *v)
 

Macro Definition Documentation

◆ MIN_CAPACITY

#define MIN_CAPACITY   16

Definition at line 29 of file zmaxheap.cpp.



aruco_pose
Author(s): Oleg Kalachev
autogenerated on Mon Feb 28 2022 22:08:24