[Insight-users] masked neighborhood operators (convolution) - want smaller output than input

Amy C mathematical.coffee at gmail.com
Mon Jan 18 04:47:41 EST 2010


I've had a few more goes at this, and I think the pseudocode is something
like this:

ImageRegionIteratorWithIndex xIt ( xImage, ... )
xIt.GoToBegin();
while ( !xIt.IsAtEnd() ) {
// convert the index from x-image coordinates to the coordinates in the
input image
    idx = ConvertXImageIndexToInputImageIndex( xIt.GetIndex() );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100118/20554771/attachment.htm>


More information about the Insight-users mailing list