|
| SparseGraph * | AbsDiff (Image32::Image32 *img, float r) |
| |
| SparseGraph * | ByWeightImage (Image32::Image32 *W, float r) |
| |
| int | get_edge_index (int p, int q, SparseGraph *g) |
| |
| SparseGraph * | Create (int ncols, int nrows, AdjRel::AdjRel *A) |
| |
| void | Destroy (SparseGraph **sg) |
| |
| SparseGraph * | CloneSparseGraph (SparseGraph *sg) |
| |
| Image32::Image32 * | ArcWeightImage (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) |
| |
| SparseGraph * | Convert2Symmetric (SparseGraph *g, int method) |
| |
| SparseGraph * | ByAbsDiff (Image32::Image32 *img, float r) |
| |
| SparseGraph * | Clone (SparseGraph *g) |
| |
| void | ChangeType (SparseGraph *g, int type) |
| |
| void | Pow (SparseGraph *sg, int power, int max) |
| |