<div dir="ltr">Hi everyone.<div><br></div><div>I´m using itk VariableMatrix to do some image processing. But I have some problems initializing my matrices.</div><div>When I use small sizes like this I do not have any problem</div><div><br></div><div><div>//matrix A</div><div>regionSize[0] = 15;</div><div>regionSze[1] = 15;</div><div> VariableSizeMatrix<long double> matA;</div><div>matA.SetSize(2*regionSize[0]*<wbr>regionSize[1],2*regionSize[0]*<wbr>regionSize[1]);</div><div>matA.Fill(0.0);</div></div><div><br></div><div>But when I use bigger sizes like:</div><div><div><br></div><div>regionSize[0] = 100;</div><div>regionSze[1] = 100;</div></div><div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I get an Acces Violation exception</div><div style="font-size:12.8px">Access violation reading location 0xcdcdcdc1.<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I'm using Visualstudio 2008 and ITK 4.4</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Does this has something to do with memory allocation?</div><div style="font-size:12.8px">Is there a way a could verify if I have enough memory to allocate my matrix?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks.</div></div><div><br></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Fabián Torres Robles<br>Maestria en Ciencias en Ingeniería Electrónica<br>Ingeniería en Sistemas Electrónicos<br>tel. 58081280, 0445534661338<br>e-mail <a href="mailto:fabian.trobles@gmail.com" target="_blank">fabian.trobles@gmail.com</a>, <a href="mailto:dae.wong@gmail.com" target="_blank">dae.wong@gmail.com</a>  <div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div></div>
</div>