Skip to content
Snippets Groups Projects
Commit 41123393 authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Call GtVolView function instead of deprecated gtVolView

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@829 4c865b51-4357-4376-afb4-474e03ccb993
parent 45dd24da
No related branches found
Tags v2.1.4
No related merge requests found
......@@ -6,7 +6,7 @@ function gtShowDifblobs(ids)
% gtShowDifblobs(difblobIDs)
% -------------------------------------------------------------------
% For a list of difblobIDs, show the results of segmentation (from the
% blob table), the summed full images, and the blob in a gtVolView
% blob table), the summed full images, and the blob in a GtVolView
% viewer.
%
% Version ?... slightly updated by Andy, 15/06/2012. Probably needs
......@@ -85,7 +85,7 @@ for iw=1:length(ids)
set(gca,'position',figpos)
if bb(6)>1
gtVolView(vol)
GtVolView(vol);
fig_vol=gcf;
set(gcf,'units','normalized','position',[0.6 0.6 0.4 0.4])
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment