UWCubeSat/found-tools

Tool: Noise Generator (Image)

Open

#3 opened on Nov 3, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Python (0 forks)auto 404
good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Given an input image add distortion and noise. Some common kinds of noise are gaussian noise, salt and pepper noise (caused by dead pixels), and discretization (caused by discrete pixels). You can learn more about how to add these noise in this article. We also have to account for noise caused by lens distortion. To start off we should include radial distortion. Another distortion that is important to include is motion blur.

Depends on UWCubeSat/found#57

Contributor guide