Module encoder

Module encoder 

Source
Expand description

Image encoder (Layer composition and optimization)

The encoder analyzes an input image and decomposes it into three layers:

  1. Wavelet skeleton (sharp edges, text, structure)
  2. Texture synthesis regions (high-entropy content)
  3. Warp fields (geometric deformation)

Plus a sparse residual for anything the layers can’t represent.

Structs§

Encoder
Image encoder
EncoderConfig
Encoder configuration