
#include "Channels/ChannelBase.H"#include "Image/ResizeSpec.H"#include "Image/fancynorm.H"#include "rutz/shared_ptr.h"#include <pthread.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | SpectralResidualChannel |
| "Spectral Residual" channel based on Hou&Zhang (CVPR 2007) More... | |
| class | SpectralResidualChannel::Downsizer |
| This helps share downsizing calculations across multiple subchannels in a MultiSpectralResidualChannel. More... | |
Variables | |
| const ModelOptionDef | OPT_SpectralResidualChannelSaveOutputMap |
| const ModelOptionDef | OPT_SpectralResidualChannelSaveExtraOutput |
| const ModelOptionDef | OPT_SpectralResidualChannelResizeSpec |
| const ModelOptionDef | OPT_SpectralResidualChannelSpectralBlur |
| const ModelOptionDef | OPT_SpectralResidualChannelOutputBlur |
| const ModelOptionDef | OPT_SpectralResidualChannelOutputBlurFactor |
| const ModelOptionDef | OPT_SpectralResidualChannelDownSizeFilterWidth |
| const ModelOptionDef | OPT_SpectralResidualChannelAttenuationWidth |
| const ModelOptionDef | OPT_SpectralResidualChannelOutputResize |
| const ModelOptionDef | OPT_SpectralResidualChannelOutputResizeSpec |
| const ModelOptionDef | OPT_SpectralResidualChannelHiboostBypass |
| const ModelOptionDef | OPT_SpectralResidualChannelGradientBypass |
"Spectral Residual" channel based on Hou&Zhang (CVPR 2007)
Definition in file SpectralResidualChannel.H.
1.6.3