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

Make the edge between the dataset images more soft #13

Open
HillRod opened this issue May 1, 2022 · 0 comments
Open

Make the edge between the dataset images more soft #13

HillRod opened this issue May 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@HillRod
Copy link

HillRod commented May 1, 2022

The idea i have is make a gaussian blur in the image on the edge of the separation between the dataset images, as intended, the general idea is made an easy algorithm to apply a gaussian blur each 16~ pixels that is the size of dataset images.
The idea born when the images that are generated have rough edges between each others like this:

image

The general idea to apply the gaussian blur
image

I made a manually edit of a image on photoshop making a gaussian blur between images, taking 2 pixels of radius of each image an apply a gaussian blur of 1 radius pixel, like i shows here, where the orange cells represents the pixels that i applied the filter

image

And here is the difference between the original and the filtered

Original
pic2hubble_16_17

Filtered
pic2hubble_16_17bluredEdges

The edges of the images clearly seems more smooth, and in large scale i think it seems good

image

@Wolfteinter Wolfteinter added the enhancement New feature or request label May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants