Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
denoise.h File Reference
#include <vigra/stdimage.hxx>
#include <vigra/pixelneighborhood.hxx>
Include dependency graph for denoise.h:
This graph shows which files directly or indirectly include this file:

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.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.com More...
 
template<class SrcIterator , class SrcAccessor , class DestIterator , class DestAccessor >
void simpleDenoise (vigra::triple< SrcIterator, SrcIterator, SrcAccessor > src, std::pair< DestIterator, DestAccessor > dest)
 

Function Documentation

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.nosp@m.kovs.nosp@m.ky@gm.nosp@m.ail..nosp@m.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().

template<class SrcIterator , class SrcAccessor , class DestIterator , class DestAccessor >
void simpleDenoise ( vigra::triple< SrcIterator, SrcIterator, SrcAccessor >  src,
std::pair< DestIterator, DestAccessor >  dest 
)

Definition at line 66 of file denoise.h.

References simpleDenoise().