#include <unsharp.h>
Public Member Functions | |
| UnsharpConfig () | |
| int | equivalent (UnsharpConfig &that) |
| void | copy_from (UnsharpConfig &that) |
| void | interpolate (UnsharpConfig &prev, UnsharpConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| float | radius |
| float | amount |
| int | threshold |
Definition at line 19 of file unsharp.h.
| int UnsharpConfig::equivalent | ( | UnsharpConfig & | that | ) |
| void UnsharpConfig::copy_from | ( | UnsharpConfig & | that | ) |
| void UnsharpConfig::interpolate | ( | UnsharpConfig & | prev, | |
| UnsharpConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
| float UnsharpConfig::radius |
Definition at line 31 of file unsharp.h.
Referenced by copy_from(), equivalent(), and interpolate().
| float UnsharpConfig::amount |
Definition at line 32 of file unsharp.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 33 of file unsharp.h.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5