Skip to content

CoffeeKumazaki/graphDataEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Data Editor

build & run

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./graphDataEditor [img_file]

screen shot

Images can be set as a base. screen shot

export data format

yyyymmdd_hhmmss.nod

node num
node_id_0, x_0, y_0
node_id_1, x_1, y_1
node_id_2, x_2, y_2
:
:
edge num
edge_id_0, node_id_0, node_id_1
edge_id_1, node_id_0, node_id_3
:
:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published