mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-06-11 08:24:04 +09:00
Autokem: CNN-based glyph labeller for Keming Machine
This commit is contained in:
8
Autokem/apply.h
Normal file
8
Autokem/apply.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef APPLY_H
|
||||
#define APPLY_H
|
||||
|
||||
/* Apply trained model to a spritesheet.
|
||||
Creates .bak backup, then writes predicted kerning bits. */
|
||||
int apply_model(const char *tga_path);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user