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

Final exercise: Parallel photo mosaics #70

Open
dsmits opened this issue Sep 7, 2021 · 2 comments
Open

Final exercise: Parallel photo mosaics #70

dsmits opened this issue Sep 7, 2021 · 2 comments

Comments

@dsmits
Copy link
Collaborator

dsmits commented Sep 7, 2021

How about we somehow get a big collection of images and people have to create a mosaic of a different photo out of this collection of images? Random example.

I haven't really ever looked at how this stuff is implemented but I guess you have to subsample the original image and then find an image from the collection with an average value closest to the pixels of this subsampled image.

I feel like the mandelbrot thing involves a lot of math that can be a bit daunting. Personally I've never even had to work with complex numbers for example. The computations on the images seem a little simpler to me (calculating the mean and maybe a little interpolation).

I don't know exactly what to ask of the participants regarding finding the nearest neighbor.

Here is a nice non-parallel version: https://github.com/Datadolittle/Photo_Mosaic


Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.

If this issue is about a specific episode within a lesson, please provide its link or filename.

Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact The Carpentries Team at team@carpentries.org.


@dsmits
Copy link
Collaborator Author

dsmits commented Sep 7, 2021

@jhidding

@jhidding
Copy link
Collaborator

We now need someone to review the exercise and make it doable in two hours.

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

No branches or pull requests

2 participants