Expand description
Wave function collapse-inspired algorithm for pattern generation using information theory and statistical analysis
The system extracts tiles from source images, analyzes their spatial relationships, and generates new patterns while maintaining statistical consistency with the source.
Re-exports§
pub use io::error::AlgorithmError;
pub use io::error::Result;
Modules§
- algorithm
- Core algorithm implementation including tile selection, propagation, and deadlock resolution
- analysis
- Statistical analysis and pattern preprocessing for source images Analysis modules for pattern extraction and statistical processing
- io
- Input/output operations and error handling Input/output functionality for data and images
- math
- Mathematical utilities for interpolation and probability calculations Mathematical utilities for the algorithm
- spatial
- Spatial grid management and tile extraction utilities Spatial data structures and grid manipulation