OpenCV  3.4.20-dev
Open Source Computer Vision
Public Attributes | List of all members
CvGraphEdge Struct Reference

#include <opencv2/core/types_c.h>

Public Attributes

int flags
 
struct CvGraphEdgenext [2]
 
struct CvGraphVtxvtx [2]
 
float weight
 

Member Data Documentation

◆ flags

int CvGraphEdge::flags

◆ next

struct CvGraphEdge* CvGraphEdge::next[2]

◆ vtx

struct CvGraphVtx* CvGraphEdge::vtx[2]

◆ weight

float CvGraphEdge::weight

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