OpenCV  2.4.13.6
Open Source Computer Vision
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

§ adj_matr

int** CvCliqueFinder::adj_matr

§ All

int** CvCliqueFinder::All

§ best_score

int CvCliqueFinder::best_score

§ best_weight

float CvCliqueFinder::best_weight

§ cand_weight

float* CvCliqueFinder::cand_weight

§ ce

int* CvCliqueFinder::ce

§ cur_weight

float* CvCliqueFinder::cur_weight

§ current_comp

int* CvCliqueFinder::current_comp

§ edge_weights

float* CvCliqueFinder::edge_weights

§ fixp

int* CvCliqueFinder::fixp

§ graph

CvGraph* CvCliqueFinder::graph

§ k

int CvCliqueFinder::k

§ N

int CvCliqueFinder::N

§ ne

int* CvCliqueFinder::ne

§ nod

int* CvCliqueFinder::nod

§ s

int* CvCliqueFinder::s

§ status

int CvCliqueFinder::status

§ vertex_weights

float* CvCliqueFinder::vertex_weights

§ weighted

int CvCliqueFinder::weighted

§ weighted_edges

int CvCliqueFinder::weighted_edges

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