Public Attributes | List of all members
CvCliqueFinder Struct Reference

#include <legacy.hpp>

Public Attributes

CvGraphgraph
 
int ** adj_matr
 
int N
 
int k
 
intcurrent_comp
 
int ** All
 
intne
 
intce
 
intfixp
 
intnod
 
ints
 
int status
 
int best_score
 
int weighted
 
int weighted_edges
 
float best_weight
 
float * edge_weights
 
float * vertex_weights
 
float * cur_weight
 
float * cand_weight
 

Member Data Documentation

CvGraph* CvCliqueFinder::graph
int** CvCliqueFinder::adj_matr
int CvCliqueFinder::N
int CvCliqueFinder::k
int* CvCliqueFinder::current_comp
int** CvCliqueFinder::All
int* CvCliqueFinder::ne
int* CvCliqueFinder::ce
int* CvCliqueFinder::fixp
int* CvCliqueFinder::nod
int* CvCliqueFinder::s
int CvCliqueFinder::status
int CvCliqueFinder::best_score
int CvCliqueFinder::weighted
int CvCliqueFinder::weighted_edges
float CvCliqueFinder::best_weight
float* CvCliqueFinder::edge_weights
float* CvCliqueFinder::vertex_weights
float* CvCliqueFinder::cur_weight
float* CvCliqueFinder::cand_weight

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