Hugintrunk
0.1
|
#include <vigra/stdimage.hxx>
#include <vigra/pixelneighborhood.hxx>
Go to the source code of this file.
Functions | |
template<class SrcIterator , class SrcAccessor , class DestIterator , class DestAccessor > | |
void | simpleDenoise (SrcIterator sy, SrcIterator send, SrcAccessor sa, DestIterator dy, DestAccessor da) |
Simple denoising algorithm Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. comMore... | |
template<class SrcIterator , class SrcAccessor , class DestIterator , class DestAccessor > | |
void | simpleDenoise (vigra::triple< SrcIterator, SrcIterator, SrcAccessor > src, std::pair< DestIterator, DestAccessor > dest) |
void simpleDenoise | ( | SrcIterator | sy, |
SrcIterator | send, | ||
SrcAccessor | sa, | ||
DestIterator | dy, | ||
DestAccessor | da | ||
) |
Simple denoising algorithm Copyright (C) 2009 Lukáš Jirkovský l.jir kovs ky@gm ail. com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 26 of file denoise.h.
Referenced by main(), and simpleDenoise().
void simpleDenoise | ( | vigra::triple< SrcIterator, SrcIterator, SrcAccessor > | src, |
std::pair< DestIterator, DestAccessor > | dest | ||
) |
Definition at line 66 of file denoise.h.
References simpleDenoise().