예제 #1
0
파일: STL.cpp 프로젝트: 0xPr0xy/ImageMagick
void Magick::blurImage::operator()( Magick::Image &image_ ) const
{
  image_.blur( _radius, _sigma );
}