Skip to content

Commit

Permalink
minor changes volumestar
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Oct 18, 2023
1 parent 7eb2bf2 commit b7b0f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/nnv/engine/set/VolumeStar.m
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
S2 = I.toStar;
S = S1.MinkowskiSum(S2);

volume = S.toVolumeStar(I.height, I.width, I.depth, I.numChannel); % TODO: implement this function in Star set
volume = S.toVolumeStar(I.height, I.width, I.depth, I.numChannel);

end

Expand Down

0 comments on commit b7b0f50

Please sign in to comment.