|
Blender V4.3
|
#include <denoising.h>
Public Member Functions | |
| bool | detect_denoising_channels () |
| bool | match_channels (const std::vector< string > &channelnames, const std::vector< string > &neighbor_channelnames) |
Public Attributes | |
| string | name |
| vector< string > | channels |
| vector< int > | layer_to_image_channel |
| int | samples |
| vector< int > | input_to_image_channel |
| vector< int > | output_to_image_channel |
| vector< int > | previous_output_to_image_channel |
Definition at line 55 of file denoising.h.
| bool DenoiseImageLayer::detect_denoising_channels | ( | ) |
Definition at line 97 of file denoising.cpp.
References input_channels(), INPUT_NUM_CHANNELS, input_to_image_channel, layer_to_image_channel, output_channels(), OUTPUT_NUM_CHANNELS, and output_to_image_channel.
| bool DenoiseImageLayer::match_channels | ( | const std::vector< string > & | channelnames, |
| const std::vector< string > & | neighbor_channelnames ) |
Definition at line 140 of file denoising.cpp.
References output_to_image_channel, and previous_output_to_image_channel.
| vector<string> DenoiseImageLayer::channels |
Definition at line 58 of file denoising.h.
Definition at line 66 of file denoising.h.
Referenced by detect_denoising_channels().
Definition at line 60 of file denoising.h.
Referenced by detect_denoising_channels().
| string DenoiseImageLayer::name |
Definition at line 56 of file denoising.h.
Referenced by DenoiseImage::parse_channels().
Definition at line 70 of file denoising.h.
Referenced by detect_denoising_channels(), DenoiseTask::exec(), and match_channels().
Definition at line 73 of file denoising.h.
Referenced by match_channels().
| int DenoiseImageLayer::samples |
Definition at line 63 of file denoising.h.