|
Blender V4.3
|
#include "session/denoising.h"#include "device/cpu/device.h"#include "util/map.h"#include "util/system.h"#include "util/task.h"#include "util/time.h"#include <OpenImageIO/filesystem.h>Go to the source code of this file.
Classes | |
| struct | ChannelMapping |
Functions | |
| static CCL_NAMESPACE_BEGIN bool | split_last_dot (string &in, string &suffix) |
| static bool | parse_channel_name (string name, string &renderlayer, string &pass, string &channel, bool multiview_channels) |
| static void | fill_mapping (vector< ChannelMapping > &map, int pos, string name, string channels) |
| static vector< ChannelMapping > | input_channels () |
| static vector< ChannelMapping > | output_channels () |
| static void | add_pass (vector< Pass * > &passes, PassType type, PassMode mode=PassMode::NOISY) |
Variables | |
| static const int | INPUT_NUM_CHANNELS = 13 |
| static const int | INPUT_NOISY_IMAGE = 0 |
| static const int | INPUT_DENOISING_NORMAL = 3 |
| static const int | INPUT_DENOISING_ALBEDO = 6 |
| static const int | INPUT_MOTION = 9 |
| static const int | OUTPUT_NUM_CHANNELS = 3 |
|
static |
Definition at line 199 of file denoising.cpp.
Referenced by DenoiseTask::load().
|
static |
Definition at line 65 of file denoising.cpp.
References pos.
Referenced by input_channels(), and output_channels().
|
static |
Definition at line 77 of file denoising.cpp.
References fill_mapping(), INPUT_DENOISING_ALBEDO, INPUT_DENOISING_NORMAL, INPUT_MOTION, and INPUT_NOISY_IMAGE.
Referenced by DenoiseImageLayer::detect_denoising_channels().
|
static |
Definition at line 88 of file denoising.cpp.
References fill_mapping().
Referenced by DenoiseImageLayer::detect_denoising_channels().
|
static |
Definition at line 36 of file denoising.cpp.
References split_last_dot(), and view.
Referenced by DenoiseImage::parse_channels().
|
static |
|
static |
Definition at line 75 of file denoising.cpp.
Referenced by input_channels(), and DenoiseImage::read_pixels().
|
static |
Definition at line 74 of file denoising.cpp.
Referenced by input_channels(), and DenoiseImage::read_pixels().
|
static |
Definition at line 76 of file denoising.cpp.
Referenced by input_channels(), and DenoiseImage::read_pixels().
|
static |
Definition at line 73 of file denoising.cpp.
Referenced by input_channels(), and DenoiseImage::read_pixels().
|
static |
Definition at line 72 of file denoising.cpp.
Referenced by DenoiseImageLayer::detect_denoising_channels().
|
static |
Definition at line 87 of file denoising.cpp.
Referenced by DenoiseImageLayer::detect_denoising_channels(), and DenoiseTask::exec().