{"id":32157186,"url":"https://github.com/juliaearth/imagequilting.jl","last_synced_at":"2026-01-31T15:02:41.635Z","repository":{"id":19629142,"uuid":"22881037","full_name":"JuliaEarth/ImageQuilting.jl","owner":"JuliaEarth","description":"Fast image quilting simulation solver for the GeoStats.jl framework","archived":false,"fork":false,"pushed_at":"2025-11-06T13:06:13.000Z","size":66541,"stargazers_count":41,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-21T13:16:17.448Z","etag":null,"topics":["computer-vision","geostatistics","graph-theory","image-processing","multiple-point-statistics","texture-synthesis"],"latest_commit_sha":null,"homepage":"https://github.com/JuliaEarth/GeoStats.jl","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaEarth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-12T14:45:26.000Z","updated_at":"2025-11-06T12:40:08.000Z","dependencies_parsed_at":"2024-05-06T20:33:00.385Z","dependency_job_id":"059dd837-3578-435f-bc66-e85b1c90aaa4","html_url":"https://github.com/JuliaEarth/ImageQuilting.jl","commit_stats":{"total_commits":642,"total_committers":8,"mean_commits":80.25,"dds":"0.028037383177570097","last_synced_commit":"122554c9ba6f3930487fb79286e1e3d73b472fad"},"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaEarth/ImageQuilting.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaEarth%2FImageQuilting.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaEarth%2FImageQuilting.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaEarth%2FImageQuilting.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaEarth%2FImageQuilting.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaEarth","download_url":"https://codeload.github.com/JuliaEarth/ImageQuilting.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaEarth%2FImageQuilting.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","geostatistics","graph-theory","image-processing","multiple-point-statistics","texture-synthesis"],"created_at":"2025-10-21T12:44:33.277Z","updated_at":"2026-01-31T15:02:41.600Z","avatar_url":"https://github.com/JuliaEarth.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"ImageQuilting.jl\n================\n\n*A Julia package for fast 3D image quilting simulation.*\n\n[![][build-img]][build-url] [![][codecov-img]][codecov-url] [![][docs-stable-img]][docs-stable-url] [![][docs-latest-img]][docs-latest-url]\n\n![3D Quilting Animation](docs/src/images/quilting.gif)\n\n## Latest News\n- ImageQuilting.jl won the [Syvitski Modeler Award 2018](https://csdms.colorado.edu/wiki/Student_Modeler_Award_2018).\n- ImageQuilting.jl can now be used as one of the many processes in the\n[GeoStats.jl](https://github.com/JuliaEarth/GeoStats.jl) framework.\n\nInstallation\n------------\n\nGet the latest stable release with Julia's package manager:\n\n```julia\n] add ImageQuilting\n```\n\nDocumentation\n-------------\n\n- [**STABLE**][docs-stable-url] \u0026mdash; **most recently tagged version of the documentation.**\n- [**LATEST**][docs-latest-url] \u0026mdash; *in-development version of the documentation.*\n\nCitation\n--------\n\nIf you find ImageQuilting.jl useful in your work, please consider citing our paper:\n\n```latex\n@ARTICLE{Hoffimann2017,\n  title={Stochastic Simulation by Image Quilting of Process-based Geological Models},\n  author={Hoffimann, J{\\'u}lio and Scheidt, C{\\'e}line and Barfod, Adrian and Caers, Jef},\n  journal={Computers \\\u0026 Geosciences},\n  publisher={Elsevier BV},\n  volume={106},\n  pages={18-32},\n  ISSN={0098-3004},\n  DOI={10.1016/j.cageo.2017.05.012},\n  url={http://dx.doi.org/10.1016/j.cageo.2017.05.012},\n  year={2017},\n  month={May}\n}\n```\n\nPublications\n------------\n\n- Barfod et al. 2017. *Hydrostratigraphic modelling using multiple-point statistics and airborne transient electromagnetic methods* [DOWNLOAD](https://www.researchgate.net/publication/319235285_Hydrostratigraphic_modelling_using_multiple-point_statistics_and_airborne_transient_electromagnetic_methods)\n\n- Hoffimann et al. 2017. *Stochastic Simulation by Image Quilting of Process-based Geological Models*\n[DOWNLOAD](https://www.researchgate.net/publication/317151543_Stochastic_Simulation_by_Image_Quilting_of_Process-based_Geological_Models)\n\n- Hoffimann et al. 2015. *Geostatistical Modeling of Evolving Landscapes by Means of Image Quilting*\n[DOWNLOAD](https://www.researchgate.net/publication/295902985_Geostatistical_Modeling_of_Evolving_Landscapes_by_Means_of_Image_Quilting)\n\nTalks\n-----\n\n#### CSDMS 2018\n[![CSDMS2018](https://img.youtube.com/vi/Y5KhQCapuPw/0.jpg)](https://www.youtube.com/watch?v=Y5KhQCapuPw)\n\n#### JuliaCon 2017\n[![JuliaCon2017](https://img.youtube.com/vi/YJs7jl_Y9yM/0.jpg)](https://www.youtube.com/watch?v=YJs7jl_Y9yM)\n\nContributing\n------------\n\nContributions are very welcome, as are feature requests and suggestions.\n\nPlease [open an issue](https://github.com/JuliaEarth/ImageQuilting.jl/issues) if you encounter any problems.\n\n[build-img]: https://img.shields.io/github/actions/workflow/status/JuliaEarth/ImageQuilting.jl/CI.yml?branch=master\u0026style=flat-square\n[build-url]: https://github.com/JuliaEarth/ImageQuilting.jl/actions\n\n[codecov-img]: https://img.shields.io/codecov/c/github/JuliaEarth/ImageQuilting.jl\n[codecov-url]: https://codecov.io/gh/JuliaEarth/ImageQuilting.jl\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://JuliaEarth.github.io/ImageQuilting.jl/stable\n\n[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg\n[docs-latest-url]: https://JuliaEarth.github.io/ImageQuilting.jl/dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaearth%2Fimagequilting.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaearth%2Fimagequilting.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaearth%2Fimagequilting.jl/lists"}