mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 09:46:39 +02:00
add option to perform additional polishing pass with 3x3 patches
This commit is contained in:
@@ -63,6 +63,8 @@ void ebsynthRun(int ebsynthBackend, // use BACKEND_CUDA for maxim
|
||||
|
||||
int* stopThresholdPerLevel, // stop improving pixel when its change since last iteration falls under this threshold
|
||||
|
||||
int extraPass3x3, // perform additional polishing pass with 3x3 patches at the finest level, use 0 to disable
|
||||
|
||||
void* outputNnfData, // (width * height * 2) ints, scan-line order; pass NULL to ignore
|
||||
void* outputImageData // (width * height * numStyleChannels) bytes, scan-line order
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user