OpenCV 5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::MSTEdge Struct Reference

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

#include <opencv2/3d/mst.hpp>

Collaboration diagram for cv::MSTEdge:

Public Attributes

int source
 
int target
 
double weight
 

Detailed Description

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

The documentation for this struct was generated from the following file: