![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
Allows to perform labelling by creating node and connecting them. More...
#include <Universe.hpp>
Public Member Functions | |
| Universe (int elements) | |
| void | initialize () |
| Initialize all elements to the default values. | |
| int | find (int x) |
| void | join (int x, int y) |
| void | addEdge (int x, int y) |
| int | size (int x) const |
Public Attributes | |
| uni_elt * | elts |
| int | num |
| int | allelems |
Allows to perform labelling by creating node and connecting them.
| int aliceVision::Universe::find | ( | int | x | ) |
Retrieve the smallest index of the elements connected to x.
1.8.17