From 356366c06b93a79a1362bf9597733d2309e51173 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 12 Dec 2009 22:18:19 +0000 Subject: [PATCH] Framework for ordering --- matlab/bottom_up_ordering.m | 1 + matlab/{BeijingPose2Graph_kai.m => kai01_BejingPose2Graph.m} | 0 matlab/kai02_bottomUp.m | 5 +++++ matlab/{BeijingPose2Graph.m => vila01_BejingPose2Graph.m} | 0 4 files changed, 6 insertions(+) create mode 100644 matlab/bottom_up_ordering.m rename matlab/{BeijingPose2Graph_kai.m => kai01_BejingPose2Graph.m} (100%) create mode 100644 matlab/kai02_bottomUp.m rename matlab/{BeijingPose2Graph.m => vila01_BejingPose2Graph.m} (100%) diff --git a/matlab/bottom_up_ordering.m b/matlab/bottom_up_ordering.m new file mode 100644 index 000000000..82c0101bc --- /dev/null +++ b/matlab/bottom_up_ordering.m @@ -0,0 +1 @@ +% put function here \ No newline at end of file diff --git a/matlab/BeijingPose2Graph_kai.m b/matlab/kai01_BejingPose2Graph.m similarity index 100% rename from matlab/BeijingPose2Graph_kai.m rename to matlab/kai01_BejingPose2Graph.m diff --git a/matlab/kai02_bottomUp.m b/matlab/kai02_bottomUp.m new file mode 100644 index 000000000..b722b50c6 --- /dev/null +++ b/matlab/kai02_bottomUp.m @@ -0,0 +1,5 @@ +% test ordering + +input = 6; +ordering = bottom_up_ordering(6); +ordering.print('ordering') diff --git a/matlab/BeijingPose2Graph.m b/matlab/vila01_BejingPose2Graph.m similarity index 100% rename from matlab/BeijingPose2Graph.m rename to matlab/vila01_BejingPose2Graph.m