Skip to content

Commit

Permalink
Update stlGeneralAccess.m
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJFZ committed Aug 19, 2020
1 parent b2458eb commit fc9ec81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stlGeneralAccess.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
bdVertexes=[ver1;ver2;ver3];
bdNodes=unique(bdVertexes, 'rows');

%% imgSize£¬Spacing Infos, demo below. The following interior-node module is additional and optional
%% imgSize£¬Spacing Infos, demo below. The following interior-node module is additional and optional
%imSize = [512 512 300];
%imSpacing = [1 1 1]; % [.5 0.5 0.5]

Expand All @@ -173,7 +173,7 @@
imSpacing
origin = [0. 0. 0.];
% posCrd = origin + idxCrd*imSpacing, for medical image computing;
% if using posCrd, stepSize h(i)=imSpacing(i)£»rangeSz(i) = imSize(i)*imSpacing(i);
% if using posCrd, stepSize h(i)=imSpacing(i); rangeSz(i) = imSize(i)*imSpacing(i);
inNodesPre=[];
inNodes=[];
for i= floor(minX_bd):1:ceil(maxX_bd)
Expand Down

0 comments on commit fc9ec81

Please sign in to comment.