Classes | Typedefs | Functions
gft::SparseGraph Namespace Reference

Classes

struct  _sparseGraph
 

Typedefs

typedef struct
gft::SparseGraph::_sparseGraph 
SparseGraph
 

Functions

SparseGraphAbsDiff (Image32::Image32 *img, float r)
 
SparseGraphByWeightImage (Image32::Image32 *W, float r)
 
int get_edge_index (int p, int q, SparseGraph *g)
 
SparseGraphCreate (int ncols, int nrows, AdjRel::AdjRel *A)
 
void Destroy (SparseGraph **sg)
 
SparseGraphCloneSparseGraph (SparseGraph *sg)
 
Image32::Image32ArcWeightImage (SparseGraph *sg)
 
void Orient2Digraph (SparseGraph *sg, Image32::Image32 *img, float per)
 
void InvertArcsDigraph (SparseGraph *sg)
 
void Orient2DigraphInner (SparseGraph *sg, Image32::Image32 *P_sum)
 
void Orient2DigraphOuter (SparseGraph *sg, Image32::Image32 *P_sum)
 
void SuppressZeroWeightedArcs (SparseGraph *g)
 
void ChangeSparseGraphType (SparseGraph *sg, int type)
 
void PowSparseGraph (SparseGraph *sg, int power, int max)
 
SparseGraphConvert2Symmetric (SparseGraph *g, int method)
 
SparseGraphByAbsDiff (Image32::Image32 *img, float r)
 
SparseGraphClone (SparseGraph *g)
 
void ChangeType (SparseGraph *g, int type)
 
void Pow (SparseGraph *sg, int power, int max)
 

Typedef Documentation

Function Documentation

SparseGraph* gft::SparseGraph::AbsDiff ( Image32::Image32 *  img,
float  r 
)
Image32::Image32 * gft::SparseGraph::ArcWeightImage ( SparseGraph *  sg)
SparseGraph* gft::SparseGraph::ByAbsDiff ( Image32::Image32 *  img,
float  r 
)
SparseGraph * gft::SparseGraph::ByWeightImage ( Image32::Image32 *  W,
float  r 
)
void gft::SparseGraph::ChangeSparseGraphType ( SparseGraph *  sg,
int  type 
)
void gft::SparseGraph::ChangeType ( SparseGraph *  g,
int  type 
)
SparseGraph* gft::SparseGraph::Clone ( SparseGraph *  g)
SparseGraph* gft::SparseGraph::CloneSparseGraph ( SparseGraph *  sg)
SparseGraph * gft::SparseGraph::Convert2Symmetric ( SparseGraph *  g,
int  method 
)
SparseGraph * gft::SparseGraph::Create ( int  ncols,
int  nrows,
AdjRel::AdjRel *  A 
)
void gft::SparseGraph::Destroy ( SparseGraph **  sg)
int gft::SparseGraph::get_edge_index ( int  p,
int  q,
SparseGraph *  g 
)
void gft::SparseGraph::InvertArcsDigraph ( SparseGraph *  sg)
void gft::SparseGraph::Orient2Digraph ( SparseGraph *  sg,
Image32::Image32 *  img,
float  per 
)
void gft::SparseGraph::Orient2DigraphInner ( SparseGraph *  sg,
Image32::Image32 *  P_sum 
)
void gft::SparseGraph::Orient2DigraphOuter ( SparseGraph *  sg,
Image32::Image32 *  P_sum 
)
void gft::SparseGraph::Pow ( SparseGraph *  sg,
int  power,
int  max 
)
void gft::SparseGraph::PowSparseGraph ( SparseGraph *  sg,
int  power,
int  max 
)
void gft::SparseGraph::SuppressZeroWeightedArcs ( SparseGraph *  g)