![]() |
OpenCV 5.0.0-pre
Open Source Computer Vision
|
Represents an edge in a graph for Minimum Spanning Tree (MST) computation. More...
#include <opencv2/3d/mst.hpp>
Public Attributes | |
int | source |
int | target |
double | weight |
Represents an edge in a graph for Minimum Spanning Tree (MST) computation.
Each edge connects two nodes (source and target) and has an associated weight.
int cv::MSTEdge::source |
int cv::MSTEdge::target |
double cv::MSTEdge::weight |