• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (6): 51-56.doi: 10.3969/j.issn.1007130X.2011.

• 论文 • 上一篇    下一篇

无向关系图视觉清晰化显示算法

方文其,胡明晓   

  1. (温州大学物理与电子信息工程学院,浙江 温州 325035)
  • 收稿日期:2010-09-03 修回日期:2010-12-28 出版日期:2011-06-25 发布日期:2011-06-25
  • 作者简介:方文其(1990),男,浙江苍南人,研究方向为计算机图形学和人工智能。胡明晓(1965),男,浙江永嘉人,硕士,讲师,研究方向为计算机图形学和人工智能。
  • 基金资助:

    浙江省新苗人才计划资助项目(团浙联〔2010〕15号);温州市科技局资助项目(H20090049)

A Visually Clarifying Display Algorithm for Undirected Relation Graphs

FANG Wenqi,HU Mingxiao   

  1. (School of Physics and Electronic Information Engineering,Wenzhou University,Wenzhou 325035,China)
  • Received:2010-09-03 Revised:2010-12-28 Online:2011-06-25 Published:2011-06-25

摘要:

本文提出了一种无向图视觉清晰化显示算法,使一般的无向关系图经过该算法重新确定顶点位置后,能得到清晰美观的输出结果。该算法首先将无向关系图去除孤立点,分离连通分支,并通过识别割边将每个连通分支分解成一系列的团,每个团内无割边,这些团以树型结构连接;然后通过识别割点和虚连线将每个团分解成子团,每个子团内无割点;最后将子团内顶点均匀分布在一个圆环上。该算法的优点在于实现方便,方法简单,运行高效,输出结果美观,并易于并行化。

关键词: 无向图, 清晰化显示, 割边, 割点,

Abstract:

A visually clarifying display algorithm for undirected relation graphs is proposed in this paper. Given an ordinary undirected relation graph, after it is processed by the novel algorithm determining the new positions of the vertices, it becomes more clear in aesthetic criteria. First, for a given graph, any isolated vertices are deleted, all the connected branches are decomposed. For each connected branch, it is decomposed into several cliques linked as a tree via recognizing the cut edges (bridges). Then the cliques are decomposed into several subcliques via recognizing the cut vertices. Finally, the vertices in the subclique are uniformly located in a circle. The algorithm is featured with convenient implementation, simple model, fast processing, clear output results and easy parallelization.

Key words: undirected graph;clarifying display;cut edge;cut vertex;clique