<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I seem to be receiving an error whenever I try to save either the "Filtered Image" or "Segmentation" image from the Image Segmentation sub-menu of NFT. I'm wondering if I am causing this problem by not having something set correctly or if this is a bug?
 Here is the error I get: </p>
<p><br>
</p>
<p>------------------------------------------------------------------------------------------------------------</p>
<p></p>
<div>Subscripted assignment dimension mismatch.</div>
<div><br>
</div>
<div>Error in Segmentation>pushbuttonSaveFiltered_Callback (line 957)</div>
<div>   filt_im(:,:,i) = rot90(filt_im(:,:,i),3);</div>
<div><br>
</div>
<div>Error in gui_mainfcn (line 75)</div>
<div>        feval(varargin{:});</div>
<div><br>
</div>
<div>Error in Segmentation (line 61)</div>
<div>    gui_mainfcn(gui_State, varargin{:});</div>
<div><br>
</div>
<div>Error in</div>
<div>@(hObject,eventdata)Segmentation('pushbuttonSaveFiltered_Callback',hObject,eventdata,guidata(hObject))</div>
<div><br>
</div>
<div> </div>
<div>Error while evaluating uicontrol Callback</div>
<p></p>
<p>----------------------------------------------------------------------------------------------------------</p>
<p><br>
</p>
<p>The image I am trying to segment has dimensions 290x200x290.</p>
<p><br>
</p>
<p>I did some more digging into the |pushbuttonSaveFiltered_Callback| and noticed that 'i' was 1 when it stopped working but the value of M was 290. <span style="font-size: 12pt;">From what I can see here, the image should be in a saggital orientation, but
 it seems as if it should work with or without the specific orientation.</span><span style="font-size: 12pt;"> </span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">Thanks,</span></p>
<p><span style="font-size: 12pt;">Greg</span></p>
<p><br>
</p>
</div>
</body>
</html>