Skip to content

Commit 2e680c1

Browse files
committed
fix generator bugs
1 parent 5717a4e commit 2e680c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: CylinderTag_generator.m

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ function CylinderTagGenerator(tag_col, feature_size, tag_number, height_width_ra
4949
flag=0;
5050
dfs(tag_col,[],feature_size,tag_number);
5151
end
52-
ID=load('CTag_Generated/ID.mat');
53-
ID=ID.ID;
5452
if testConflict(ID, feature_size)
5553
disp('The Marker Codes are unique!');
5654
plot_tag(ID, height_width_ratio);
57-
% save ./CTag_Generated/ID.mat ID
55+
save ./CTag_Generated/ID.mat ID
5856
else
5957
disp('The Marker Codes are not unique!');
6058
end

0 commit comments

Comments
 (0)