Classes | Namespaces | Typedefs | Functions
unionfind.hpp File Reference
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for unionfind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cv::aruco::ufrec
 
struct  cv::aruco::unionfind
 

Namespaces

 cv
 
 cv::aruco
 

Typedefs

typedef struct unionfind cv::aruco::unionfind_t
 

Functions

static uint32_t cv::aruco::unionfind_connect (unionfind_t *uf, uint32_t aid, uint32_t bid)
 
static unionfind_t * cv::aruco::unionfind_create (uint32_t maxid)
 
static void cv::aruco::unionfind_destroy (unionfind_t *uf)
 
static uint32_t cv::aruco::unionfind_get_representative (unionfind_t *uf, uint32_t id)
 
static uint32_t cv::aruco::unionfind_get_set_size (unionfind_t *uf, uint32_t id)
 


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