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