ImageInpainting.jl
Image inpainting algorithms in Julia
Install / Use
/learn @JuliaImages/ImageInpainting.jlREADME
ImageInpainting.jl
Image inpainting algorithms in Julia.
For those situations where we need to remove undesired elements from the scene...

Obs: Currently, only single channel images are supported.
Installation
Get the latest stable release with Julia's package manager:
Pkg.add("ImageInpainting")
Usage
using ImageInpainting
# inpaint image within mask using algorithm
inpaint(img, mask, algo)
where mask[i,j,...] is set to true whenever a pixel is to be inpainted.
Examples of usage for each algorithm can be found in the test folder.
Algorithms
| Algorithm type | References |
|----------------|------------|
| Criminisi | Criminisi, A., Pérez, P., Toyama, K., 2004. Region Filling and Object Removal by Examplar-based Image Inpainting. |
Contributing
Contributions are very welcome, as are feature requests and suggestions.
Please open an issue if you encounter any problems.
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
