<font size="2"><font face="verdana,sans-serif">Thanks for the insight.</font></font><div><font size="2"><font face="verdana,sans-serif"><br></font></font></div><div><font size="2"><font face="verdana,sans-serif">However I was already using anisotropic diffusion, and I was bothered by blurring in certain situations, and that is why I wanted to try oil-painting.</font></font></div>
<div><font size="2"><font face="verdana,sans-serif"><br></font></font></div><div><font size="2"><font face="verdana,sans-serif">Since it is not present yet, I will implement it. The <a href="http://supercomputingblog.com/graphics/oil-painting-algorithm/">algorithm</a> seems pretty simple.</font></font></div>
<div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">Is there any interest to make it available as an image filter for ITK, and should I be developing it for v3.20 or v4alpha?</font></div>
<div><font class="Apple-style-span" face="verdana, sans-serif"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif">Regards,</font></div><div><font class="Apple-style-span" face="verdana, sans-serif">Dženan</font></div>
<div><br><div class="gmail_quote">2011/6/5 Luis Ibanez <span dir="ltr"><<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi<br>
<br>
Yes, the filter<br>
<br>
itkVectorGradientAnisotropicDiffusionImageFilter<br>
<a href="http://www.itk.org/Doxygen/html/classitk_1_1VectorGradientAnisotropicDiffusionImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1VectorGradientAnisotropicDiffusionImageFilter.html</a><br>
<br>
will do the equivalent.<br>
<br>
See the example:<br>
<br>
ITK/Examples/Filtering/<br>
RGBGradientAnisotropicDiffusionImageFilter.cxx<br>
<br>
<br>
Try running it as:<br>
<br>
RGBGradientAnisotropicDiffusionImageFilter \<br>
lena.jpg itk_oil_lena.png 50 0.12<br>
<br>
<br>
If you want more "oilification"<br>
then increase the number of iterations.<br>
<br>
<br>
Luis<br>
<br>
<br>
------------------------------------------<br>
2011/6/3 Dženan Zukić <<a href="mailto:dzenanz@gmail.com">dzenanz@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Hi all,<br>
> is there something like an oil painting filter in ITK?<br>
> Regards,<br>
> Dženan<br>
</div></div>> _____________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Kitware offers ITK Training Courses, for more information visit:<br>
> <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
><br>
><br>
</blockquote></div><br></div>