Struct cv::MSTEdge#
Represents an edge in a graph for Minimum Spanning Tree (MST) computation. View details
#include <opencv2/geometry/mst.hpp>Collaboration diagram for cv::MSTEdge:
Detailed Description#
-
struct MSTEdge#
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.
Member Data Documentation#
source#
int cv::MSTEdge::source
target#
int cv::MSTEdge::target
weight#
double cv::MSTEdge::weight
Source file#
The documentation for this struct was generated from the following file:
opencv2/geometry/mst.hpp