warped-sampling

Crates.iowarped-sampling
lib.rswarped-sampling
version0.1.0
sourcesrc
created_at2019-06-01 22:05:06.263157
updated_at2019-06-01 22:05:06.263157
descriptionRust implementation of the Warped Sampling technique for mipmaps from http://graphics.ucsd.edu/~henrik/papers/wavelet_importance_sampling.pdf
homepagehttps://github.com/Jasper-Bekkers/warped-sampling
repositoryhttps://github.com/Jasper-Bekkers/warped-sampling
max_upload_size
id138389
size5,582
Jasper Bekkers (Jasper-Bekkers)

documentation

https://docs.rs/warped-sampling

README

warped-sampling

Latest version Documentation MIT

Rust implementation of the Warped Sampling technique for mipmaps from http://graphics.ucsd.edu/~henrik/papers/wavelet_importance_sampling.pdf

Usage

Add this to your Cargo.toml:

[dependencies]
warped-sampling = "0.1.0"

Run the visual example as cargo run --example visual to generate some sample points.

Input image

Input

Output image

Output

License

Licensed under MIT license (http://opensource.org/licenses/MIT)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as above, without any additional terms or conditions.

Contributions are always welcome; please look at the issue tracker to see what known improvements are documented.

Commit count: 7

cargo fmt