Project 5

Original image

Segmented image

Here it is in all of its glory. The image after the segmentation algorithm was run!

Sobel segmented image

Looking at the sobel response, the segmentaiton is quite different. It looks at the edges and only has data from those edges.

10x10 segmented image

Segements now have more weight based on the surrounding pixels. More streamlined in the segmentation.

Blurred segmented image

This was quite interesting. It dulled down the features enough that it caused part of plane to be mistaken for background (sky). Specifically, the tail and the upper portion around that was lost into the clouds. This was done by applying a 3x3 gaussian to the original image > 100 times.