Expand description
Image encoder (Layer composition and optimization)
The encoder analyzes an input image and decomposes it into three layers:
- Wavelet skeleton (sharp edges, text, structure)
- Texture synthesis regions (high-entropy content)
- Warp fields (geometric deformation)
Plus a sparse residual for anything the layers can’t represent.
Structs§
- Encoder
- Image encoder
- Encoder
Config - Encoder configuration