Struct cv::MSTEdge#

Represents an edge in a graph for Minimum Spanning Tree (MST) computation. View details

Collaboration diagram for cv::MSTEdge:

cv::MSTEdge Node1 cv::MSTEdge     Node2 int     Node2->Node1 +source +target Node3 double     Node3->Node1 +weight

cv::MSTEdge Node1 cv::MSTEdge     Node2 int     Node2->Node1 +source +target Node3 double     Node3->Node1 +weight

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: