#ifndef __SMOOTH_HPP #define __SMOOTH_HPP class PixelMap; void SmoothPixelMap(const PixelMap& src, PixelMap& dst); #endif