Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_gaussian_t Struct Reference

#include <gaussian.h>

+ Collaboration diagram for dt_gaussian_t:

Data Fields

int width
 
int height
 
int channels
 
float sigma
 
int order
 
float * max
 
float * min
 
float * buf
 

Detailed Description

Definition at line 39 of file gaussian.h.

Field Documentation

◆ buf

float* dt_gaussian_t::buf

Definition at line 46 of file gaussian.h.

◆ channels

int dt_gaussian_t::channels

Definition at line 41 of file gaussian.h.

◆ height

int dt_gaussian_t::height

Definition at line 41 of file gaussian.h.

◆ max

float* dt_gaussian_t::max

Definition at line 44 of file gaussian.h.

◆ min

float* dt_gaussian_t::min

Definition at line 45 of file gaussian.h.

◆ order

int dt_gaussian_t::order

Definition at line 43 of file gaussian.h.

◆ sigma

float dt_gaussian_t::sigma

Definition at line 42 of file gaussian.h.

◆ width

int dt_gaussian_t::width

Definition at line 41 of file gaussian.h.

Referenced by dt_gaussian_init().


The documentation for this struct was generated from the following file: