#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.
|
| 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) |
◆ add_pass()
◆ fill_mapping()
◆ input_channels()
◆ output_channels()
◆ parse_channel_name()
| bool parse_channel_name |
( |
string | name, |
|
|
string & | renderlayer, |
|
|
string & | pass, |
|
|
string & | channel, |
|
|
bool | multiview_channels ) |
|
static |
◆ split_last_dot()
◆ INPUT_DENOISING_ALBEDO
| const int INPUT_DENOISING_ALBEDO = 6 |
|
static |
◆ INPUT_DENOISING_NORMAL
| const int INPUT_DENOISING_NORMAL = 3 |
|
static |
◆ INPUT_MOTION
| const int INPUT_MOTION = 9 |
|
static |
◆ INPUT_NOISY_IMAGE
| const int INPUT_NOISY_IMAGE = 0 |
|
static |
◆ INPUT_NUM_CHANNELS
| const int INPUT_NUM_CHANNELS = 13 |
|
static |
◆ OUTPUT_NUM_CHANNELS
| const int OUTPUT_NUM_CHANNELS = 3 |
|
static |