Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/combined-series/combined1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/combined-series/combined2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/combined-series/combined3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/combined-series/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Combined I, II, and III
creator: Adrian Edwards
homepage: https://adriancedwards.com
year: 2024
license: CC BY 4.0
---
These were part of an attempt to complete an assignment for a Computer Vision class where we were trying to combine images using a LaPlacian Pyramid to achieve different amounts of blending with different (i.e. high, medium, and low frequency) components of the image.

Clearly my code was not quite correct, but I forget exactly how each of these got messed up.

Combined I and II are attempts to recreate the [Apple and Orange image](https://becominghuman.ai/image-blending-using-laplacian-pyramids-2f8e9982077f) that seems to be a pretty standard example of this type of image blending. Notice how the blend isnt just a hard cut between the images, but the higher frequency textures (like the dimples in the orange) bleed over slightly into the apple's side of the image as the color changes beneath them.

Combined III is an attempt to do something similar, except with two images of a forest scene shot in different seasons, making it appear as though youre looking through some kind of lens into another time.