
14 Oct
2009
14 Oct
'09
11:07 p.m.
Thanks a lot, it works perfectly. Christian Henning wrote:
Also, you don't need two template parameters.
I've however used two template types to be able to differentiate between view and constant view. So the filter instantiation becomes: BlurGaussSelective<any_image<ImageType>::const_view_t,any_image<ImageType>::view_t
filter; apply(const_view(source),view(dest));
Best regards, Raffaele -- View this message in context: http://www.nabble.com/Template-class-and-any_image_view-tp25891719p25900438.... Sent from the Boost - Users mailing list archive at Nabble.com.