image manipulation – THE HYPERTEXT http://www.thehypertext.com Thu, 10 Dec 2015 06:10:15 +0000 en-US hourly 1 https://wordpress.org/?v=5.0.4 Edge Finder http://www.thehypertext.com/2014/11/01/edge-finder/ Sat, 01 Nov 2014 23:50:10 +0000 http://www.thehypertext.com/?p=270 For the pixel manipulation assignment in Introduction to Computational Media, I created an edge finding algorithm that can find edges in the frames of a live video stream.

Read More...

]]>
For the pixel manipulation assignment in Introduction to Computational Media, I created an edge finding algorithm that can find edges in the frames of a live video stream. The code is available on Github.

Below are some screen shots of the Processing sketch in action.

Screen Shot 2014-10-29 at 7.44.23 PM Screen Shot 2014-10-29 at 2.39.34 AM Screen Shot 2014-10-29 at 2.38.58 AM Screen Shot 2014-10-29 at 2.38.28 AM Screen Shot 2014-10-29 at 2.36.06 AM Screen Shot 2014-10-29 at 2.32.21 AM Screen Shot 2014-10-29 at 2.31.18 AM Screen Shot 2014-10-29 at 2.31.06 AM Screen Shot 2014-10-29 at 2.30.37 PM Screen Shot 2014-10-29 at 2.29.42 PM Screen Shot 2014-10-29 at 2.26.30 PM Screen Shot 2014-10-29 at 2.23.54 PM Screen Shot 2014-10-29 at 2.21.36 PM Screen Shot 2014-10-29 at 2.20.35 PM Screen Shot 2014-10-29 at 2.15.33 PM Screen Shot 2014-10-29 at 2.10.32 PM Screen Shot 2014-10-29 at 1.29.55 PM Screen Shot 2014-10-29 at 1.27.55 PM Screen Shot 2014-10-29 at 1.21.49 PM Screen Shot 2014-10-29 at 1.21.45 PM Screen Shot 2014-10-29 at 1.17.45 PM Screen Shot 2014-10-29 at 1.17.25 PM

]]>
Hmap http://www.thehypertext.com/2014/08/31/hmap/ Sun, 31 Aug 2014 23:19:03 +0000 http://www.thehypertext.com/?p=41 Another project I completed over the summer with help from a friend: a Python script for color histogram mapping between two images. We decided to call the program Hmap.

Read More...

]]>
Another project I completed over the summer with help from a friend: a Python script for color histogram mapping between two images. We decided to call the program Hmap.

The script takes two images and applies the color histogram from the designated “source” image onto the designated “target” image.

Here’s an example with black and white images (photographs by Ansel Adams).

Source Image:

Source Image

Target Image

Target Image

Result:

Result

 

To see an example with color images, check out this page.

 

]]>