Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated NoiseGenerator. #343

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Updated NoiseGenerator. #343

merged 1 commit into from
Aug 11, 2023

Conversation

kwcckw
Copy link
Collaborator

@kwcckw kwcckw commented Aug 11, 2023

  • Added new noise_side ("all" and "none") in BadPhotoCopy and NoiseGenerator.
  • In the process of restructuring NoiseGenerator.

- Added new noise_side ("all" and "none") in BadPhotoCopy and NoiseGenerator.
- In the process of restructuring NoiseGenerator.
@kwcckw kwcckw merged commit 2a4b25e into sparkfish:dev Aug 11, 2023
4 checks passed
@kwcckw
Copy link
Collaborator Author

kwcckw commented Aug 11, 2023

The new noise side "all" creates borders on all sides, for example:

Gaussian noise:
image

Perlin Noise:
image

Worley Noise:
image

sklearn make_blobs' noise
image

noise with consistent square pattern
image

The new noise side "none" creates even spread of noise across the image, for example:

Gaussian noise:
image

Perlin Noise:
image

Worley Noise:
image

sklearn make_blobs' noise
image

noise with consistent square pattern
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant