scope: synthesis
Description
Implement terrain super-resolution based on the exemplar-based sparse representation method described by Guérin et al.
The method learns a dictionary of terrain patches from a high-resolution exemplar and uses sparse patch matching to synthesize high-resolution details from a low-resolution input terrain.
References
- Terrain amplification MATLAB implementation
- Guérin, E., Digne, J., Galin, E., Peytavie, A. - Sparse representation of terrains for procedural modeling, Computer Graphics Forum 35(2), 2016, pp. 177–187. DOI: 10.1111/cgf.12821
scope: synthesis
Description
Implement terrain super-resolution based on the exemplar-based sparse representation method described by Guérin et al.
The method learns a dictionary of terrain patches from a high-resolution exemplar and uses sparse patch matching to synthesize high-resolution details from a low-resolution input terrain.
References