Noise simulation
MINERVAS system supports to simulate four common image noises:
- Gaussian Noise
- Poisson Noise
- Salt and Pepper Noise
- Kinect Noise
Function
Function | Description |
---|---|
add_depth_noise(img, noise_type) | img (numpy.ndarray with dtype=uint16 ) is the image to be processed. noise_type is an integer flag for noise type. See following list. |
0: GaussianNoiseModel
1: PoissonNoiseModel
2: SaltAndPepperNoiseModel
3: KinectNoiseModel