<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/ivt/patches/" rel="alternate"/><link href="https://sourceforge.net/p/ivt/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/ivt/patches/</id><updated>2008-06-25T18:07:04Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Undefined operation in CalculateSummedAreaTable</title><link href="https://sourceforge.net/p/ivt/patches/1/" rel="alternate"/><published>2008-06-25T18:07:04Z</published><updated>2008-06-25T18:07:04Z</updated><author><name>Philipp Thomas</name><uri>https://sourceforge.net/u/pepys/</uri></author><id>https://sourceforge.net1c39ac42270a9cd1d53ab62452f1b31b771316da</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In ImageProcessor::CalculateSummedAreaTable operations on output such as&lt;/p&gt;
&lt;p&gt;*output++ = *input++ + *(output - 1);&lt;/p&gt;
&lt;p&gt;arfe undefined because it's not defined which value of output is used. The attached patch fixes this.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>