<div>Hello!!</div>
<div> </div>
<div>I´m trying to reorganize my code using functions but i´m having problems with the arguments for the functions.</div>
<div> </div>
<div>I have 2 functions:  <em>main function</em> and <em>filtroGauss</em></div>
<div><em></em> </div>
<div>In main function a read an image from a file;</div>
<div> </div>
<div>In filtroGaus function i want to aply an gaussian filter, the argument should be the image that was read in main function.</div>
<div> </div>
<div>How can I do this correctly??</div>
<div> </div>
<div>Thkns in advance!</div>
<div> </div>
<div>Regards.</div>
<div> </div>
<div>JP</div>